Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298424 - media-libs/mesa-7.7 depends >=x11-base/xorg-server-1.7[-minimal]
Summary: media-libs/mesa-7.7 depends >=x11-base/xorg-server-1.7[-minimal]
Status: RESOLVED WORKSFORME
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: 2009-12-26 11:22 UTC by rafnov
Modified: 2009-12-26 16:29 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 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.