Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292333 - dev-db/oracle-instantclient-basic-11.1.0.7.0 does not need libstdc++-v3
Summary: dev-db/oracle-instantclient-basic-11.1.0.7.0 does not need libstdc++-v3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tobias Scherbaum (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-08 00:15 UTC by Alec Meyers
Modified: 2009-12-31 10:24 UTC (History)
0 users

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 Alec Meyers 2009-11-08 00:15:06 UTC
The libstdc++-v3 dependency was added in bug 122057 because one of the libraries in version 10.2.0.1 (libocci.so.10.1) needed libstdc++.so.5.

In version 11.1.0.7.0, this is no longer the case:

# ldd /usr/lib/oracle/11.1.0.7.0/client/lib/libocci.so.11.1
ldd: warning: you do not have execution permission for `/usr/lib/oracle/11.1.0.7.0/client/lib/libocci.so.11.1'
        linux-gate.so.1 =>  (0xb78ba000)
        libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/4.4.2/libstdc++.so.6 (0xb763d000)
        libm.so.6 => /lib/libm.so.6 (0xb7616000)
        libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.4.2/libgcc_s.so.1 (0xb75f9000)
        libc.so.6 => /lib/libc.so.6 (0xb748f000)
        /lib/ld-linux.so.2 (0x428cd000)

The libstdc++-v3 dependency is unnecessary

Reproducible: Always

Steps to Reproduce:
Comment 1 Tobias Scherbaum (RETIRED) gentoo-dev 2009-12-31 10:24:12 UTC
Fixed in CVS.