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

Bug 292671

Summary: x11-drivers/xf86-video-intel-2.9.1 fails to compile because of missing headers
Product: Gentoo Linux Reporter: Christopher Schwan <handgranaten-herbert>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED INVALID    
Severity: normal CC: dabbott
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log

Description Christopher Schwan 2009-11-10 12:39:32 UTC
Without having mesa installed, emerge x11-drivers/xf86-video-intel-2.9.1 fails to compile because of missing OpenGL-headers:

[..]

Making all in render_program                                                                                                                                           
  CC    i810_accel.o                                                                                                                                                   
  CC    i810_cursor.o                                                                                                                                                  
In file included from i810.h:60,                                                                                                                                       
                 from i810_accel.c:41:                                                                                                                                 
/usr/include/GL/glxint.h:36:19: error: GL/gl.h: No such file or directory                                                                                              

[..]

Installing mesa first and the intel driver hereafter solved the problem.



Reproducible: Always
Comment 1 Christopher Schwan 2009-11-10 12:41:02 UTC
Created attachment 209831 [details]
Build log
Comment 2 RĂ©mi Cardona (RETIRED) gentoo-dev 2009-11-10 20:31:36 UTC
Mesa is a proper dep of xorg-server. You probably removed it with emerge --depclean or something.

  emerge -DuN world

will probably want to emerge it back.

Thanks