Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 190465

Summary: empathy-0.12 has broken python libs
Product: Gentoo Linux Reporter: Daniel Gryniewicz (RETIRED) <dang>
Component: New packagesAssignee: Santiago M. Mola (RETIRED) <coldwind>
Status: RESOLVED FIXED    
Severity: normal CC: net-im
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Use python automake to configure python install dirs
patch to ebuild

Description Daniel Gryniewicz (RETIRED) gentoo-dev 2007-08-27 21:24:59 UTC
empathy-0.12 has broken python lib installation, which also fails multilib-stict.  This is becasue is uses `pyversion` in the Makefile.am to figure out where to install the libs (pyversion doesn't exist on any of my installs) and uses $(prefix) to install the libs, rather than exec prefix.  Patch will be attached.
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-08-27 21:34:10 UTC
Created attachment 129379 [details, diff]
Use python automake to configure python install dirs

Use the standard python automake macros to configure where to install.  This requires rerunning automake; separate patch attached for that.
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-08-27 21:35:00 UTC
Created attachment 129380 [details, diff]
patch to ebuild
Comment 3 Olivier Crete (RETIRED) gentoo-dev 2007-08-27 21:44:02 UTC
I've forwarded this to upstream also.
Comment 4 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-08-28 00:59:24 UTC
Thanks.  I was going to do it myself, but hadn't gotten to it yet.
Comment 5 Olivier Crete (RETIRED) gentoo-dev 2007-08-28 18:53:40 UTC
Your patch is upstream (http://svn.gnome.org/viewcvs/empathy?view=revision&revision=278). Lets put it into our tree.
Comment 6 Santiago M. Mola (RETIRED) gentoo-dev 2007-08-28 20:33:20 UTC
Fixed in 0.12-r1. Thanks for your help.