Summary: | dev-python/glooey-0.3.1 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | 3D Printing Team <3dprint> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 739758 | ||
Bug Blocks: | |||
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 660618 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Possible context of error(s): raise ImportError('Library "%s" not found.' % names[0]) E ImportError: Library "GLU" not found. Problem is that in pyglet-1.5.3 ebuild the dependency 'virtual/glu' is missing which provides '/usr/include/GL/glu.h'. This dependency is added in the ebuild for pyglet-1.5.7-r1 and pyglet-1.5.8, but sadly non of them is stable yet. After stabilization this issue could be marked as solved. |