Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80090 - pyopengl fails to build with xorg-x11 when USE=minimal
Summary: pyopengl fails to build with xorg-x11 when USE=minimal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 09:08 UTC by Chris Gianelloni (RETIRED)
Modified: 2005-01-31 15:51 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Gianelloni (RETIRED) gentoo-dev 2005-01-30 09:08:58 UTC
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 Fernando Serboncini (RETIRED) gentoo-dev 2005-01-31 15:51:56 UTC
Fixed in CVS. pyopengl doesn't need virtualx eclass anymore. Thanks a lot for the help.