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

Bug 200181

Summary: media-libs/mesa-7.0.2 broken include path
Product: Gentoo Linux Reporter: Michael Hall <michaeldhall>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log showing failure

Description Michael Hall 2007-11-24 14:04:36 UTC
mesa will not build do to missing include files.

Reproducible: Always
Steps to reproduce: emerge =mesa-7.0.2

Steps that made it work for me:
to satisfy the needed header file: glxclient.h:59:25: error: GL/glxproto.h: No such file or directory
i placed a symlink to /usr/lib64/opengl/xorg-x11/include/ as /var/tmp/portage/media-libs/mesa-7.0.2/work/Mesa-7.0.2/src/glx/x11/GL

Just in case it makes a difference, note that: on my system /var/tmp is a symlink
Comment 1 Michael Hall 2007-11-24 14:05:18 UTC
Created attachment 136889 [details]
Build log showing failure
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-11-24 14:08:04 UTC
Run eselect opengl set xorg-x11 and try again.
Comment 3 Michael Hall 2007-11-24 14:54:13 UTC
Did the trick, Thanks