Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329011 - [x11 overlay] media-libs/mesa-9999 no longer builds intel drivers
Summary: [x11 overlay] media-libs/mesa-9999 no longer builds intel drivers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-19 21:56 UTC by cyrillic
Modified: 2010-07-25 15:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild updates (mesa-9999.ebuild.diff,826 bytes, patch)
2010-07-19 21:58 UTC, cyrillic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cyrillic 2010-07-19 21:56:52 UTC
The configure options have changed recently.

Reproducible: Always

Steps to Reproduce:
1. USE="gallium"
2. VIDEO_CARDS="intel"
3. emerge mesa

Actual Results:  
i915g_dri.so and i965g_dri.so are missing

Expected Results:  
working intel DRI drivers
Comment 1 cyrillic 2010-07-19 21:58:17 UTC
Created attachment 239455 [details, diff]
ebuild updates
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-07-19 22:08:24 UTC
This is only true for the glsl2 branch, which has not been merged to mesa master yet. But as this is bound to happen at some point, it may be good to investigate whether the ebuild can be made to work with either.
Comment 3 cyrillic 2010-07-20 19:19:51 UTC
As far as I can tell, this change took place a couple of weeks ago on the master branch. (unless the x11 overlay is using some branch other than master)
Comment 4 cyrillic 2010-07-25 14:54:26 UTC
Ok, here is the upstream commit that created the bug (more than a month ago) :
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7dce4f3c27881b4c40ab55e4a8641a3a58f9a210

I have verified that the patch I provided does fix the problem.
Comment 5 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-07-25 15:43:56 UTC
Ah, you are correct. I was looking at the patch the wrong way.
Applied to git, thanks.