Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277894 - sci-electronics/eagle missing deps on amd64
Summary: sci-electronics/eagle missing deps on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Joe Sapp (RETIRED)
URL: http://www.cadsoftusa.com/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-15 08:10 UTC by jon R-B
Modified: 2009-07-24 04:00 UTC (History)
2 users (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 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.