tech-pkg archive

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

libstdc++ 7.3 or 9.0 ?



In the pbulk log:
  http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20250329.0421/phonon-qt5-4.11.1nb24/build.log
It seems to me (not for sure)
the part of problem is:
--------------------
/usr/bin/ld: warning: libstdc++.so.9, needed by /tmp/multimedia/phonon-qt5/work/.buildlink/qt5/lib/libQt5Widgets.so, may conflict with libstdc++.so.7
collect2: error: ld returned 1 exit status
gmake[2]: *** [phonon/CMakeFiles/phonon4qt5.dir/build.make:667: bin/libphonon4qt5.so.4.11.1] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:2056: phonon/CMakeFiles/phonon4qt5.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2
*** Error code 2
--------------------
(I'm afraid this may not be a main problem of build failure, but)

I did another single /limited-list pbulk for phonon-qt5, 
on the newly installed NetBSD/amd64 9.4 box:
and getting the same problem as above:

I've checked the libstdc++ versions after pbulk failure
------------------------
thinkc-01# pkg_info  |grep gcc12
gcc12-12.4.0nb1     The GNU Compiler Collection (GCC) - 12.0 Release Series
gcc12-libs-12.4.0nb3 The GNU Compiler Collection (GCC) support shared libraries
------------------------
there are two sets of libstdc++.so are found as shown below
 libstdc++.so.7  from gcc12-12.4.0nb1            (newly packaged)
 libstdc++.so.9  from base system of release 9.4 

are these expected situation ?

thinkc-01# find / -name libstdc++.so.7\* -ls
5291821      0 lrwxr-xr-x    1 root    wheel        17 Mar 30 10:52 /usr/pkg/gcc12/lib/libstdc++.so.7 -> libstdc++.so.7.30
5291822  35392 -rwxr-xr-x    1 root    wheel  18055984 Mar 30 10:52 /usr/pkg/gcc12/lib/libstdc++.so.7.30
5291823      8 -rw-r--r--    1 root    wheel      2397 Mar 30 10:52 /usr/pkg/gcc12/lib/libstdc++.so.7.30-gdb.py
5327504      0 lrwxr-xr-x    1 root    wheel        17 Mar 30 10:52 /usr/pkg/gcc12/x86_64--netbsd/lib/libstdc++.so.7 -> libstdc++.so.7.30
5327505  35392 -rwxr-xr-x    1 root    wheel  18055984 Mar 30 10:52 /usr/pkg/gcc12/x86_64--netbsd/lib/libstdc++.so.7.30
5327506      8 -rw-r--r--    1 root    wheel      2397 Mar 30 10:52 /usr/pkg/gcc12/x86_64--netbsd/lib/libstdc++.so.7.30-gdb.py


thinkc-01# find / -name libstdc++.so.9\* -ls
4767189      0 lrwxr-xr-x    1 root    wheel        16 Apr 20  2024 /usr/lib/libstdc++.so.9 -> libstdc++.so.9.0
4767190   4032 -r--r--r--    1 root    wheel   2030264 Apr 20  2024 /usr/lib/libstdc++.so.9.0
4767664      0 lrwxr-xr-x    1 root    wheel        16 Apr 20  2024 /usr/lib/i386/libstdc++.so.9 -> libstdc++.so.9.0
4767665   3968 -r--r--r--    1 root    wheel   1968848 Apr 20  2024 /usr/lib/i386/libstdc++.so.9.0
4779270  15040 -r--r--r--    1 root    wheel   9173860 Apr 20  2024 /usr/libdata/debug/usr/lib/i386/libstdc++.so.9.0.debug
4779117  19520 -r--r--r--    1 root    wheel  11430064 Apr 20  2024 /usr/libdata/debug/usr/lib/libstdc++.so.9.0.debug

(above are all with chroot environment)
-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost


Home | Main Index | Thread Index | Old Index