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

Bug 129179

Summary: media-libs/nas-1.7-r1.ebuild (Broken ebuild)
Product: Gentoo Linux Reporter: Boky <verynotbad>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: 2005.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Boky 2006-04-07 14:07:38 UTC
nas-1.7-r1 (and possibly others) have some compile-time dependencies, which are not checked.

Namely, before "emerge nas" you need to do:
emerge x11-misc/imake x11-misc/gccmakedep app-text/rman

otherwise compilation will fail.
Comment 1 Boky 2006-04-07 14:10:18 UTC
Funny, just found this in the ebuild:
DEPEND="${RDEPEND}
        || (
                ( x11-misc/gccmakedep x11-misc/imake app-text/rman x11-proto/xproto )
                virtual/x11
        )"

I can confirm that this does not work with xorg 7.0 r1; it doesn't seem to pull in these packages therefore the dependancy on virtual/x11 is probably insufficient.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-04-07 15:06:30 UTC

*** This bug has been marked as a duplicate of 127617 ***