Bug#320698: Debian-specific binary deps patch

2005-12-01 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Nov 30, 2005 at 11:07:47PM CET: Hmm. Sounds like quite a bit of work. And pretty dangerous, too. We'd need lots of good tests. One thing to always keep in mind (for upstream GNU Libtool) is that this change of operation must not change anything on other

Bug#320698: Debian-specific binary deps patch

2005-11-30 Thread Ralf Wildenhues
Hi there, Sorry for the long latency. * Philip Martin wrote on Fri, Oct 07, 2005 at 01:38:48AM CEST: Kurt Roeckx [EMAIL PROTECTED] writes: After reading bug #291641, I'd have to agree this is a problem with the linker. It's not quite so clear to me. Here's the script I've been using

Bug#320698: Debian-specific binary deps patch

2005-10-07 Thread Kurt Roeckx
On Fri, Oct 07, 2005 at 12:38:48AM +0100, Philip Martin wrote: It's the second build that fails, when this libtool command: libtool --mode=linkgcc zz/k/k.lo zz/j/libj.la -o zz/k/k invokes this gcc command: gcc zz/k/.libs/k.o -o zz/k/.libs/k zz/j/.libs/libj.so -Wl,--rpath

Bug#320698: Debian-specific binary deps patch

2005-10-07 Thread Philip Martin
Kurt Roeckx [EMAIL PROTECTED] writes: Any idea why libtool passes the install path in the first place? How should it know where it's going to get installed at this point? That's the way libtool works. When a shared library is linked the libtool command must include an rpath to the install

Bug#320698: Debian-specific binary deps patch

2005-10-06 Thread Kurt Roeckx
On Thu, Oct 06, 2005 at 01:24:03AM +0100, Philip Martin wrote: It seems that Debian's libtool has a patch which will reduce dependencies in binaries it produces. One of the knock-on effects of this patch is bug 291641 where ld resolves symbols using installed libraries instead of libraries

Bug#320698: Debian-specific binary deps patch

2005-10-06 Thread Philip Martin
Kurt Roeckx [EMAIL PROTECTED] writes: After reading bug #291641, I'd have to agree this is a problem with the linker. It's not quite so clear to me. Here's the script I've been using to duplicate the problem: #!/bin/bash rm -rf zz mkdir zz zz/i zz/j zz/k zz/lib zz/bin R=-rpath $PWD/zz/lib

Bug#320698: Debian-specific binary deps patch

2005-10-05 Thread Philip Martin
It seems that Debian's libtool has a patch which will reduce dependencies in binaries it produces. One of the knock-on effects of this patch is bug 291641 where ld resolves symbols using installed libraries instead of libraries in the build directory.

Bug#320698: Debian-specific binary deps patch

2005-07-31 Thread Loïc Minier
Package: libtool Version: 1.5.6-6 Severity: important Hi, It seems that Debian's libtool has a patch which will reduce dependencies in binaries it produces. It would be nice to bring this patch upstream, as the upstream maintainers not running Debian are libtoolizing without this