pkgsrc-Bugs archive

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

Re: pkg/52275: devel/cmake does not compile on Solaris 11.3/sparc



And which version of libstdc++ is libuv linked against?

Surprisingly, the answer is: none!

$ ldd /opt/pkg-hrz/20170529/lib/libuv.so.1.0.0
        libsocket.so.1 =>        /lib/64/libsocket.so.1
        libsendfile.so.1 =>      /lib/64/libsendfile.so.1
        librt.so.1 =>    /lib/64/librt.so.1
        libpthread.so.1 =>       /lib/64/libpthread.so.1
        libnsl.so.1 =>   /lib/64/libnsl.so.1
        libkvm.so.1 =>   /usr/lib/64/libkvm.so.1
        libkstat.so.1 =>         /lib/64/libkstat.so.1
        libdl.so.1 =>    /lib/64/libdl.so.1
        libc.so.1 =>     /lib/64/libc.so.1
        libmp.so.2 =>    /lib/64/libmp.so.2
        libucrypto.so.1 =>       /lib/64/libucrypto.so.1
        libelf.so.1 =>   /lib/64/libelf.so.1
        libcryptoutil.so.1 =>    /lib/64/libcryptoutil.so.1
        libz.so.1 =>     /lib/64/libz.so.1

I checked other binaries build with pkgsrc, and if they are linked to libstdc++, they use

/opt/pkg-gcc/4.9.4/lib/amd64/libstdc++.so.6

and

/opt/pkg-gcc/4.9.4/lib/sparcv9/libstdc++.so.6

respectively, no binary is linked against the Oracle version.

--
Jörn Clausen
Plattformen & Serverdienste
BITS - Bielefelder IT-Servicezentrum


Home | Main Index | Thread Index | Old Index