Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3308 - libpng 1.2.3
Summary: libpng 1.2.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-01 16:29 UTC by Doug Goldstein (RETIRED)
Modified: 2003-02-04 19:42 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 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.