Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194728 - dev-lang/icc seems to require libstdc++-v3
Summary: dev-lang/icc seems to require libstdc++-v3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sébastien Fabbro (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-04 19:37 UTC by Caleb Tennis (RETIRED)
Modified: 2007-10-05 11:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caleb Tennis (RETIRED) gentoo-dev 2007-10-04 19:37:37 UTC
tcdevel icc # /opt/intel/cc/10.0.026/bin/mcpcom
/opt/intel/cc/10.0.026/bin/mcpcom: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
tcdevel icc # ldd /opt/intel/cc/10.0.026/bin/mcpcom
        linux-gate.so.1 =>  (0xffffe000)
        libm.so.6 => /lib/libm.so.6 (0xb7ef0000)
        libstdc++.so.5 => not found
        libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.2.0/libgcc_s.so.1 (0xb7ee5000)
        libc.so.6 => /lib/libc.so.6 (0xb7dbf000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7dbb000)
        /lib/ld-linux.so.2 (0xb7f23000)

I think adding a dep on libstdc++-v3 is probably the fix here.

Reproducible: Always
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2007-10-05 11:41:21 UTC
fixed. Thanks!