Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110961 - porthole-0.4.1 emerge fails while checking if missing use flag has been used
Summary: porthole-0.4.1 emerge fails while checking if missing use flag has been used
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
: 111383 111753 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-30 19:11 UTC by joachim.fasting
Modified: 2006-08-05 11:39 UTC (History)
3 users (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 joachim.fasting 2005-10-30 19:11:32 UTC
When trying to emerge porthole-0.4.1, it fails saying that pygtk needs to be
compiled with the gnome use flag for libglade support. The version of pygtk in
question (2.8.2) does not have this use flag. It seems this flag was removed in
version 2.8.0-r2 and that libglade now is listed in RDEPEND.
Removing the pkg_setup part of the porthole ebuild fixes this.
Perhaps having it check what version of pygtk is installed and running pkg_setup
only if pygtk version < 2.8.0-r2 would be something to consider.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-03 11:28:28 UTC
*** Bug 111383 has been marked as a duplicate of this bug. ***
Comment 2 Christopher Covington 2005-11-21 16:06:13 UTC
*** Bug 111753 has been marked as a duplicate of this bug. ***
Comment 3 Philipp Riegger 2006-04-22 00:54:14 UTC
This seems to be a simple fix. Why hasn't anything happened in the last 4 months?
Comment 4 Marcin Kowalski 2006-08-05 10:53:35 UTC
you just need to remove pkg_setup section from the ebuild. simple as that. i wonder why it's still left as it is in portage....
Comment 5 Harald van Dijk (RETIRED) gentoo-dev 2006-08-05 11:39:00 UTC
Fixed, sorry for the delay.