pkgsrc-Users archive

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

Re: Package failure of x11/py-qt5 (pkgsrc-2018Q1)



On Fri 13 Apr 2018 at 22:39:08 +0200, Rhialto wrote:
> In a pkg_comp1 chroot of NetBSD/amd64 7.0.
> 
> On Sat 07 Apr 2018 at 22:28:35 +0200, Rhialto wrote:
> > ERROR: The following files are in the PLIST but not in /pkg_comp/obj/pkgsrc/x11/py-qt5/default/.destdir/usr/pkg:
> > ERROR:         /pkg_comp/obj/pkgsrc/x11/py-qt5/default/.destdir/usr/pkg/lib/python2.7/site-packages/PyQt5/QtWebKit.so
> > ERROR:         /pkg_comp/obj/pkgsrc/x11/py-qt5/default/.destdir/usr/pkg/lib/python2.7/site-packages/PyQt5/QtWebKitWidgets.so
> > *** Error code 1
> 
> Early during the build, it fails as below.
> 
> Adding GCC_REQD += 4.9 seemed to help.

Well, no.

When running calibre I get this:

pkg_comp:default70.conf# calibre
Traceback (most recent call last):
  File "/usr/pkg/bin/calibre", line 20, in <module>
    sys.exit(calibre())
  File "/usr/pkg/lib/calibre/calibre/gui_launch.py", line 73, in calibre
    from calibre.gui2.main import main
  File "/usr/pkg/lib/calibre/calibre/gui2/__init__.py", line 7, in <module>
    from PyQt5.QtWidgets import QStyle  # Gives a nicer error message than import from Qt
ImportError: /usr/lib/libstdc++.so.7: version CXXABI_1.3 required by /usr/pkg/lib/python2.7/site-packages/PyQt5/QtWidgets.so not defined

That is probably because I didn't compile ALL C++ programs with g++ 4.9.
I suppose I can rebuild some things if I can remember how to set it
globally (but only for C++ programs, preferably).

However, digging a bit deeper, I see that 

usr/pkg/lib/python2.7/site-packages/PyQt5/QtWidgets.so needs:
       libstdc++.so.7 => /usr/pkg/gcc49/lib/./libstdc++.so.7

which is ok, but

path = /usr/X11R7/lib
/usr/X11R7/lib/libGL.so.2 needs:
       libstdc++.so.7 => /usr/lib/libstdc++.so.7
        
Ai ai! That looks like a nasty conflict!

Conflicting libraries:

libstdc++ ==
        /usr/lib/libstdc++.so.7
                /usr/X11R7/lib/libGL.so.2
                /usr/X11R7/lib/libglapi.so.0
                /usr/pkg/qt5/lib/libQt5Core.so.5
                /usr/pkg/lib/libicuuc.so.60
                /usr/pkg/lib/libicui18n.so.60
                /usr/pkg/qt5/lib/libQt5Gui.so.5
                /usr/pkg/qt5/lib/libQt5Widgets.so.5

        /usr/pkg/gcc49/lib/./libstdc++.so.7
                usr/pkg/lib/python2.7/site-packages/PyQt5/QtWidgets.so

(part of the output from the attached ldd.pl, which shows more clearly
what recursive dependencies exist, and also prints the reverse
relations)

How to resolve that? Maybe somehow libGL from pkgsrc only? Also built
with gcc 4.9?

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert  -- Wayland: Those who don't understand X
\X/ rhialto/at/falu.nl      -- are condemned to reinvent it. Poorly.

Attachment: ldd.pl
Description: Perl program

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index