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

Bug 298424

Summary: media-libs/mesa-7.7 depends >=x11-base/xorg-server-1.7[-minimal]
Product: Gentoo Linux Reporter: rafnov <rafnov>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal CC: jer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description rafnov 2009-12-26 11:22:10 UTC
It's a bug. Shouldn't happen:

emerge: there are no ebuilds built with USE flags to satisfy ">=x11-base/xorg-server-1.7[-minimal]".
!!! One of the following packages is required to complete your request:
- x11-base/xorg-server-1.7.3.901-r1 (Change USE: -minimal)
(dependency required by "media-libs/mesa-7.7" [ebuild])
(dependency required by "@world" [argument])

as it was working flawlessly with USE=minimal.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2009-12-26 16:29:47 UTC
You appear to have media-libs/mesa unmasked but not x11-base/xorg-server-1.7.

In the only xorg-server-1.7 ebuild, USE=-minimal pulls in three packages critical to media-libs/mesa (notably DRI support):

    !minimal? (
        >=x11-proto/xf86driproto-2.1.0
        >=x11-proto/dri2proto-2.1
        >=x11-libs/libdrm-2.3.0
    )

So whatever you think USE=minimal should mean, it only draws in whatever mesa needs to support DRI.