Re: [Patch] libtoolize weirdness (after 285-gary)

2005-10-26 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Oct 25, 2005 at 04:10:40PM CEST: Okay to commit? Yes, please. Please commit all patches that aren't held up any more; I will continue review after that. Cheers, Ralf Fixes a dumb bug, where the serial numbers of m4_included files are looked up

FYI: libtoolize config fix [302-gary-libtoolize-config.diff]

2005-10-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-330 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-330 M libtoolize.m4sh M tests/libtoolize.at M ChangeLog * modified files

FYI: 277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-10-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-331 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-331 M NEWS M doc/libtool.texi M libltdl/ltdl.c M libltdl/ltdl.h M ChangeLog

FYI: 284-gary-report-macro-files-for-aclocal.diff

2005-10-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-332 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-332 M libtoolize.m4sh M ChangeLog * modified files Index: Changelog from

FYI: 285-gary-diagnose-missing-LT_WITH_LTDL.diff

2005-10-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-333 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-333 M libtoolize.m4sh M ChangeLog * modified files Index: Changelog from

FYI: 303-gary-correct-included-file-matching-expression.diff

2005-10-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-334 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-334 M libtoolize.m4sh M ChangeLog * modified files Index: Changelog from

FYI: 286-gary-libtoolize-recursive-ltdl.diff

2005-10-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. You'll need to rebootstrap your working directory before building once you pick this patch up from CVS, as the Makefile.am layout is incompatible with the previous checkin. * looking for [EMAIL

Re: My patch queue status

2005-10-26 Thread Gary V. Vaughan
Adjusted for my last round of commits. Thanks again to Ralf for taking the time to review these patches -- many of them deep and complex. - patches/288-gary-ltdl-nonrecursive-tests.diff http://lists.gnu.org/archive/html/libtool-patches/2005-10/msg00132.html review pending -

libtoolize test failures

2005-10-26 Thread Ralf Wildenhues
Hi Gary, Tests 2 and 3 now fail, like this (bootstrapped with 2.59/1.9.2). Could you please look into this, to see whether just the tests need updating or `libtoolize' is wrong. If you update the tests, note that the then-enabled followup AT_CHECKs will also fail. Thanks, Ralf | 2.

bootstrap warning

2005-10-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On a fresh CVS checkout, ./bootstrap emits some unnecessary warnings: find: warning: you have specified the -depth option after a non-option argument (, but options are not positional (-depth affects tests specified before it as well as those

Re: bootstrap warning

2005-10-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 10/26/2005 6:46 AM: 2005-10-26 Eric Blake [EMAIL PROTECTED] * Makefile.am (vcl-tmp): Avoid warnings from diff. * bootstrap: Avoid warnings from find. It would help if I actually attached the patch :-/

FYI: revert broken part of the recent libtoolize func_serial_check patch [libtool--devo--1.0--patch-337]

2005-10-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-336 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-336 M libtoolize.m4sh M ChangeLog * modified files Index: Changelog from

FYI: bootstrap warning

2005-10-26 Thread Ralf Wildenhues
Hi Eric, * Eric Blake wrote on Wed, Oct 26, 2005 at 02:55:11PM CEST: According to Eric Blake on 10/26/2005 6:46 AM: * Makefile.am (vcl-tmp): Avoid warnings from diff. * bootstrap: Avoid warnings from find. Which find version is this? Also, emacs whitespace-cleanup doesn't like

Re: FYI: bootstrap warning

2005-10-26 Thread Eric Blake
Hi Eric, * bootstrap: Avoid warnings from find. Which find version is this? findutils-4.2.25 (the latest stable version, and the default on cygwin) -- Eric Blake

tagtrace test: skip for older autoconf version

2005-10-26 Thread Ralf Wildenhues
OK to apply? To expose: bootstrap with Autoconf CVS, then put 2.59 only in your PATH, then make check TESTS=tests/tagtrace.test VERBOSE=x TESTSUITE_FLAGS=-V It works the other way round, by the way. Cheers, Ralf Index: tests/tagtrace.test

Re: FYI: 277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-10-26 Thread Ralf Wildenhues
Hi Eric, * Eric Blake wrote on Wed, Oct 26, 2005 at 05:11:57PM CEST: CVS head is currently broken on cygwin. It looks like the patch to rename lt_dlhandle_next to lt_dlhandle_iterate was incomplete. Yep. And we see me goofing up once more: loadlibrary.c:vm_open() really _has_ to iterate over

Re: FYI: 277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-10-26 Thread Eric Blake
Gary V. Vaughan gary at gnu.org writes: -lt_dlhandle_next (lt_dlhandle place) +lt_dlhandle_iterate (lt_dlinterface_id iface, lt_dlhandle place) { lt__handle *handle = (lt__handle *) place; + lt__interface_id *iterator = (lt__interface_id *) iface; + + assert (iface); /*

Re: FYI: 277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-10-26 Thread Eric Blake
Hi Eric, * Eric Blake wrote on Wed, Oct 26, 2005 at 05:11:57PM CEST: CVS head is currently broken on cygwin. It looks like the patch to rename lt_dlhandle_next to lt_dlhandle_iterate was incomplete. Yep. And we see me goofing up once more: loadlibrary.c:vm_open() really _has_ to

Re: FYI: 277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-10-26 Thread Eric Blake
returning from the conquest Not quite. On a managed mount, cygwin_conv_to_full_win32_path (searchname, wpath); correctly returns the munged underlying Windows name, but earlier in the code, you appended a trailing dot. Since a managed mount munges the trailing dot, you are now trying to

Re: Solaris, combining a bunch of convenience archives

2005-10-26 Thread Ralf Wildenhues
Sorry for the delay. * Ralf Wildenhues wrote on Thu, Oct 13, 2005 at 09:19:06AM CEST: The other issue is rather independent of this (sorry for mixing it up in the descriptions): For CVS HEAD, where we use `$CC' to link, all I can think of is setting whole_archive_flag_spec= so that the

Re: FYI: 277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-10-26 Thread Charles Wilson
Eric Blake wrote: returning from the conquest Not quite. On a managed mount, cygwin_conv_to_full_win32_path (searchname, wpath); correctly returns the munged underlying Windows name, but earlier in the code, you appended a trailing dot. Since a managed mount munges the trailing dot, you are