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

Bug 277894

Summary: sci-electronics/eagle missing deps on amd64
Product: Gentoo Linux Reporter: jon R-B <jon.roadleybattin>
Component: New packagesAssignee: Joe Sapp (RETIRED) <nixphoeni>
Status: RESOLVED FIXED    
Severity: normal CC: amd64, nixphoeni
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://www.cadsoftusa.com/
Whiteboard:
Package list:
Runtime testing required: ---

Description jon R-B 2009-07-15 08:10:19 UTC
eagle depends on 

app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-xlibs

if you are on an amd64 system

suggest changing RDEPEND to:



RDEPEND="sys-libs/glibc
    x11-libs/libXext
    x11-libs/libX11
    x11-libs/libXau
    x11-libs/libXdmcp
    amd64? ( app-emulation/emul-linux-x86-baselibs
       app-emulation/emul-linux-x86-xlibs
    )"




Reproducible: Always
Comment 1 Joe Sapp (RETIRED) gentoo-dev 2009-07-24 03:29:53 UTC
I don't quite understand why, but from a cursory check with `ldd` it seems you're right.  Only app-emulation/emul-linux-x86-xlibs is needed as baselibs is a dep of xlibs.
Comment 2 Joe Sapp (RETIRED) gentoo-dev 2009-07-24 04:00:07 UTC
After further inspection, I put both deps in as recommended.  In CVS now.  Thanks for the report.