| Summary: | dev-python/pygtk-2.12.1-r2 doesn't install codegen.py in the correct location | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Brian Beardall <brian> |
| Component: | [OLD] Development | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | brant, kyron |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build log of pygtk-2.12.1-r2 | ||
|
Description
Brian Beardall
2008-07-30 01:10:25 UTC
Could you attach a build log for pygtk and a build log for one of the apps that failed to install? hum, weird, it's installed in the correct directory here, when did you install this version ? The package is trying to use automake-1.9 and I don't have that version installed. That is why the files aren't being installed in the correct locations. I have automake-1.10 installed. Could you still please attach the log files created by portage "build.log" and the failing automake output? Thanks On my x86 machine, the codegen directory is in /usr/share/pygtk, but on my ~x86 machine it's in site-packages/gtk-2.0. (Both current as of today.) This may not be related, but I notice that on *both* machines pygtk is also failing to install pygtk.py in the site-packages directory. I didn't notice earlier because I still have a pygtk.py left over from May. To rule out an ebuild bug I compiled/installed pygtk right from the tarball, and found the same problem -- no pygtk.py anywhere, including /usr/share/*. Anyone else seeing this? Looks like the 2.12.0 ebuild needs the same codegen patch as 2.12.1. That still doesn't explain the missing pygtk.py, though. does adding eautomake at the end of src_unpack fixes it ? eautomake after src_unpack didn't fix the problem for me. So I'm posting the build log. Created attachment 163083 [details]
build log of pygtk-2.12.1-r2
Installing automake 1.9 fixes the install problem.
*** Bug 235021 has been marked as a duplicate of this bug. *** installing automake 1.9 worked for me as well -rw-r--r-- 1 root root 68K Aug 17 15:13 /usr/lib64/python2.5/site-packages/gtk-2.0/codegen/codegen.py :) Then add a dependency to automake 1.9 ? This is caused by dev-python/pygtk-2.12.1-r2 Reinstalling with the following command fixed the issue for me: emerge -av '<dev-python/pygtk-2.12.1-r2' Additionally I think this bug may be a duplicate of 224039. (In reply to comment #13) > This is caused by dev-python/pygtk-2.12.1-r2 > > Reinstalling with the following command fixed the issue for me: > > emerge -av '<dev-python/pygtk-2.12.1-r2' > > Additionally I think this bug may be a duplicate of 224039. > Worked for me too. Fresh x86 install. automake-1.10.1 eautomake was the solution, I forgot to mention that you needed to inherit autotools for it to make any difference. It's fixed in tree now. |