Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81192 - libxml2 and libxslt python modules are installed in the wrong path
Summary: libxml2 and libxslt python modules are installed in the wrong path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 81190
  Show dependency tree
 
Reported: 2005-02-07 21:58 UTC by Jeremy Huddleston (RETIRED)
Modified: 2005-08-07 05:11 UTC (History)
2 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 Jeremy Huddleston (RETIRED) gentoo-dev 2005-02-07 21:58:20 UTC
libxml2-2.6.17 has an outdated python check in configure.in.  It should be updated to set pyexecdir and use that for the shared objects (see sys-apps/dbus)
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2005-02-07 22:04:58 UTC
There is an identical bug with libxslt-1.1.12 as well 
Comment 2 Danny van Dyk (RETIRED) gentoo-dev 2005-06-11 17:08:58 UTC
dev-libs/libxml2
--
phi portage # qpkg -l dev-libs/libxml2 | grep "/lib/"
phi portage # qpkg -l dev-libs/libxml2 | grep "\.so"
/usr/lib64/libxml2.so.2.6.19
/usr/lib64/libxml2.so.2 -> libxml2.so.2.6.19 1118441042
/usr/lib64/libxml2.so -> libxml2.so.2.6.19 1118441042
/usr/lib64/python2.4/site-packages/libxml2mod.so

dev-libs/libxslt
--
phi portage # qpkg -l dev-libs/libxslt | grep "/lib/"
phi portage # qpkg -l dev-libs/libxslt | grep "\.so"
/usr/lib64/libxslt.so.1.1.13
/usr/lib64/libxslt.so.1 -> libxslt.so.1.1.13 1118442011
/usr/lib64/libxslt.so -> libxslt.so.1.1.13 1118442011
/usr/lib64/libexslt.so.0.8.11
/usr/lib64/libexslt.so.0 -> libexslt.so.0.8.11 1118442011
/usr/lib64/libexslt.so -> libexslt.so.0.8.11 1118442011
/usr/lib64/python2.4/site-packages/libxsltmod.so

Jeremy: I don't see what should be wrong here... Probably solved already by
upstream?
Comment 3 Leonardo Boshell (RETIRED) gentoo-dev 2005-07-06 22:26:27 UTC
Jeremy,
Looking at the ebuilds, apparently this has been fixed by Danny and/or upstream,
but just to be sure, is this bug still relevant?
Comment 4 Leonardo Boshell (RETIRED) gentoo-dev 2005-08-07 05:11:53 UTC
Presumably fixed by now. Please re-open if that's not the case.