Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292671 - x11-drivers/xf86-video-intel-2.9.1 fails to compile because of missing headers
Summary: x11-drivers/xf86-video-intel-2.9.1 fails to compile because of missing headers
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-10 12:39 UTC by Christopher Schwan
Modified: 2009-11-10 20:31 UTC (History)
1 user (show)

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


Attachments
Build log (build.log,10.66 KB, text/plain)
2009-11-10 12:41 UTC, Christopher Schwan
Details

Note You need to log in before you can comment on or make changes to this bug.
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