| Summary: | I tried to install eroaster-2.1.0-r1 and got an error telling me gnome-python wasn't installed - even though it is. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Paul Hunnisett <paulhunni> |
| Component: | New packages | Assignee: | Michael M Nazaroff (RETIRED) <naz> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | kabutor, lanius, python, thehaas |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
results of "qpkg -l -I gnome-python"
results of "qpkg -l -I gnome-python" results of "qpkg -l -I gnome-python" |
||
|
Description
Paul Hunnisett
2003-07-24 09:47:30 UTC
with dev-python/gnome-python 1.4.4 && 1.4.2 works here try emerge -Dp eroaster also try #revdep-rebuild from gentoolkit Both suggested solutions have been tried without success - exactly the same results I have the same problem bash-2.05b$ qpkg -I -v gnome-python dev-python/gnome-python-1.4.4 * emerge eroaster fails with the same error, none of the given solutions helped... I was told a possible solution would be changing the configure.in. I am not familiar with Python, but this is what i was told:
<snippit>
-PYGNOME=`python -c "from gnome.ui import *" 2>&1`
+PYGNOME=`python -c "from pygtk; pygtk.require('2.0'); from gnome.ui import *" 2>&1`
</snippit>
Seems there might've been some changes in PyGTK since eroaster was last released. I hope this gives someone a lead about writing a patch or something.
Sorry, the '+' line should be as follows:
+PYGNOME=`python -c "import pygtk; pygtk.require('2.0'); from gnome.ui import *" 2>&1`
Well hopefully I will have time pretty quick to take a look at this and see what can be done to patch eroaster Created attachment 16552 [details]
results of "qpkg -l -I gnome-python"
I'm putting the results of "qpkg -l -I gnome-python" in a file because it's
about 500 lines long!
Created attachment 16553 [details]
results of "qpkg -l -I gnome-python"
I put the results of "qpkg -l -I gnome-python" in a files, since it's 500 lines
long.
Created attachment 16554 [details]
results of "qpkg -l -I gnome-python"
I put the results of "qpkg -l -I gnome-python" in a files, since it's 500 lines
long.
Um... I had the same problem. What I did to 'fix' it was to re-emerge gnome-python (with USE=gnome) and afterwards eroaster merged fine. Then I went and re-emerge gnome-python with USE=-gnome and presto, eroaster failed to merge once more. I am not sure how having gnome-python without gnome support breaks things, but that's the solution that worked for me, maybe it'll work for you too? Wallex solution didn't get me any further... how could I apply this patch myself? I'm having this same problem, none of the 3 solutions presented have worked for me either please try out eroaster-2.2.0_pre6.ebuild see last comment I wasn't able to emerge eroaster too - even not using eroaster-2.2.0_pre6 After deleting some "old" pyc-files emerge 2.2.0_pre6 was successful! /usr/lib/python2.2/site-packages/gtk.pyc [old pygtk?, pygtk-2.0.0 now ] /usr/lib/python2.2/site-packages/gnome/__init__.pyc /usr/lib/python2.2/site-packages/gnome/ui.pyc /usr/lib/python2.2/site-packages/gnome/uiconsts.pyc /usr/lib/python2.2/site-packages/gnome [old gnome-python-1.4.4?, i'm using gnome-python-2.0.0 now] that's related to bug 8804. it will be fixed with python-2.3 along with some other changes. but right now, you'll have to live with that for the moment. As mentioned in the forums: http://forums.gentoo.org/viewtopic.php?p=724217 I was having this exact problem. My old install of eroaster complained about gtk and I couldn't emerge any version of eroaster due to configure failing. Solution: remerge pygtk then remerge eroaster. Absolutely awesome program. :) I have python-2.3 installed, and both ebuilds still fail with the same error... after installing gnome-python-2.0 the install worked, maybe eroaster should have that as a dependency? |