Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3308

Summary: libpng 1.2.3
Product: Gentoo Linux Reporter: Doug Goldstein (RETIRED) <cardoe>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Doug Goldstein (RETIRED) gentoo-dev 2002-06-01 16:29:18 UTC
The ebuild fails to create a system link from /usr/lib/libpng.so.3 to
/usr/lib/libpng.so.3.1.2.3 which causes a lot of progs not to run.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-02 23:16:40 UTC
the solution, apparently, is to do this:

emerge -c libpng
emerge libpng
Comment 2 Spider (RETIRED) gentoo-dev 2002-06-03 12:59:47 UTC
portage related bug that it fails mtimes when you have "autoclean" enabled.

emerge unmerge libpng; emerge libpng

Will remove all instances and then install it "clean" and that will work.