Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331755 - sci-electronics/eagle-5.9.0 missing libpng-1.2.* in RDEPEND
Summary: sci-electronics/eagle-5.9.0 missing libpng-1.2.* in RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Joe Sapp (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-09 11:29 UTC by klamp
Modified: 2010-08-22 19:06 UTC (History)
1 user (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 klamp 2010-08-09 11:29:10 UTC
eagle-5.9.0.ebuild is missing libpng-1.2.* dependency in RDEPEND. This causes eagle to crash, if libpng-1.2.* is not previously installed, with:
"/opt/eagle-5.9.0/bin/eagle: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory"

Reproducible: Always

Steps to Reproduce:
1. unmerge libpng-1.2.*
2. emerge eagle
3. eagle

Actual Results:  
eagle
/opt/eagle-5.9.0/bin/eagle: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

Expected Results:  
eagle
[eagle starts up]
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-08-09 11:40:55 UTC
The ebuild should have:

x86? ( media-libs/libpng:1.2 )
Comment 2 Joe Sapp (RETIRED) gentoo-dev 2010-08-22 19:05:51 UTC
Fixed, thanks for the report.