[python] set rpath in setup.cfg

2011-10-16 Thread Thomas Schwinge
Hi! On Wed, 12 Oct 2011 23:34:28 -0700, Jameson Graef Rollins wrote: > On Thu, 13 Oct 2011 08:12:03 +0200, dtk wrote: > > in my experience, it tends to cause awkward side effects that are hard to > > debug, the main problem being that it overrides all default paths and is > > hard to target at a

Re: [python] set rpath in setup.cfg

2011-10-16 Thread Thomas Schwinge
Hi! On Wed, 12 Oct 2011 23:34:28 -0700, Jameson Graef Rollins wrote: > On Thu, 13 Oct 2011 08:12:03 +0200, dtk wrote: > > in my experience, it tends to cause awkward side effects that are hard to > > debug, the main problem being that it overrides all default paths and is > > hard to target at

[python] set rpath in setup.cfg

2011-10-13 Thread Tomi Ollila
On Thu 13 Oct 2011 09:34, Jameson Graef Rollins writes: > On Thu, 13 Oct 2011 08:12:03 +0200, dtk wrote: >> in my experience, it tends to cause awkward side effects that are hard to >> debug, the main problem being that it overrides all default paths and is >> hard to target at a single problem

[python] set rpath in setup.cfg

2011-10-13 Thread dtk
On Thu, 13 Oct 2011 10:09:47 +0300, Tomi Ollila wrote: > On Thu 13 Oct 2011 09:34, Jameson Graef Rollins > writes: > >> On Thu, 13 Oct 2011 08:12:03 +0200, dtk wrote: >>> in my experience, it tends to cause awkward side effects that are hard >>> to >>> debug, the main problem being that it ove

[python] set rpath in setup.cfg

2011-10-13 Thread dtk
On Wed, 12 Oct 2011 23:34:28 -0700, Jameson Graef Rollins wrote: > On Thu, 13 Oct 2011 08:12:03 +0200, dtk wrote: >> in my experience, it tends to cause awkward side effects that are hard to >> debug, the main problem being that it overrides all default paths and is >> hard to target at a single

[python] set rpath in setup.cfg

2011-10-13 Thread dtk
Hey alip, On Wed, 12 Oct 2011 18:30:51 +0300, Ali Polatel wrote: > On Wed, Oct 12, 2011 at 04:55:30PM +0200, dtk wrote: >>/me dislikes LD_LIBRARY_PATH :/ > > May I ask why you dislike LD_LIBRARY_PATH? in my experience, it tends to cause awkward side effects that are hard to debug, the main pro

Re: [python] set rpath in setup.cfg

2011-10-13 Thread dtk
On Thu, 13 Oct 2011 10:09:47 +0300, Tomi Ollila wrote: > On Thu 13 Oct 2011 09:34, Jameson Graef Rollins > writes: > >> On Thu, 13 Oct 2011 08:12:03 +0200, dtk wrote: >>> in my experience, it tends to cause awkward side effects that are hard >>> to >>> debug, the main problem being that it ove

Re: [python] set rpath in setup.cfg

2011-10-13 Thread dtk
On Wed, 12 Oct 2011 23:34:28 -0700, Jameson Graef Rollins wrote: > On Thu, 13 Oct 2011 08:12:03 +0200, dtk wrote: >> in my experience, it tends to cause awkward side effects that are hard to >> debug, the main problem being that it overrides all default paths and is >> hard to target at a single

Re: [python] set rpath in setup.cfg

2011-10-13 Thread Tomi Ollila
On Thu 13 Oct 2011 09:34, Jameson Graef Rollins writes: > On Thu, 13 Oct 2011 08:12:03 +0200, dtk wrote: >> in my experience, it tends to cause awkward side effects that are hard to >> debug, the main problem being that it overrides all default paths and is >> hard to target at a single problem

Re: [python] set rpath in setup.cfg

2011-10-12 Thread Jameson Graef Rollins
On Thu, 13 Oct 2011 08:12:03 +0200, dtk wrote: > in my experience, it tends to cause awkward side effects that are hard to > debug, the main problem being that it overrides all default paths and is > hard to target at a single problematic application. I think it's fairly straightforward to prepen

[python] set rpath in setup.cfg

2011-10-12 Thread Jameson Graef Rollins
On Thu, 13 Oct 2011 08:12:03 +0200, dtk wrote: > in my experience, it tends to cause awkward side effects that are hard to > debug, the main problem being that it overrides all default paths and is > hard to target at a single problematic application. I think it's fairly straightforward to prepen

Re: [python] set rpath in setup.cfg

2011-10-12 Thread dtk
Hey alip, On Wed, 12 Oct 2011 18:30:51 +0300, Ali Polatel wrote: > On Wed, Oct 12, 2011 at 04:55:30PM +0200, dtk wrote: >>/me dislikes LD_LIBRARY_PATH :/ > > May I ask why you dislike LD_LIBRARY_PATH? in my experience, it tends to cause awkward side effects that are hard to debug, the main pr

[python] set rpath in setup.cfg

2011-10-12 Thread Ali Polatel
On Wed, Oct 12, 2011 at 04:55:30PM +0200, dtk wrote: > >Hey guys, > >I installed notmuch locally (~/.local) and now the python bindings fail to >find the .so. > >Anyone happens to know how to set the rpath in the setup.cfg? Putting it >in the [build] section doesn't work: > >~~~snip~~~ >$ python se

[python] set rpath in setup.cfg

2011-10-12 Thread dtk
Hey guys, I installed notmuch locally (~/.local) and now the python bindings fail to find the .so. Anyone happens to know how to set the rpath in the setup.cfg? Putting it in the [build] section doesn't work: ~~~snip~~~ $ python setup.py install --prefix=$STOW/notmuch_python running install err

Re: [python] set rpath in setup.cfg

2011-10-12 Thread Ali Polatel
On Wed, Oct 12, 2011 at 04:55:30PM +0200, dtk wrote: Hey guys, I installed notmuch locally (~/.local) and now the python bindings fail to find the .so. Anyone happens to know how to set the rpath in the setup.cfg? Putting it in the [build] section doesn't work: ~~~snip~~~ $ python setup.py in

[python] set rpath in setup.cfg

2011-10-12 Thread dtk
Hey guys, I installed notmuch locally (~/.local) and now the python bindings fail to find the .so. Anyone happens to know how to set the rpath in the setup.cfg? Putting it in the [build] section doesn't work: ~~~snip~~~ $ python setup.py install --prefix=$STOW/notmuch_python running install err