Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310457 - Broken symlink in sys-libs/zlib-1.2.4
Summary: Broken symlink in sys-libs/zlib-1.2.4
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 22:52 UTC by Ivan
Modified: 2010-03-20 23:17 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 Ivan 2010-03-20 22:52:01 UTC
After upgrading to zlib 1.2.4, the /lib/libz.so symlink still points to /lib/libz.so.1.2.3:

# ls -l /lib/libz*
lrwxrwxrwx 1 root root    13 Oct 10  2008 /lib/libz.so -> libz.so.1.2.3
lrwxrwxrwx 1 root root    13 Mar 21 09:40 /lib/libz.so.1 -> libz.so.1.2.4
-rwxr-xr-x 1 root root 83764 Mar 21 09:40 /lib/libz.so.1.2.4

As such, packages such as cmake refuse to build.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-03-20 23:03:07 UTC
Not here,

$ ls -l /lib/libz*
lrwxrwxrwx 1 root root    13 Mar 20 20:25 /lib/libz.so.1 -> libz.so.1.2.4
-rwxr-xr-x 1 root root 92472 Mar 20 20:25 /lib/libz.so.1.2.4

$ ls -l /lib64/libz*
lrwxrwxrwx 1 root root    13 Mar 20 20:25 /lib64/libz.so.1 -> libz.so.1.2.4
-rwxr-xr-x 1 root root 92472 Mar 20 20:25 /lib64/libz.so.1.2.4

$ qfile libz.so
sys-libs/zlib (/usr/lib64/libz.so)

There shouldn't be such symlink in /lib* at all.
Comment 2 Ivan 2010-03-20 23:17:03 UTC
Sorry, I just remembered: I made this symlink myself as a workaround for bug 290974.  Closing this bug as being invalid.