Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-02-05 Thread Ralf Wildenhues
Hi Bob, * Bob Friesenhahn wrote on Sat, Jan 21, 2006 at 07:12:55PM CET: On Sat, 21 Jan 2006, Ralf Wildenhues wrote: [ this is http://bugs.debian.org/348558 ] * Carlo Contavalli wrote on Wed, Jan 18, 2006 at 05:01:29PM CET: On Wed, Jan 18, 2006 at 03:52:33PM +0100, Ralf Wildenhues wrote:

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-02-05 Thread Kurt Roeckx
tags 348558 + patch pending thanks On Sun, Feb 05, 2006 at 12:08:34PM +0100, Ralf Wildenhues wrote: Hi Bob, I have applied the patch (removed the now-obsolete change to testsuite.at, added a `libtool' testsuite keyword) to HEAD, and the corresponding change to branch-1-5; both patches are

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-21 Thread Ralf Wildenhues
[ this is http://bugs.debian.org/348558 ] * Carlo Contavalli wrote on Wed, Jan 18, 2006 at 05:01:29PM CET: On Wed, Jan 18, 2006 at 03:52:33PM +0100, Ralf Wildenhues wrote: Try the patch at the end (not yet tested very much); it should not be system-specific. ok. just applied and tried a

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-21 Thread Ralf Wildenhues
Thinking about this again: * Ralf Wildenhues wrote on Wed, Jan 18, 2006 at 03:52:33PM CET: * Carlo Contavalli wrote on Wed, Jan 18, 2006 at 02:26:27PM CET: If there's something not allowed/portable/..., I'd expect something like: moron don't do that! from libtool... Yeah, we could do

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-21 Thread Bob Friesenhahn
On Sat, 21 Jan 2006, Ralf Wildenhues wrote: [ this is http://bugs.debian.org/348558 ] * Carlo Contavalli wrote on Wed, Jan 18, 2006 at 05:01:29PM CET: On Wed, Jan 18, 2006 at 03:52:33PM +0100, Ralf Wildenhues wrote: Try the patch at the end (not yet tested very much); it should not be

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-18 Thread Ralf Wildenhues
Hi Carlo, * Carlo Contavalli wrote on Tue, Jan 17, 2006 at 07:04:55PM CET: With something like: libtool --mode=link gcc -g -O2 -std=c99 -Wall -pedantic -D_POSIX_C_SOURCE=200112L \ -Wall -export-dynamic -module -avoid-version -rpath /test -o test.la file.lo ../lib1/libtest.la

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-18 Thread Carlo Contavalli
On Wed, Jan 18, 2006 at 09:26:26AM +0100, Ralf Wildenhues wrote: Thanks for the concise bug report. Two comments: your libtest.la libraries are convenience archives, so this usage should probably be accepted. ok, we both agree on this :) I believe in this case it should be fixed. A simple

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-18 Thread Ralf Wildenhues
Hi Carlo, * Carlo Contavalli wrote on Wed, Jan 18, 2006 at 02:26:27PM CET: On Wed, Jan 18, 2006 at 09:26:26AM +0100, Ralf Wildenhues wrote: Thanks for the concise bug report. Two comments: your libtest.la libraries are convenience archives, so this usage should probably be accepted. ok,

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-18 Thread Carlo Contavalli
On Wed, Jan 18, 2006 at 03:52:33PM +0100, Ralf Wildenhues wrote: [...] Ouch. This can get you in trouble, e.g. by a full disk after several tests with RM=': '. Or, worse, it won't work on systems where the selected shell does not know $RANDOM. makes sense :) it was just a quick hack to get

Bug#348558: libtool: No such file or directory when linking 2 .la files with the same name but from different directories

2006-01-17 Thread Carlo Contavalli
Package: libtool Version: 1.5.22-2 Severity: normal With something like: libtool --mode=link gcc -g -O2 -std=c99 -Wall -pedantic -D_POSIX_C_SOURCE=200112L \ -Wall -export-dynamic -module -avoid-version -rpath /test -o test.la file.lo ../lib1/libtest.la ../lib2/libtest.la I get the error: