Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299347 - dev-db/oracle-instantclient-basic-11.2.0.1 doesn't create right symlinks
Summary: dev-db/oracle-instantclient-basic-11.2.0.1 doesn't create right symlinks
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tobias Scherbaum (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-02 13:32 UTC by Cedric Godin
Modified: 2010-01-26 19:09 UTC (History)
2 users (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 Cedric Godin 2010-01-02 13:32:48 UTC
The ebuild creates the following symlinks :
libclntsh.so -> /usr/lib/oracle/11.2.0.1/client/lib/libclntsh.so.11.2
libocci.so -> /usr/lib/oracle/11.2.0.1/client/lib/libocci.so.11.2

but it should point to so.11.1

the ebuilds posted in the revbump bug are correct (bug 293590)

Reproducible: Always

Steps to Reproduce:

Actual Results:  
ldd /usr/lib/oracle/11.2.0.1/client/bin/sqlplus
...
libclntsh.so.11.1 => not found
...
Comment 1 Troy Bowman 2010-01-04 20:35:41 UTC
Confirmed on my end.  For some reason the ebuild from bug 293590 was edited and a broken ebuild committed to portage.  The current ebuild is not even installing the .so files.  If I use the ebuilds as they were provided in bug 293590, everything works great.
Comment 2 Eric Johnson 2010-01-08 16:57:12 UTC
same issue for me. the broken symlinks prevent other packages from building, such as dev-db/tora-2.1.0
Comment 3 Eric Johnson 2010-01-10 02:40:00 UTC
(In reply to comment #1)
> Confirmed on my end.  For some reason the ebuild from bug 293590 was edited and
> a broken ebuild committed to portage.  The current ebuild is not even
> installing the .so files.  If I use the ebuilds as they were provided in bug
> 293590, everything works great.
> 
The ebuild works for me, too, but it appears to pull in the 11.1 libraries.
Comment 4 Tobias Scherbaum (RETIRED) gentoo-dev 2010-01-26 19:09:07 UTC
Fixed in CVS.