pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 2015Q1, x11/py27-qt5-5.4nb1 fails to package



On Wed, Apr 15, 2015 at 12:40:36AM +0200, Rhialto wrote:
> On Tue 14 Apr 2015 at 09:08:23 +0200, Rhialto wrote:
> > I am building from pkgsrc-2015Q1, and x11/py27-qt5-5.4nb1 fails to package.
> > I use pkg_comp with a 6.1.1 install, MAKE_JOBS=4, and native X.
> > 
> > Some files seem to be missing:
> > => Checking file permissions in py27-qt5-5.4nb1
> > => Checking for missing run-time search paths in py27-qt5-5.4nb1
> > ERROR: lib/python2.7/site-packages/PyQt5/QtDesigner.so: missing library: libGL.so.2
> 
> Looking better at the error message, it isn't QtDesigner.so that is
> missing, but libGL.so.2 that isn't found (the native X version).
> 
> I added
> 
> .include "../../graphics/MesaLib/buildlink3.mk"
> 
> to the Makefile in x11/py-qt5, but that didn't help.
> What next?

Probably an rpath issue. Try getting '-Wl,-R${X11BASE}/lib' add to the
linker command line.
 Thomas


Home | Main Index | Thread Index | Old Index