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

Bug 123579

Summary: media-libs/nas-1.7-r1 wont work with modular xorg
Product: Gentoo Linux Reporter: tmf <tfrub>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: zeekec
Priority: High    
Version: 2005.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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