Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186612 - Too much dependencies in gnome-python-desktop ebuild
Summary: Too much dependencies in gnome-python-desktop ebuild
Status: RESOLVED DUPLICATE of bug 160991
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-25 19:06 UTC by epdv
Modified: 2007-07-25 19:10 UTC (History)
0 users

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 epdv 2007-07-25 19:06:54 UTC
The ebuild for gnome-python-desktop has many dependencies -
although I've got the information from the rox mailing list, that these dependencies aren't necessary, because the configure script for the bindings installs only bindings for installed libs
I understand, that this might lead to problems because
1.if libs are installed later, bindings will not be updated.IMHO, it would be best to create an eclass for this, which would be referenced by the (current) dependencies, to test if the python bindings are installed and to eventually extend them.
2.version dependencies are checked at the time of emerging. A variable should be used for this, which could be tested in the eclass. To get this working, the currently installed version of the python bindings has to be checked, then the ebuild for this version has to be read and the version check variable has to be assigned from this ebuild and to be filtered for condition(s) of the currently emerged package. From this condition, it could be checked, if the added package is compatible; if not, an error has to be displayed.

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-25 19:10:52 UTC

*** This bug has been marked as a duplicate of bug 160991 ***