pkgsrc-Users archive

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

who wants libstdc++.so.7 ? (Re: gcc10 with libstdc++.so.9 (Re: gcc 8 related (Re: (gnuradio-core) libstdc++.so.9 conflicts with libstdc++.so.7



- I have changed ham/gnuradio-core/Makefile.common wants gcc10
- pkg_delete gcc7 and gcc8
- install libstdc++.so.9 version of gcc10
  (as described in previous mail, make package-install)
- make package on ham/gnuradio-core

Still getting

------------
[ 54%] Linking CXX shared library libgnuradio-blocks.so
  /usr/bin/ld: warning: libstdc++.so.9,
  needed by /tmp/ham/gnuradio-core/work/.buildlink/lib/libboost_program_options.so,
  may conflict with libstdc++.so.7
------------

and then checked the situation: 
 (listed below tried to install gcc7 ...)

hostname@makoto 00:16:12/221124(..ham/gnuradio-core)% pkg_info |grep gcc
gcc7-7.5.0nb6       The GNU Compiler Collection (GCC) - 7.0 Release Series
gcc10-10.4.0        The GNU Compiler Collection (GCC) - 10.0 Release Series
py310-pygccxml-2.2.1 Python package for easy C++ declarations navigation
gcc10-libs-10.4.0nb1 The GNU Compiler Collection (GCC) support shared libraries
gcc8-libs-8.4.0nb8  The GNU Compiler Collection (GCC) support shared libraries

------------------------------
hostname@makoto 00:16:52/221124(..ham/gnuradio-core)% ldd  /tmp/ham/gnuradio-core/work/.buildlink/lib/libboost_program_options.so
/tmp/ham/gnuradio-core/work/.buildlink/lib/libboost_program_options.so:
        -lstdc++.9 => /usr/lib/libstdc++.so.9
        -lm.0 => /usr/lib/libm.so.0
        -lc.12 => /usr/lib/libc.so.12
        -lgcc_s.1 => /usr/lib/libgcc_s.so.1
        -lpthread.1 => /usr/lib/libpthread.so.1
-------------------------------
hostname@makoto 00:17:06/221124(..ham/gnuradio-core)% pkg_info gcc7-7.5.0nb6
Information for gcc7-7.5.0nb6:

Comment:
The GNU Compiler Collection (GCC) - 7.0 Release Series

Requires:
gsed>=3.0.2

Required by:
blas-3.10.1
lapack-3.10.1
cblas-3.10.1
lapacke-3.10.1
py310-numpy-1.23.5
py310-scipy-1.9.3

Description:
The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, and Go, as well as libraries for these languages.

Homepage:
https://gcc.gnu.org/
------------------------------


hostname@makoto 00:24:13/221124(..ham/gnuradio-core)% pkg_info gcc8-libs    
Information for gcc8-libs-8.4.0nb8:
...  (omit) ...

Required by:
volk-2.5.2
...  (omit) ...

hostname@makoto 00:24:26/221124(..ham/gnuradio-core)% pkg_info -qL gcc8-libs|grep libstdc
/usr/pkg/gcc8/x86_64--netbsd/lib/libstdc++.so
/usr/pkg/gcc8/x86_64--netbsd/lib/libstdc++.so.7
/usr/pkg/gcc8/x86_64--netbsd/lib/libstdc++.so.7.25
/usr/pkg/gcc8/x86_64--netbsd/lib/libstdc++.so.7.25-gdb.py


hostname@makoto 00:17:54/221124(..ham/gnuradio-core)% 
-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E
----
pkgsrc freshness:
http://www.ki.nu/~makoto/pkgsrc/check-update/00_Summary.html




Home | Main Index | Thread Index | Old Index