Summary: | PyOpenGL-2.0.0.44 fails to build with gcc 3.2/Gentoo 1.4 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Matthew Rickard <rickardm> |
Component: | Current packages | Assignee: | Nick Hadaway <grandmasterlinux> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Updated PyOpenGL ebuild |
Description
Matthew Rickard
2002-09-05 22:23:30 UTC
Created attachment 3698 [details]
Updated PyOpenGL ebuild
Minor change, added glut as a dependency so that PyOpenGL compiles properly.
I have found the problem. It is not a gcc 3.2 issue, but an unrelated dependency issue. PyOpenGL-2.0.0.44 needs the header file glut.h. This header is included with glut-3.7-r2. glut should be made a dependency for the PyOpenGL ebuild. I've updated the ebuild with this small change. It is attached and the build process now works as expected. Added glut to the dependancy list. Thanks for the bug report! The updated ebuild should be available in portage within 24 hours. |