Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79838 - pyopengl incorrectly depends on opengl-update
Summary: pyopengl incorrectly depends on opengl-update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High blocker (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-28 05:51 UTC by Chris Gianelloni (RETIRED)
Modified: 2005-03-13 12:10 UTC (History)
1 user (show)

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-28 05:51:49 UTC
In pkg_setup, pyopengl uses opengl-update to change the opengl implementation.  This is incorrect behavior.  If the ebuild does not complete, the user's opengl implementation is changed without the user's consent.

Also, this breaks on any system without opengl-update (yes there are some, and yes it is valid to not have it and still have opengl functioning).

Instead, the package should be patched to include the proper files it requires, rather than relying on the opengl symlinks.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2005-01-29 08:08:41 UTC
vapier removed it.