Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314843 - "No rule to make target `/lib64/libz.so'" in all the ebuilds compiled with cmake
Summary: "No rule to make target `/lib64/libz.so'" in all the ebuilds compiled with cmake
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 17:18 UTC by Damian Nadales
Modified: 2010-04-12 23:18 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 Damian Nadales 2010-04-12 17:18:40 UTC
All the ebuilds compiled with cmake abort with this error.

I have sys-libs/zlib-1.2.4 installed.

The symbolic link for libz.so pointed to an non-existing libz.so.1.2.3:
    ls -l /lib64/libz.so
    lrwxrwxrwx 1 root root 13 2008-11-15 20:08 /lib64/libz.so -> libz.so.1.2.3

As a workaround I had to make a symbolic link so that /lib64/libz.so points to  libz.so.1.2.4. After this the problem went away.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-04-12 17:26:34 UTC
Please remove the symlink and run revdep-rebuild from app-portage/gentoolkit package. sys-libs/zlib-1.2.4 doesn't provide this symlink anymore.
Comment 2 Damian Nadales 2010-04-12 17:34:58 UTC
(In reply to comment #1)
> Please remove the symlink and run revdep-rebuild from app-portage/gentoolkit
> package. sys-libs/zlib-1.2.4 doesn't provide this symlink anymore.
> 
Thanks for the quick answer.

Sorry to bother but I've run reconcilio, but the error persisted. Is it possible that it is due to a buggy ebuild?
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-04-12 23:18:05 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Please remove the symlink and run revdep-rebuild from app-portage/gentoolkit
> > package. sys-libs/zlib-1.2.4 doesn't provide this symlink anymore.
> > 
> Thanks for the quick answer.
> 
> Sorry to bother but I've run reconcilio, but the error persisted. Is it
> possible that it is due to a buggy ebuild?

I doubt the ebuild is buggy or else there would be more bug reports about it.
If you still have the problem it's of course valid to reopen this bug but I am quite sure this is no bug in the sys-libs/zlib-1.2.4 ebuild.