pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53249: can't install x11/qt5-qtbase on NetBSD 7.1.1/amd64
The following reply was made to PR pkg/53249; it has been noted by GNATS.
From: Joern Clausen <joern.clausen%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost, pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost,
pkgsrc-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/53249: can't install x11/qt5-qtbase on NetBSD 7.1.1/amd64
Date: Fri, 01 Jun 2018 15:22:47 +0200
On 06/01/18 15:05, coypu%sdf.org@localhost wrote:
[..]
> I wonder if it fails as a standalone
>
> $ cat testx.c
> #include <xf86drmMode.h>
> #include <xf86drm.h>
> int main() {
> (void) drmModeGetCrtc(0,0);
> }
>
> $ gcc `env PKG_CONFIG_PATH=/usr/X11R7/lib/pkgconfig pkgconf --cflags --libs libdrm` testx.c -o testx; ./testx
That snippet works for me.
> Or are you using pkgsrc mesa with disabled dri (my fault..)?
I don't see the connection :) but that is exactly the case. I need to
disable dri for MesaLib on Solaris and have done the same on NetBSD to
keep my configs in sync.
In the meantime, I have removed the offending lines from PLIST and was
able to install this package both on NetBSD and Solaris.
--
Jörn Clausen
Plattformen & Serverdienste
BITS - Bielefelder IT-Servicezentrum
Home |
Main Index |
Thread Index |
Old Index