Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 742971

Summary: dev-python/glooey-0.3.1 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: 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 gentoo-dev 2020-09-16 15:26:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/glooey-0.3.1 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-16 15:26:15 UTC
Created attachment 660618 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-16 15:26:16 UTC
Possible context of error(s):

    raise ImportError('Library "%s" not found.' % names[0])
E   ImportError: Library "GLU" not found.
Comment 3 Dennis Lamm gentoo-dev 2020-10-21 16:42:48 UTC
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.