[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-11-22 Thread Ezra Reeves
Configure output during build: checking for python version... 2.6 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.6/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages python -c "import sy

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-11-22 Thread Ezra Reeves
Getting this same problem in labyrinth... LP: #327174 -- wrong quoting in aclocal's python.m4 check https://bugs.launchpad.net/bugs/350016 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubu

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-10-22 Thread Chuck Bearden
Is there a preferred workaround for users who wish to install Python modules from source like this: sudo python setup.py install --prefix=/usr/local Even after setting and exporting PYTHONPATH to be '/usr/local/lib/python2.6/site-packages' (which exists) this failed with an error message that c

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-06-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/automake1.10 -- wrong quoting in aclocal's python.m4 check https://bugs.launchpad.net/bugs/350016 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.co

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-06-12 Thread Stefan Kost
Its still happening. I just upgraded from intrpid to jaunty and all python apps no need a manual PYTHONPATH=/usr/lib/python2.6/site-packages -- wrong quoting in aclocal's python.m4 check https://bugs.launchpad.net/bugs/350016 You received this bug notification because you are a member of Ubuntu

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-05-24 Thread Edward Z. Yang
As far as I can tell, the manifestation of this issue hasn't been fixed. >>> print sys.path ['', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/pyt

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-15 Thread Bug Watch Updater
** Changed in: automake1.10 (Debian) Status: New => Fix Released ** Changed in: automake1.9 (Debian) Status: New => Fix Released -- wrong quoting in aclocal's python.m4 check https://bugs.launchpad.net/bugs/350016 You received this bug notification because you are a member of Ubunt

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package automake1.9 - 1.9.6+nogfdl-3ubuntu2 --- automake1.9 (1.9.6+nogfdl-3ubuntu2) jaunty; urgency=low * python.m4: Don't call the get_python_lib() with the unexpanded arguments. LP: #350016. -- Matthias KloseTue, 14 Apr 2009 09:06:15 +0200 --

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package automake1.10 - 1:1.10.2-0ubuntu3 --- automake1.10 (1:1.10.2-0ubuntu3) jaunty; urgency=low * python.m4: Don't call the get_python_lib() with the unexpanded arguments. LP: #350016. -- Matthias KloseTue, 14 Apr 2009 08:53:28 +0200 ** Changed

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-14 Thread Steve Langasek
The buggy python change has been reverted with the upload of python2.6 2.6.2~rc1-0ubuntu2. Changelog: python2.6 (2.6.2~rc1-0ubuntu2) jaunty; urgency=low * Update to 20090414, taken from the 2.6 release branch. - No numbered table of contents for the docs, not in sphinx-0.5. - Fix issue

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-13 Thread Didier Roche
Yes Julien, I can't update gnome-panels to 2.26.1 because of the same issue. -- wrong quoting in aclocal's python.m4 check https://bugs.launchpad.net/bugs/350016 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-13 Thread Julien Lavergne
I confirmed that this modification install now python bindings in /usr/local/lib when you expect them in /usr/lib. You can take for examples avant-window-navigator and awn-extras-applets packages, which build python bindings. The .install files wait the .so in /usr/lib but the installation want

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-10 Thread Robbie Williamson
@doko: We need to back this workaround out and figure out an alternative solutionif one exists. ** Changed in: python2.6 (Ubuntu Jaunty) Importance: Undecided => High ** Changed in: python2.6 (Ubuntu Jaunty) Status: Fix Released => Triaged ** Changed in: python2.6 (Ubuntu Jaunty)

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-08 Thread tm
Thanks, this fixes the problem with "site-packages" vs "dist-packages", but what about those cases when the prefix has been given when calling autotools ./autogen.sh --prefix=/usr/ now the script seems to ignore the setting and goes to /usr/local/ in all cases -- wrong quoting in aclocal's pyth

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-07 Thread Launchpad Bug Tracker
This bug was fixed in the package python2.6 - 2.6.2~rc1-0ubuntu1 --- python2.6 (2.6.2~rc1-0ubuntu1) jaunty; urgency=low * Update to the 2.6.2 release candidate. * Work around an automake m4 expansion bug ('${prefix}' and '${exec_prefix}' are passed unexpanded to get_python_lib

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-07 Thread Bug Watch Updater
** Changed in: automake1.10 (Debian) Status: Unknown => New ** Changed in: automake1.9 (Debian) Status: Unknown => New -- wrong quoting in aclocal's python.m4 check https://bugs.launchpad.net/bugs/350016 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-07 Thread Matthias Klose
> well, we could hack get_python_lib to interpret '${prefix}' ... no, doesn't work, because we cannot decide in get_python_lib() if this should expand into /usr or /usr/local, but maybe /usr/local would be the safe choice. -- wrong quoting in aclocal's python.m4 check https://bugs.launchpad.net/

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-07 Thread Matthias Klose
** Bug watch added: Debian Bug tracker #523030 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523030 ** Also affects: automake1.10 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523030 Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #523

[Bug 350016] Re: wrong quoting in aclocal's python.m4 check

2009-04-07 Thread Matthias Klose
well, we could hack get_python_lib to interpret '${prefix}' ... -- wrong quoting in aclocal's python.m4 check https://bugs.launchpad.net/bugs/350016 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs