Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151381 - pygtk-0.6.11 blocks pygobject
Summary: pygtk-0.6.11 blocks pygobject
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PMASKED
: 151447 (view as bug list)
Depends on: gnome1-removal
Blocks:
  Show dependency tree
 
Reported: 2006-10-14 12:19 UTC by Aidan Thornton
Modified: 2006-12-03 04:01 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 Aidan Thornton 2006-10-14 12:19:11 UTC
dev-python/pygobject-2.12.2 is blocked by <dev-python/pygtk-2.9. This means that any ~x86 user with both software requiring the older version of dev-python/pygtk-0.6.11-r1 (which I believe is GTK1) and software requiring pygobject (which uses the newer dev-python/pygtk-2.10.3, which is in a different SLOT to 0.6.11-r1) can no longer run "emerge -uDav world". I assume this is unintentional.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-14 12:57:37 UTC
No, that's perfectly intentional. Otherwise you'll get collisions.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-10-14 13:21:51 UTC
Eh, scratch the above, missed the slot stuff (plus the blocker doesn't work properly w/ portage-2.1.2 anyway (Bug 150879)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-10-15 04:54:20 UTC
*** Bug 151447 has been marked as a duplicate of this bug. ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-11-08 09:42:32 UTC
Hmm, this didn't move much... :) Oh well, a sucky patch but the only solution until portage supports ranged deps (Bug 4315). Or we can just WONTFIX this. :)

<snip>
--- pygobject-2.12.2.ebuild.old	2006-10-30 11:36:21.000000000 +0100
+++ pygobject-2.12.2.ebuild	2006-11-08 19:37:38.000000000 +0100
@@ -16,7 +16,14 @@
 
 RDEPEND=">=dev-lang/python-2.3.5
 	>=dev-libs/glib-2.8
-	!<dev-python/pygtk-2.9"
+	!=dev-python/pygtk-1.9*
+	!=dev-python/pygtk-2.0*
+	!=dev-python/pygtk-2.2*
+	!=dev-python/pygtk-2.3*
+	!=dev-python/pygtk-2.4*
+	!=dev-python/pygtk-2.6*
+	!=dev-python/pygtk-2.7*
+	!=dev-python/pygtk-2.8*"
 DEPEND="${RDEPEND}
 	doc? ( dev-libs/libxslt >=app-text/docbook-xsl-stylesheets-1.70.1 )
 	>=dev-util/pkgconfig-0.12.0"
</snip>
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-12-03 04:00:37 UTC
<dev-python/pygtk-2 package.masked for gnome-1 removal, together with stuff that depends on it. 

Not much of an issue any longer, closing.