On 2025-03-04 17:16, Harry Schmalzbauer wrote:
...
No idea why 'ibgcc_s.so.1' is listed in flac...
Thanks for your help, I guess I have to investigate what went wrong
beforehand... Unfortunately no time this week.
My build environment used to work quiet well until recently. Will
look into D49136 as soon as time permits.
For now, I need to postpone and consider it to be a local problem.
Hard to ignore itching...
We have /usr/src/lib/libgcc_s.
Compiling and packaging audio/flac without having lang/gcc1x installed,
registers
libthr.so.3
libm.so.5
libc.so.7
libc++.so.1
libcxxrt.so.1
libgcc_s.so.1
libogg.so.0
pkg install flac doesn't install gcc.
ldd /usr/local/bin/flac
/usr/local/bin/flac:
libFLAC.so.14 => /usr/local/lib/libFLAC.so.14 (0x13a53fdd000)
libthr.so.3 => /lib/libthr.so.3 (0x13a53e1f000)
libm.so.5 => /lib/libm.so.5 (0x13a54792000)
libc.so.7 => /lib/libc.so.7 (0x13a55f11000)
libogg.so.0 => /usr/local/lib/libogg.so.0 (0x13a54a04000)
[vdso] (0x13a52f83000)
No /usr/lib32/libgcc_s.so.1 listed.
I currently do not understand what's going wrong here.
My problem seems to be that I have libgcc_s.so.1 in /usr/lib32 and after
installing lang/gcc14 also in
/usr/local/lib32/gcc14/libgcc_s.so.1
/usr/local/lib/gcc14/libgcc_s.so.1
Is my base polluted?