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

Bug 376981

Summary: media-libs/mesa crashes when trying to run an OpenGL ES 2 app
Product: Gentoo Linux Reporter: Nikos Chantziaras <realnc>
Component: [OLD] LibraryAssignee: Matt Turner <mattst88>
Status: RESOLVED FIXED    
Severity: normal CC: ansla80, x11
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nikos Chantziaras 2011-07-29 19:22:33 UTC
Upstream bug: http://bugs.freedesktop.org/show_bug.cgi?id=39645

This affects KDE 4.7.0 when KWin is built using USE="gles -opengl". It immediately crashes when trying to use compositing.

Basically, upstream considers this a configuration problem because the ebuild uses:

--with-egl-platforms=drm,x11

while it should be using:

--with-egl-platforms=x11,drm

instead ("x11" should appear before "drm".)
Comment 1 Matt Turner gentoo-dev 2011-07-29 23:11:06 UTC
Thanks for the report. Fixed mesa-7.11_rc{2,4} and mesa-9999 in the x11 overlay.