Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123579 - media-libs/nas-1.7-r1 wont work with modular xorg
Summary: media-libs/nas-1.7-r1 wont work with modular xorg
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-21 00:01 UTC by tmf
Modified: 2006-03-07 11:05 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 tmf 2006-02-21 00:01:41 UTC
media-libs/nas-1.7-r1 wont compile due to lack of packages: gccmakedep, imake (no xmkmf) and rman. I had to add them manually, after that everything works ok. I'm using modular xorg.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-21 01:45:04 UTC
<snip>
RDEPEND="|| (
                (
                        x11-libs/libXt
                        x11-libs/libXau
                        x11-libs/libXaw
                        x11-libs/libX11
                        x11-libs/libXres
                        x11-libs/libXTrap
                        x11-libs/libXp
                )
                virtual/x11
        )"
DEPEND="${RDEPEND}
        || (
                ( x11-misc/gccmakedep x11-misc/imake app-text/rman x11-proto/xproto )
                virtual/x11
        )"
</snip>

Wipe any mention of virtual/x11 from every file in /etc/portage.
Comment 2 Erik Zeek 2006-03-07 11:05:39 UTC
(In reply to comment #1)
> Wipe any mention of virtual/x11 from every file in /etc/portage.
 
This causes problems with "emerge -u world"

See: 
http://gentoo-wiki.com/HOWTO_Modular_Xorg#.27emerge_-u_world.27_wants_to_install_xorg-x11_6.x_or_virtual.2Fx11