Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190465 - empathy-0.12 has broken python libs
Summary: empathy-0.12 has broken python libs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Santiago M. Mola (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-27 21:24 UTC by Daniel Gryniewicz (RETIRED)
Modified: 2007-08-28 20:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Use python automake to configure python install dirs (empathy-0.12-multilib.patch,1.71 KB, patch)
2007-08-27 21:34 UTC, Daniel Gryniewicz (RETIRED)
Details | Diff
patch to ebuild (empathy-0.12-ebuild.patch,698 bytes, patch)
2007-08-27 21:35 UTC, Daniel Gryniewicz (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.