[Bug 327671] Re: python-gconf: built with rpath

Launchpad Bug Tracker 327671 at bugs.launchpad.net
Fri Mar 13 10:10:06 GMT 2009


This bug was fixed in the package gnome-python - 2.25.90-0ubuntu2

---------------
gnome-python (2.25.90-0ubuntu2) jaunty; urgency=low

  * debian/patches/70_autoreconf.dpatch:
    - autoreconf update to fix rpath issue (lp: #327671)
  * debian/patches/99-run-aclocal+autoconf+automake.dpatch:
    - the change is deprecated by the autoreconf one

 -- Sebastien Bacher <seb128 at ubuntu.com>   Fri, 13 Mar 2009 10:57:54
+0100

** Changed in: gnome-python (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
python-gconf: built with rpath
https://bugs.launchpad.net/bugs/327671
You received this bug notification because you are a member of Sugar
Team, which is a direct subscriber.

Status in “gnome-python” source package in Ubuntu: Fix Released

Bug description:
Binary package hint: python-gconf

/usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so contains an RPATH setting, causing third party software like sugar-jhbuild to fail under certain circumstances [1].
Debians current opinion on rpath [2] seems to be that it should NOT be set, except under very rare circumstances.
Please note that the library search order mentioned in [2] seems to be incorrect: LD_LIBRARY_PATH does NOT override rpath, so (apart from modifying the installed library with chrpath) there's no workaround.
I haven't tested whether Debians packages contain the rpath setting as well, so it might be an upstream packaging bug.

Steps to reproduce:
1. install chrpath
2. chrpath -l /usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so

Results:
/usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so: RPATH=/usr/lib

Expected:
no rpath setting


[1] http://dev.sugarlabs.org/ticket/111
[2] http://wiki.debian.org/RpathIssue



More information about the Ubuntu-sugarteam mailing list