Re: [PATCH] Do not absolutize paths eagerly.

2010-08-21 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Aug 20, 2010 at 06:34:58AM CEST: * libltdl/config/ltmain.m4sh (func_resolve_sysroot): Partly revert v2.2.10-83-gc45a288: Do not absolutize path here, only do sysroot replacement. (func_mode_link): Adjust. Fixes AIX testsuite regression. Maybe it's as simple

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, until

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 or

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

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

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