Re: versioning test on AIX

2010-08-21 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sat, Aug 07, 2010 at 12:30:01AM CEST: > The test tries to ensure that with an incompatible library upgrade, > programs previously linked against the old library still work. This > usually works on systems where different major versions of a library > have different file

Re: libtool-2.2.11a on AIX 5.3 current git master / followup on the old test suite and failures in the new testsuit

2010-08-21 Thread Ralf Wildenhues
* Rainer Tammer wrote on Sat, Aug 07, 2010 at 09:35:56AM CEST: > I have added one additional patch (as I did for the last run): > > # diff /daten/source/libtool-2.2.11a/tests/defs.in defs.in [...] > < # On AIX, shared libraries remain loaded in memory after use if they > < # are world-readable, un

Re: using git Libtool with Autoconf 2.59, Automake 1.9.6

2010-08-21 Thread Gary V. Vaughan
Hallo Ralf, On 21 Aug 2010, at 12:06, Ralf Wildenhues wrote: > I tried running the Libtool test suites with old Autoconf 2.59 and > Automake 1.9.6 (on GNU/Linux only) after 'autoreconf -fvi'-ing all > but the toplevel directory with those tools. I was surprised to see > that it still works more o

Re: [PATCH] Do not absolutize paths eagerly.

2010-08-21 Thread Charles Wilson
On 8/21/2010 2:03 AM, Ralf Wildenhues wrote: > * Ralf Wildenhues wrote on Fri, Aug 20, 2010 at 06:34:58AM CEST: > Fixed the regression as expected, didn't show up any other failures. > OK to apply to the sysroot branch? > I still need somebody to test a sysroot-enabled setup with this. Tested sysr

Re: [PATCH v2 0/3] sysroot followup patches

2010-08-21 Thread Charles Wilson
On 8/16/2010 4:42 PM, Ralf Wildenhues wrote: > * Charles Wilson wrote on Mon, Aug 16, 2010 at 10:27:46PM CEST: >> Taking all of this together, I wonder if a good approach might be the >> following: libltdl replaces the '=' with the value of the environment >> variable LIBLTDL_SYSROOT. So usually -

Tidy and fix clean and distclean rules for old testsuite.

2010-08-21 Thread Ralf Wildenhues
In the Libtool tree, invoking 'make distclean' after 'make clean' or before 'make check' has ever run, fails because there are no Makefiles in the old test subdirectories (and automake's distclean rule looks at DIST_SUBDIRS not SUBDIRS). This patch fixes this long-standing error by creating stub M

Re: Tidy and fix clean and distclean rules for old testsuite.

2010-08-21 Thread Gary V. Vaughan
Hallo Ralf, On 22 Aug 2010, at 11:23, Ralf Wildenhues wrote: > In the Libtool tree, invoking 'make distclean' after 'make clean' > or before 'make check' has ever run, fails because there are no > Makefiles in the old test subdirectories (and automake's distclean > rule looks at DIST_SUBDIRS not S