Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129179 - media-libs/nas-1.7-r1.ebuild (Broken ebuild)
Summary: media-libs/nas-1.7-r1.ebuild (Broken ebuild)
Status: RESOLVED DUPLICATE of bug 127617
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 14:07 UTC by Boky
Modified: 2006-04-07 15:06 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 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 ***