Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 742971 - dev-python/glooey-0.3.1 fails tests
Summary: dev-python/glooey-0.3.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords:
Depends on: 739758
Blocks:
  Show dependency tree
 
Reported: 2020-09-16 15:26 UTC by Agostino Sarubbo
Modified: 2020-11-30 18:51 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,23.30 KB, application/x-xz)
2020-09-16 15:26 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.