Bug 80090 - pyopengl fails to build with xorg-x11 when USE=minimal
Bug#: 80090 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: python@gentoo.org Reported By: wolf31o2@gentoo.org
Component: Ebuilds
URL: 
Summary: pyopengl fails to build with xorg-x11 when USE=minimal
Keywords:  
Status Whiteboard: 
Opened: 2005-01-30 09:08 0000
Description:   Opened: 2005-01-30 09:08 0000
I installed xorg-x11 with USE=minimal, which means the Xvfb support is not
installed.  Because of this, pyopengl will not compile.

>>> Source unpacked.
 * Scanning for a open DISPLAY to start Xvfb ...
 *
 * Unable to start Xvfb.
 *
 * '/usr/X11R6/bin/Xvfb :17 -screen 0 800x600x24' returns:
 *
/usr/portage/eclass/virtualx.eclass: line 71: /usr/X11R6/bin/Xvfb: No such file
or directory
 *
 * If possible, correct the above error and try your emerge again.
 *

!!! ERROR: dev-python/pyopengl-2.0.1.09 failed.
!!! Function virtualmake, Line 75, Exitcode 0
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.




Check out bug #76251 to see how this was resolved for evolution.

------- Comment #1 From Fernando Serboncini (RETIRED) 2005-01-31 15:51:56 0000 -------
Fixed in CVS. pyopengl doesn't need virtualx eclass anymore. Thanks a lot for
the help.