libstdc++ error in fresh rootless install

Vladimir Darmanian <[email protected]>
Newsgroups gmane.linux.distributions.gobo.general
Message-ID <CANuNaw9bQLmYRiWf6h46D5MS6vP9SoMS=xgEwF832EowmCfPEQ@mail.gmail.com>
Howdy,

I got a strange error when running InstallPackage Compile:

/usr/bin/wget: /home/vladimird/System/Links/Libraries/libstdc++.so.6:
version `GLIBCXX_3.4.11' not found (required by /usr/lib/libproxy.so.1)

This came a long way after a bunch of deps were installed.

Later I resourced my .zshrc (hence running the rootless script) and now I
don't even get that error but instead InstallPackage times out on every
package I try to install (when checking for binaries).

My host is OpenSUSE 11.4.  The following information may be useful:

ldd -d /usr/bin/wget (without sourcing rootless ie. normal host
configuration):

        linux-gate.so.1 =>  (0xffffe000)
        libssl.so.1.0.0 => /lib/libssl.so.1.0.0 (0xb76bb000)
        libcrypto.so.1.0.0 => /lib/libcrypto.so.1.0.0 (0xb7519000)
        libproxy.so.1 => /usr/lib/libproxy.so.1 (0xb74f4000)
        librt.so.1 => /lib/librt.so.1 (0xb74ea000)
        libc.so.6 => /lib/libc.so.6 (0xb737c000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7377000)
        libz.so.1 => /lib/libz.so.1 (0xb7360000)
        libmodman.so.1 => /usr/lib/libmodman.so.1 (0xb7346000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb732b000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb723c000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb721d000)
        /lib/ld-linux.so.2 (0xb772e000)
        libm.so.6 => /lib/libm.so.6 (0xb71f3000)

ldd -d /usr/bin/wget (after sourcing rootless):

/usr/bin/wget: /home/vladimird/System/Links/Libraries/libstdc++.so.6:
version `GLIBCXX_3.4.11' not found (required by /usr/lib/libproxy.so.1)
        linux-gate.so.1 =>  (0xffffe000)
        libssl.so.1.0.0 => /lib/libssl.so.1.0.0 (0xb785f000)
        libcrypto.so.1.0.0 => /lib/libcrypto.so.1.0.0 (0xb76bd000)
        libproxy.so.1 => /usr/lib/libproxy.so.1 (0xb7698000)
        librt.so.1 => /lib/librt.so.1 (0xb768e000)
        libc.so.6 => /lib/libc.so.6 (0xb7520000)
        libdl.so.2 => /lib/libdl.so.2 (0xb751b000)
        libz.so.1 => /lib/libz.so.1 (0xb7504000)
        libmodman.so.1 => /usr/lib/libmodman.so.1 (0xb74ea000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb74cf000)
        libstdc++.so.6 =>
/home/vladimird/System/Links/Libraries/libstdc++.so.6 (0xb73e0000)
        libgcc_s.so.1 =>
/home/vladimird/System/Links/Libraries/libgcc_s.so.1 (0xb73d3000)
        /lib/ld-linux.so.2 (0xb78d2000)
        libm.so.6 => /lib/libm.so.6 (0xb73a9000)

lrwxrwxrwx 1 vladimird users 51 2011-07-18 16:31
System/Links/Libraries/libstdc++.so.6 ->
../../../Programs/GCC/4.3.2/lib/libstdc++.so.6.0.10

Also, I don't understand why InstallPackage is trying to use my host's wget
- it is not installed in the rootless hierarchy.  I can understand that
being used in the initial script used to set things up but not when rootless
is supposedly "installed".

Ultimately it seems like a conflict of handling libraries between my host
and rootless install.

Thank you guys!

_______________________________________________
gobolinux-users mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.