Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349695 - media-libs/mesa-7.9[video_cards_nouveau] breaks eselect mesa
Summary: media-libs/mesa-7.9[video_cards_nouveau] breaks eselect mesa
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-25 16:50 UTC by Nikoli
Modified: 2010-12-25 17:17 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 Nikoli 2010-12-25 16:50:52 UTC
nouveau is missing in /usr/share/mesa/eselect-mesa.conf
'eselect mesa set sw gallium' will result in:
ls /usr/lib/dri/ -l
nouveau_dri.so -> ../mesa/nouveau_dri.so
nouveau_vieux_dri.so -> ../mesa/nouveau_vieux_dri.so
swrast_dri.so -> ../mesa/swrastg_dri.so
swrastg_dri.so -> ../mesa/swrastg_dri.so

instead of:
swrast_dri.so -> ../mesa/swrastg_dri.so
swrastg_dri.so -> ../mesa/swrastg_dri.so

Please fix or hard mask USE.
Comment 1 Nikoli 2010-12-25 17:17:06 UTC
Misunderstood purpose of eselect-mesa, sorry. nouveau is gallium only, no need for switching.