Re: HEAD: func_show_eval shell expansion issue

2005-08-25 Thread Ralf Wildenhues
Hi Noah, Thanks for your quick answer! * Noah Misch wrote on Thu, Aug 25, 2005 at 12:28:35AM CEST: > On Wed, Aug 24, 2005 at 09:51:24PM +0200, Ralf Wildenhues wrote: > > On AIX, when libtool generates a symbol list, it wrongly outputs this: > > > > | /usr/bin/nm -B -BCpg

HEAD: minor m4 quoting issue

2005-08-25 Thread Ralf Wildenhues
Here's a very minor bug for an m4 guru: The descriptions of the variables `configure' outputs into `libtool' lack spaces following immediately after a comma, like here: # List of archive names. First name is the real one,the rest are links. ^^

Re: Libtool head: standalone.at test should use $(CFLAGS)

2005-08-25 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Thu, Aug 25, 2005 at 11:05:40AM CEST: > > I discovered a linking problem in the testsuite with my MSVC > patch, and have found the attached solution... > > 2005-08-25 Peter Ekberg <[EMAIL PROTECTED]> > > * tests/standalone.at: (without autotools): Add >

Re: HEAD: minor m4 quoting issue

2005-08-25 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Aug 25, 2005 at 12:37:23PM CEST: > > # List of archive names. First name is the real one,the rest are links. > ^^ > > Now I bet a beer this is a pair of m4 quotes missing somewhere in our >

Re: doc: clarification of convenience archi and --preserve-dup-deps

2005-08-25 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Thu, Aug 25, 2005 at 01:25:17PM CEST: > On 25 Aug 2005, at 02:07, tom fogal wrote: > > >we can use a convenience archive or archives to create any other type > >of library (static, shared, or another convenience archive). > > There is a wrinkle in the current

Re: Libtool head: standalone.at test should use $(CFLAGS)

2005-08-25 Thread Ralf Wildenhues
* Peter Ekberg wrote on Thu, Aug 25, 2005 at 03:16:16PM CEST: > Ralf Wildenhues wrote: > > * Peter Ekberg wrote on Thu, Aug 25, 2005 at 11:05:40AM CEST: > > > > > > Isn't the following Makefile snippet from tests/standalone.at > > > in violation, as it

Re: HEAD: func_show_eval shell expansion issue

2005-08-25 Thread Ralf Wildenhues
* Noah Misch wrote on Thu, Aug 25, 2005 at 03:42:34PM CEST: > On Thu, Aug 25, 2005 at 08:41:12AM +0200, Ralf Wildenhues wrote: > > > There's one thing I still don't understand: before, we had a bunch of > > $echo "$cmd" > > $run eval "$cmd&qu

Re: doc: clarification of convenience archi and --preserve-dup-deps

2005-08-25 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Thu, Aug 25, 2005 at 06:16:29PM CEST: > On 25 Aug 2005, at 13:47, Ralf Wildenhues wrote: > >* Gary V. Vaughan wrote on Thu, Aug 25, 2005 at 01:25:17PM CEST: > >> > >>There is a wrinkle in the current implementation of convenience > >>

Re: HEAD: func_show_eval shell expansion issue

2005-08-26 Thread Ralf Wildenhues
* Noah Misch wrote on Fri, Aug 26, 2005 at 03:46:51AM CEST: > On Thu, Aug 25, 2005 at 04:54:06PM +0200, Ralf Wildenhues wrote: > > * Noah Misch wrote on Thu, Aug 25, 2005 at 03:42:34PM CEST: > > > On Thu, Aug 25, 2005 at 08:41:12AM +0200, Ralf Wildenhues wrote: > > >

HEAD: Fix "make install"

2005-08-26 Thread Ralf Wildenhues
OK, here's the long-awaited proposal for a fixed "make install" for CVS HEAD. I won't commit it until I've tested it on several architectures, but I'll post it for you to read and complain if necessary. Notes: - it uses $(INSTALL_DATA) and $(INSTALL_SCRIPT), but only the former is mentioned in

FYI: Libtool head: Testsuite newline comparison problem.

2005-08-26 Thread Ralf Wildenhues
[ moving from bug-libtool to libtool-patches ] * Peter Ekberg wrote on Thu, Aug 25, 2005 at 07:46:15PM CEST: > Ralf Wildenhues wrote: > > * Peter Ekberg wrote on Thu, Aug 25, 2005 at 12:24:04PM CEST: > > > > > > On MSYS (both MinGW and MSVC), test 17 and 18 fail bec

Re: HEAD: minor m4 quoting issue

2005-08-26 Thread Ralf Wildenhues
* Noah Misch wrote on Thu, Aug 25, 2005 at 08:37:57PM CEST: > On Thu, Aug 25, 2005 at 03:01:29PM +0200, Ralf Wildenhues wrote: > > * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) > > (_LT_LINKER_SHLIBS): Double-quote unsafe tag variable > > descriptio

Re: Libtool head tests: compiler_c_o and inherited linker flags

2005-08-26 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Fri, Aug 26, 2005 at 12:58:23PM CEST: > I wrote: > > Ralf Wildenhues wrote: > > > OK to apply to HEAD? > > > > > > * tests/inherited_flags.at: Weaken for MSVC. > > > * tests/early-libtool.at, tests/tem

HEAD: workaround for released autotools

2005-08-27 Thread Ralf Wildenhues
This is an ugly (from a stylistic point of view) patch to make CVS HEAD Libtool work with Autoconf 2.59 and Automake 1.9.5, which lack features in their support for AC_CONFIG_LIBOBJ_DIR: just symlink the libobj source files into $top_srcdir from bootstrap, and distribute them. This will cause dupl

Re: HEAD: func_show_eval shell expansion issue

2005-08-28 Thread Ralf Wildenhues
Hi Noah, * Noah Misch wrote on Fri, Aug 26, 2005 at 11:59:50PM CEST: > On Fri, Aug 26, 2005 at 10:38:46AM +0200, Ralf Wildenhues wrote: > > * Noah Misch wrote on Fri, Aug 26, 2005 at 03:46:51AM CEST: > > > On Thu, Aug 25, 2005 at 04:54:06PM +0200, Ralf Wildenhues wrote: > >

MinGW autotools versions (was: state of MSVC patches for HEAD)

2005-08-28 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Aug 28, 2005 at 11:17:26AM CEST: > > e) Of the new testsuite, test 12 and 13 seem to pass but silently fail > for me on my slightly out-of-date MinGW/msys installation (next > attachment), it seems because Automake-1.7 is used. I see MinGW has > 1.8

FYI: ksh bug on Tru64 UNIX causes current libtool failure

2005-08-28 Thread Ralf Wildenhues
e apparent when FD operations are done the next time. I've applied the patch below to HEAD to finally fix this issue. Gary helped me analyze it -- many thanks to everyone that provided input to this! Cheers, Ralf 2005-08-28 Ralf Wildenhues <[EMAIL PROTECTED]>, Gary V. Vaugh

Re: remove unneeded deplib loops

2005-08-28 Thread Ralf Wildenhues
Hi Peter, Gary, * Peter O'Gorman wrote on Sun, Aug 28, 2005 at 03:56:09PM CEST: > > It also removes the now unnecessary loop to remove convenience libraries > from deplibs. This loop was added because of the -all_load flag on darwin > and now that there is no all_load flag on darwin it is no lo

Re: HEAD: workaround for released autotools

2005-08-28 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Sun, Aug 28, 2005 at 06:30:12PM CEST: > On 27 Aug 2005, at 19:56, Ralf Wildenhues wrote: > >This is an ugly (from a stylistic point of view) patch to make CVS > >HEAD Libtool work with Autoconf 2.59 and Automake 1.9.5, which lack > >feat

Re: Call for help: Solaris C++ and Sun CC

2005-08-28 Thread Ralf Wildenhues
Hi Albert, Tim, * Albert Chin wrote on Tue, Aug 23, 2005 at 05:07:24AM CEST: > On Sun, Aug 21, 2005 at 03:46:13PM +0200, Ralf Wildenhues wrote: > > We have this compiler on a Solaris 2.6 system and none of > /opt/SUNWSpro/lib/libCstd.so, /opt/SUNWSpro/lib/v8plus/libCstd.so, and >

Re: ensure $MV is set before each use [libtool--gary--1.0--patch-30]

2005-08-28 Thread Ralf Wildenhues
[ BTW, could you get your mailer to do decent quote wrapping? Thanks ] * Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 01:28:21AM CEST: > On 10 May 2005, at 09:53, Ralf Wildenhues wrote: > >* Gary V. Vaughan wrote on Sat, May 07, 2005 at 04:30:46PM CEST: > >>Okay to commit to H

Re: correct erroneous comment for LTDL_CONVENIENCE [libtool--gary--1.0--patch-29]

2005-08-28 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 01:09:54AM CEST: > On 10 May 2005, at 11:45, Ralf Wildenhues wrote: > >* Gary V. Vaughan wrote on Fri, May 06, 2005 at 07:50:17PM CEST: > >>Okay to commit to HEAD and branch-2-0? > >> > >>* libltdl/m4/ltdl.m4

Re: HEAD: workaround for released autotools

2005-08-28 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Sun, Aug 28, 2005 at 10:56:24PM CEST: > On 28 Aug 2005, at 20:26, Ralf Wildenhues wrote: > > > >Why, oh why wait another minute for bootstrap to finish? It's not > >like this would be the first work-around for limitations in Automa

Re: HEAD: workaround for released autotools

2005-08-29 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 12:29:29PM CEST: > On 29 Aug 2005, at 07:25, Ralf Wildenhues wrote: > >* Gary V. Vaughan wrote on Sun, Aug 28, 2005 at 10:56:24PM CEST: > >>On 28 Aug 2005, at 20:26, Ralf Wildenhues wrote: > >Bloat is OK if ther

bootstrap time (was: ensure $MV is set before each use [libtool--gary--1.0--patch-30])

2005-08-29 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 12:55:13PM CEST: > On 29 Aug 2005, at 07:33, Ralf Wildenhues wrote: > > >[ BTW, could you get your mailer to do decent quote wrapping? > >Thanks ] > > I'm at home and using Apple's crappy Mail.app. I'll up

Re: HEAD: workaround for released autotools

2005-08-29 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 02:26:16PM CEST: > On 29 Aug 2005, at 12:53, Ralf Wildenhues wrote: > > > >But you can't expect plain "configure" without options to work. > >And I test on real-world systems where this is true. > >

FYI: HEAD: workaround for released autotools

2005-08-29 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 03:39:04PM CEST: > On 29 Aug 2005, at 13:53, Ralf Wildenhues wrote: > >* Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 02:26:16PM CEST: > >>On 29 Aug 2005, at 12:53, Ralf Wildenhues wrote: > >>> > >>>Tha

FYI: HEAD: Fix "make install"

2005-08-29 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Aug 26, 2005 at 12:02:32PM CEST: > OK, here's the long-awaited proposal for a fixed "make install" for CVS > HEAD. I won't commit it until I've tested it on several architectures, > but I'll post it for you to read and complai

FYI: typos

2005-08-29 Thread Ralf Wildenhues
Applied to HEAD. * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) (_LT_PATH_TOOL_PREFIX, _LT_SYS_HIDDEN_LIBDEPS, _LT_DECL_EGREP): Fix typos. Index: libltdl/m4/libtool.m4 === RCS file: /cvsroot/libtool/libtool/

Re: FYI: libtool--devo--1.0--patch-195

2005-08-30 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Mon, Aug 29, 2005 at 05:13:36PM CEST: > Gary V. Vaughan wrote: > > > >If you want to work on this stuff, and I can't persuade you to > >help us tackle the last few showstoppers > > Okay, I guess I can look at the release blockers. It does bug me > that there

Re: state of MSVC patches for HEAD

2005-08-30 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Tue, Aug 30, 2005 at 12:43:16PM CEST: > > CRAP! After fixing some problems with this patch (it doesn't work > for a number of reasons, so don't waste your time trying) I have > realized that sed is not the correct tool for this pipe. It is > best written in some

Re: HEAD: bootstrap failure

2005-08-30 Thread Ralf Wildenhues
Hi Christoph, Please don't send to both mailing lists, unless necessary (and if necessary, don't send separate mails, so readers can configure their subscription to only receive one mail). Thank you. * Christoph Egger wrote on Tue, Aug 30, 2005 at 10:24:09AM CEST: > > I get an bootstrap failure

HEAD: Kill two showstoppers at once

2005-08-30 Thread Ralf Wildenhues
The ltoptions machinery has one little bug. Two showstoppers are the result of this: AC_DISABLE_STATIC not working, and AC_LIBTOOL_WIN32_DLL not working. (The other old-style option setting macros don't work either, I believe): To reproduce: AC_INIT(a,1,b) AM_INIT_AUTOMAKE(foreign) AC_PROG_CC A

Re: HEAD: Kill two showstoppers at once

2005-08-30 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Tue, Aug 30, 2005 at 01:46:42PM CEST: > The ltoptions machinery has one little bug. Two showstoppers are the > result of this: AC_DISABLE_STATIC not working, and AC_LIBTOOL_WIN32_DLL > not working. (The other old-style option setting macros don't wo

Re: use --enable-pic [libtool--gary--1.0--patch-32]

2005-08-30 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 01:30:35PM CEST: > > This patch continues to support --with{,out}-pic[={yes,no,both}, but > only advertises the more compliant --enable-pic in the calling > configure --help text. There is no patch attached to your mail. > Okay to commit? No, see

Re: use --enable-pic [libtool--gary--1.0--patch-32]

2005-08-30 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 02:42:00PM CEST: > Ralf Wildenhues wrote: > >* Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 01:30:35PM CEST: > > > >>This patch continues to support --with{,out}-pic[={yes,no,both}, but > >>only advertise

Re: HEAD: Kill two showstoppers at once

2005-08-30 Thread Ralf Wildenhues
Hi Gary, sorry, Peter, :) * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 04:23:11PM CEST: > Ralf Wildenhues wrote: > >* Ralf Wildenhues wrote on Tue, Aug 30, 2005 at 01:46:42PM CEST: > > > >>The ltoptions machinery has one little bug. Two showstoppers ar

Re: HEAD: Kill two showstoppers at once

2005-08-30 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 06:31:42PM CEST: > Ralf Wildenhues wrote: > > >Just a slight cleanup of your suggestion. Changes: change > >m4_fatal to m4_warn, because we want to be forward compatible, > > Agreed. I also had to add a few ne

Re: Call for help: Solaris C++ and Sun CC

2005-08-30 Thread Ralf Wildenhues
* Tim Mooney wrote on Mon, Aug 29, 2005 at 10:37:35PM CEST: > In regard to: Re: Call for help: Solaris C++ and Sun CC, Ralf Wildenhues...: > > >>A comment in the docs and likely also in the Solaris C++ section of the > >>code would be "good enough", I think, un

Re: HEAD: fix memory leak on cygwin/mingw

2005-08-31 Thread Ralf Wildenhues
Hi Christoph, * Christoph Egger wrote on Wed, Aug 31, 2005 at 11:59:29AM CEST: > > The attached patch touches libltdl/config/ltmain.m4sh > > The program_name is a const char * per declaration. > base_name() returns a const char *. > There's no need make a duplicate. The duplicate just > causes a

FYI: HEAD: Kill two showstoppers at once

2005-08-31 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 07:37:15PM CEST: > On 30 Aug 2005, at 17:51, Ralf Wildenhues wrote: > >* Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 06:31:42PM CEST: > >>Ralf Wildenhues wrote: > >see updated patch at end. > Oops. Thank

Re: HEAD: Kill two showstoppers at once

2005-08-31 Thread Ralf Wildenhues
Slight omission: * Ralf Wildenhues wrote on Tue, Aug 30, 2005 at 06:51:44PM CEST: > > --- libltdl/m4/ltoptions.m4 30 Aug 2005 14:31:40 - 1.2 > +++ libltdl/m4/ltoptions.m4 30 Aug 2005 16:46:52 - > @@ -20,9 +20,15 @@ > > >

FYI: 1.5.20 release patch

2005-08-31 Thread Ralf Wildenhues
Committed to branch-1-5. Cheers, Ralf GNU libtool 1.5.20 is released. * configure.ac: Bump version. * NEWS: Updated. * INSTALL, config.guess, config.sub, install-sh, doc/texinfo.tex: Updated from external sources. * libltdl/Makefile.am: Bump library

Re: HEAD: func_show_eval shell expansion issue

2005-08-31 Thread Ralf Wildenhues
[ Peter, this also applies to your latest proposed patch ] * Ralf Wildenhues wrote on Thu, Aug 25, 2005 at 04:54:06PM CEST: > > (I want to agree on the larger picture before the decision of what to do > with the issue at hand that brought up this thread.) that was then .. and now I

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-09-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 03:45:03AM CEST: > Okay to commit to HEAD? > > * libtoolize.m4sh (func_scan_files): When searching for > evidence of Autotools in aclocal.m4, be careful not to trip > over requires and defuns. It makes things bette

Re: use --enable-pic [libtool--gary--1.0--patch-32]

2005-09-01 Thread Ralf Wildenhues
* Noah Misch wrote on Tue, Aug 30, 2005 at 07:26:14PM CEST: > On Tue, Aug 30, 2005 at 12:30:35PM +0100, Gary V. Vaughan wrote: > > * libltdl/m4/options.m4 (_LT_WITH_PIC): Renamed... > > (_LT_ENABLE_PIC): ...this. Adjust all callers. The configure > > option is now `--enable-pic', sinc

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-09-01 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 11:09:31AM CEST: > Ralf Wildenhues wrote: > >* Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 03:45:03AM CEST: > > > >>Okay to commit to HEAD? > >> > >> * libtoolize.m4sh (func_scan_files): When searchi

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-09-01 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 12:18:06PM CEST: > Ralf Wildenhues wrote: > > >>>No, I don't know how to fix it right; maybe allow the user > >>>to give the correct answer himself? > > > >You still don't like this, do you? Fi

FYI: HEAD: Kill two showstoppers at once

2005-09-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Wed, Aug 31, 2005 at 02:45:32PM CEST: > Ralf Wildenhues wrote: > > >>Ah, okay. We just need to move the _LT_SET_OPTIONS up the expansion > >>stack. If it didn't take arguments we could just AC_REQUIRE a > >>wrappe

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38]

2005-09-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Wed, Aug 31, 2005 at 03:43:18PM CEST: > > Okay to commit? > > * libtoolize.m4sh (func_scan_files): When searching for evidence > of Autotools in aclocal.m4, be careful not to trip over requires > and defuns. Did you mailnotify script go craz

HEAD: small fixes

2005-09-01 Thread Ralf Wildenhues
A couple of small issues: a) On Solaris, `find' does not understand non-POSIX option `-path'. I believe testing against "-name '{arch}'" should be safe, right? b) aclocal-1.8 of standalone libltdl fails with | aclocal: macro `_LT_PROG_CXX' required but not defined | aclocal: macro `_LT_PROG_F77'

Re: the ltdl issue(s)

2005-09-01 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 03:34:26PM CEST: > Patrick Welche wrote: > >On Thu, Aug 18, 2005 at 07:31:31PM +0200, Ralf Wildenhues wrote: > > > >I just tried to bootstrap a clean checkout of today's libtool cvs > >with current cvs autotools, a

FYI: HEAD: small fixes

2005-09-01 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 04:06:02PM CEST: > Ralf Wildenhues wrote: > > >* bootstrap: Do not use nonportable -path. > >Reported by Ralf Menzel <[EMAIL PROTECTED]>. > > Yep. Please commit! > > >* libltdl/m4

Re: Libtool head: stresstest.at export of w8$ symbol

2005-09-02 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Fri, Sep 02, 2005 at 12:03:14PM CEST: > > I'm trying to make sence of the problem with stresstest.at on > Windows (MinGW, Cygwin and MSVC) where the following symbols > can't be exported during linking of dlself with -export-symbols > dlselfsyms: > > w1$ *snip*

Re: put AC_BEFORE decls in the right place [libtool--gary--1.0--patch-41]

2005-09-02 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Fri, Sep 02, 2005 at 12:56:14PM CEST: > > Okay to commit? Yes, please! Good catch -- how'd you find it? Cheers, Ralf > AC_BEFORE only works if declarations are made inside the macro > cited as the first argument: > > * libltdl/m4/libtool.

bootstrap update; pdksh specialties (was: the ltdl issue(s))

2005-09-02 Thread Ralf Wildenhues
Hi Patrick, others, * Patrick Welche wrote on Thu, Sep 01, 2005 at 08:22:12PM CEST: > On Thu, Sep 01, 2005 at 03:51:08PM +0200, Ralf Wildenhues wrote: > > > > Even better: MAKE=gmake /bin/sh -vx ./bootstrap > > You know my setup too well ;-) For the other readers: Pa

FYI: HEAD: func_show_eval shell expansion issue

2005-09-04 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Aug 31, 2005 at 09:52:32PM CEST: > > OK to apply to HEAD (untested, but I'll test before commit)? Tested, works, +72hours, committed. Cheers, Ralf > * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ aix ] > : Work around shell e

FYI: bootstrap update; pdksh specialties

2005-09-04 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Sep 02, 2005 at 04:39:27PM CEST: > > OK to commit? Done. Cheers, Ralf > * Makefile.am (TESTS_ENVIRONMENT): Export SHELL. > * bootstrap (SHELL): Set to $CONFIG_SHELL or /bin/sh. > Name `make' targets in portable fashi

FYI: makeinfo --plaintext

2005-09-04 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Mon, Sep 05, 2005 at 01:14:29AM CEST: > Is there any reason to use --plaintext, it causes bootstrap to fail with > texinfo 4.6 (well, actually bootstrap succeeds, but the make command used > during bootstrap fails, bootstrap doees not notice). --no-headers app

FYI: bootstrap: another tiny AIX sed fix

2005-09-05 Thread Ralf Wildenhues
Committed to HEAD. Cheers, Ralf * bootstrap: another AIX sed fix. Index: bootstrap === RCS file: /cvsroot/libtool/libtool/bootstrap,v retrieving revision 1.68 diff -u -r1.68 bootstrap --- bootstrap 5 Sep 2005 06:21:48 -000

FYI: sysv5 deplibs host_os wrong match order (was: autoconf 2.59 (libtool) bug)

2005-09-06 Thread Ralf Wildenhues
Hi Roger, * Roger Cornelius wrote on Tue, Sep 06, 2005 at 02:18:43AM CEST: > > The problem is with matching sysv5UnixWare7.1.4 in $host_os. The case > for sysv5* is matched before the case for sysv5UnixWare7*. This is also > true for sysv5OpenUNIX8* and sysv5uw[78]* values of $host_os. Acknow

Re: A UnixWare related bug

2005-09-06 Thread Ralf Wildenhues
Hi Stepan, Roger, * Stepan Kasal wrote on Tue, Sep 06, 2005 at 09:34:19AM CEST: > Roger Cornelius has reported the following bug on bug-autoconf@gnu.org; > I'm forwarding it to bug-libtool list. > > I have verified that the same bug is still present in CVS HEAD. > > As you surely notice, the p

Fix boilerplate code with "set -x"

2005-09-06 Thread Ralf Wildenhues
This (anti-) Heisenbug isn't a regression, but an issue that hurts when trying to debug: The current (CVS HEAD and branch-1-5) code to compare compiler/linker warnings ("boilerplate") breaks when "set -x" is in effect. The patch at the end should mitigate that while hopefully minimizing other dam

libtool: cygwin/mingw/pw update: enable-auto-image-base

2005-09-07 Thread Ralf Wildenhues
Hi there, This is a first patch of a couple with the desire to make Libtool work better on CYGWIN and MinGW, and to reconcile local changes of their respective Libtool packages (or common use) into GNU Libtool proper. First, please excuse the cross-post to two mailing lists (and the long lines).

FYI: fix early-libtool.at on cygwin

2005-09-08 Thread Ralf Wildenhues
D'oh! Applied to HEAD. Cheers, Ralf * tests/early-libtool.at (config.status): Use EXEEXT consistently. Reported by Charles Wilson <[EMAIL PROTECTED]>. Index: tests/early-libtool.at === RCS file: /cvsroot/lib

FYI: libtool: cygwin/mingw/pw update: enable-auto-image-base

2005-09-08 Thread Ralf Wildenhues
Hi Bob, Earnie, Charles, Peter, everyone, :) * Bob Friesenhahn wrote on Wed, Sep 07, 2005 at 09:23:18PM CEST: > On Wed, 7 Sep 2005, Earnie Boyd wrote: > > >I'm not opposed either, I believe it is the default, IIRC. The pw port > >isn't > >maintained that I've noticed. The submitter is the auth

Re: Libtool head: stresstest.at export of w8$ symbol

2005-09-08 Thread Ralf Wildenhues
Hi Peter, Finally I've managed to do another round of testing on mingw/cygwin.. Sorry for the delay. * Peter Ekberg wrote on Fri, Sep 02, 2005 at 09:50:01PM CEST: > Ralf Wildenhues wrote: > > * Peter Ekberg wrote on Fri, Sep 02, 2005 at 12:03:14PM CEST: > > > > >

FYI: fix dumpbin symbol pipe (was: state of MSVC patches for HEAD)

2005-09-08 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Wed, Aug 31, 2005 at 05:52:43PM CEST: > I wrote: > > Ralf Wildenhues wrote: > > > * Peter Ekberg wrote on Tue, Aug 30, 2005 at 12:43:16PM CEST: > > > > > > > awk is a possible candidate, but please try to stay within

Re: FYI: fix dumpbin symbol pipe

2005-09-08 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Sep 08, 2005 at 10:25:50AM CEST: > > A little note to keep in mind: Another note (and I knew there were two issues I wanted to add, but I could not remember the other): This setting of lt_cv_sys_global_symbol_pipe breaks config.cache, so don't use i

Re: state of MSVC patches for HEAD

2005-09-08 Thread Ralf Wildenhues
Hi Peter, Back to the list of issues I encountered: it's grown smaller :) * Peter Ekberg wrote on Mon, Aug 29, 2005 at 03:00:33PM CEST: > Ralf Wildenhues wrote: > > > > a) I forgot to patch the old testsuite tests, sorry. So > > seeing failures > > which accou

HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-08 Thread Ralf Wildenhues
Beating a hopefully dying horse: This patch should make tagdemo pass with all sorts of (non-)conforming C++ compilers. AC_CXX_NAMESPACES and AC_CXX_HAVE_STD are taken from the autoconf macro archive. A macro to put all compilers in ISO C++ mode would've been nicer, but a quick search hasn't turn

Re: HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-08 Thread Ralf Wildenhues
* Bob Friesenhahn wrote on Thu, Sep 08, 2005 at 06:53:48PM CEST: > On Thu, 8 Sep 2005, Ralf Wildenhues wrote: > > >This patch should make tagdemo pass with all sorts of (non-)conforming > >C++ compilers. AC_CXX_NAMESPACES and AC_CXX_HAVE_STD are taken from the > >autoconf

Re: HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-08 Thread Ralf Wildenhues
tever. I'd like this question clarified before I start reimplementing: * Ralf Wildenhues wrote on Thu, Sep 08, 2005 at 06:25:14PM CEST: > > What should we do with the C++ tests in the new-style test suite? > (ordered in my decreasing order of my personal preference) > - remove

Re: cygwin build problem with m4 HEAD

2005-09-09 Thread Ralf Wildenhues
Hi Eric, * Eric Blake wrote on Thu, Sep 08, 2005 at 11:06:45PM CEST: > Eric Blake byu.net> writes: > > > I notice that it is attempting to link against /usr/lib/libltdl.dll.a, > > which comes from libtool 1.5.18, rather than /usr/local/lib/libltdl.dll.a, > > which is my installed libtool 2.1a, a

Re: Libtool head: stresstest.at export of w8$ symbol

2005-09-09 Thread Ralf Wildenhues
* Peter Ekberg wrote on Thu, Sep 08, 2005 at 03:13:43PM CEST: > * Ralf Wildenhues wrote on Thursday, September 08, 2005 09:42 CEST: > > * Peter Ekberg wrote on Fri, Sep 02, 2005 at 09:50:01PM CEST: > > > Ralf Wildenhues wrote: > > However, with that change, stresstest sti

Re: fix dumpbin symbol pipe

2005-09-09 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Fri, Sep 09, 2005 at 10:29:27AM CEST: > * Ralf Wildenhues wrote on Thursday, September 08, 2005 10:26 CEST: > > * Peter Ekberg wrote on Wed, Aug 31, 2005 at 05:52:43PM CEST: > > > > > > I have tried to stay away from gawk-specific cons

Fix LT_WITH_LTDL: AU_ALIAS bug

2005-09-09 Thread Ralf Wildenhues
Hunting down bugs in m4 macros sucks. Using $# in macros sucks, too. Sorry for the cross-post. First: LT_WITH_LTDL needs to be documented correctly. Its predecessor AC_WITH_LTDL needed documentation as well. I accept patches. :) Second: Autoconf bug: AU_ALIAS mumbles with the number of argum

Re: Fix LT_WITH_LTDL: AU_ALIAS bug

2005-09-09 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Sep 09, 2005 at 02:09:01PM CEST: > Hunting down bugs in m4 macros sucks. Using $# in macros sucks, too. > Sorry for the cross-post. More instances of this bug. Silent bitrot of old code, enabled by a seemingly unrelated "renaming cleanup".. OK t

Re: Fix LT_WITH_LTDL: AU_ALIAS bug

2005-09-09 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Sep 09, 2005 at 03:31:45PM CEST: | To: libtool-patches@gnu.org, [EMAIL PROTECTED] ^ Whoops. Sorry, fingers too fast. I meant to remove bug-autoconf from the list of recipients. Cheers, Ralf

FYI: libtool: link: cannot find the library `'

2005-09-09 Thread Ralf Wildenhues
* Peter O'Gorman wrote on Fri, Sep 09, 2005 at 05:15:11PM CEST: > Ralf Wildenhues wrote: > > | > | * ltmain.in (link mode): Actually provide a useful error > | message. Fixes long-standing shameful user neglection. > | Reported by Martin P

FYI: Fix boilerplate code with "set -x"

2005-09-09 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Tue, Sep 06, 2005 at 06:06:05PM CEST: > > OK to apply the patch below to HEAD and the attached backport to > branch-1-5? FYI: both patches applied (71 hours, 50 mins ;-) Cheers, Ralf > * libltdl/m4/libtool.m4 (_LT_COMPILER

FYI: Fix LT_WITH_LTDL: AU_ALIAS bug

2005-09-12 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Sat, Sep 10, 2005 at 05:17:52PM CEST: > Ralf Wildenhues wrote: > > Hunting down bugs in m4 macros sucks. Using $# in macros sucks, too. > > :-( Can you document in HACKING that because of our use of AU_ALIAS to > maintain backwards compatib

Re: libtool head stresstest.at uses $host, not $host_os

2005-09-12 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Mon, Sep 12, 2005 at 12:36:52PM CEST: > > In stresstest.at, there's a check if the host is windows, > and the tests w/o -no-undefined are skipped if it is. > However, the test is wrong, so here's a patch. Darn. I guess I messed that up. > Unfortunately, $host_

FYI: libtool head stresstest.at uses $host, not $host_os

2005-09-12 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Mon, Sep 12, 2005 at 02:11:23PM CEST: > Ralf Wildenhues wrote on Monday, September 12, 2005 13:51 CEST: > > * Peter Ekberg wrote on Mon, Sep 12, 2005 at 12:36:52PM CEST: > > > > > Unfortunately, $host_os is not set, so I had to insert &

Re: HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-12 Thread Ralf Wildenhues
Hi Gary, Bob, * Gary V. Vaughan wrote on Sat, Sep 10, 2005 at 05:04:45PM CEST: > Ralf Wildenhues wrote: > > I'd like this question clarified before I start > > reimplementing: > > > > * Ralf Wildenhues wrote on Thu, Sep 08, 2005 at 06:25:14PM CEST: > > &g

Re: Libtool head: stresstest.at export of w8$ symbol

2005-09-12 Thread Ralf Wildenhues
Hi Peter, Peter Ekberg writes: * Ralf Wildenhues wrote on Friday, September 09, 2005 10:48 CEST: * Peter Ekberg wrote on Thu, Sep 08, 2005 at 03:13:43PM CEST: > * Ralf Wildenhues wrote on Thursday, September 08, 2005 09:42 CEST: > > * Peter Ekberg wrote on Fri, Sep 02, 2005 at 0

Re: cygwin build problem with m4 HEAD

2005-09-14 Thread Ralf Wildenhues
[ replacing bug-libtool with libtool-patches ] Hi Eric, others, * Eric Blake wrote on Fri, Sep 09, 2005 at 03:36:54PM CEST: > According to Ralf Wildenhues on 9/9/2005 6:46 AM: > > > > I hate runtime checks. This one will mean hopeless complication of > > things, and worse

Re: config.h inclusion

2005-09-15 Thread Ralf Wildenhues
[ copying libtool-patches ] * Ralf Wildenhues wrote on Thu, Sep 15, 2005 at 08:20:28AM CEST: > * Paul Eggert wrote on Thu, Sep 15, 2005 at 01:10:53AM CEST: > > > Also, now that I think about it I prefer "#if HAVE_CONFIG_H" to > > "#ifdef HAVE_CONFIG_H". (

Re: Libtool stresstest: echo marker with loop variables

2005-09-15 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Thu, Sep 15, 2005 at 09:45:55AM CEST: > > Here's a patch that echoes a marker so that it is easier to > tell what is failing when stresstest.at fails. > > * tests/stresstest.at: Echo loop variables before > each test to simplify error hunting. I was

Re: Libtool head: LT_AT_EXEC_CHECK drops exit status

2005-09-16 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Fri, Sep 16, 2005 at 10:04:07AM CEST: > > I have realized that LT_AT_EXEC_CHECK destroys the > exit status from the tested program so that AT_CHECK > is always satisfied with it. > > * tests/testsuite.at (LT_AT_EXEC_CHECK): Make sure > that the exit

Re: Libtool stresstest.at segfault on Cygwin/MinGW

2005-09-16 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Fri, Sep 16, 2005 at 11:11:29AM CEST: > * Peter Ekberg wrote on Thursday, September 15, 2005 15:15 CEST: > > > > http://sourceware.org/ml/cygwin/2005-09/msg00471.html > > It is indeed something different, it's a libtool bug. Here's a > patch for stresstest.at th

allow some more compiler flags through

2005-09-16 Thread Ralf Wildenhues
Andrés Moré stumbled[1] over some gcc ABI flags libtool eats. OK to commit the patch below to HEAD and branch-1-5 (minus a couple of m4 quotes there)? On a related note, `-pg' should be handled better as well, noted by Tor Lillqvist[2]. One issue here is that it changes predep_objects, postdep_ob

Re: config.h inclusion

2005-09-16 Thread Ralf Wildenhues
[ removing bug-gnulib from recipients ] Hi Noah, libtool-patches readers, * Noah Misch wrote on Thu, Sep 15, 2005 at 10:40:30PM CEST: > On Thu, Sep 15, 2005 at 09:45:20AM +0200, Ralf Wildenhues wrote: > > > Another issue: Packages using libltdl from libtool CVS will break w

libltdl/Makefile.in should be uptodate

2005-09-16 Thread Ralf Wildenhues
If you change toplevel Makefile.am and `make all check' before dist, libltdl/Makefile.{am.in} are not uptodate and some of the tests may fail. OK to apply? This shouldn't trigger from a tarball. Cheers, Ralf * Makefile.am (all-local): Rebuild libltdl/Makefile.in. Index: Makefile.am ===

FYI: config.h inclusion

2005-09-17 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Fri, Sep 16, 2005 at 08:21:09PM CEST: > Ralf Wildenhues wrote: > > * libltdl/m4/ltdl.m4 (LTDL_INIT) : Rename to .. > > : this, to contain the name of the config > > header. > > * Makefile.am : U

Re: sync m4sh utilities from upstream [libtool--devo--1.0--patch-272]

2005-09-17 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Fri, Sep 16, 2005 at 09:24:32PM CEST: > > Okay to commit? > > * clcommit.m4sh, libltdl/config/general.m4sh, > libltdl/config/getopt.m4sh, libltdl/config/mailnotify.m4sh: Merge > in changes from upstream. Mostly cosmetic, plus better option >

FYI: libltdl/Makefile.in should be uptodate

2005-09-17 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Fri, Sep 16, 2005 at 08:23:17PM CEST: > Ralf Wildenhues wrote: > > > > * Makefile.am (all-local): Rebuild libltdl/Makefile.in. > > Nice catch. Please apply... (note typo below first!) Done, with the typo fixed. Thank you! Ralf

FYI: allow some more compiler flags through

2005-09-17 Thread Ralf Wildenhues
[ finishing the ARM stuff now: ] * Gary V. Vaughan wrote on Fri, Sep 16, 2005 at 08:26:22PM CEST: > Ralf Wildenhues wrote: > > > * libltdl/config/ltmain.m4sh (func_mode_link): Allow some > > ARM gcc ABI flags through. > > Reported by André

Re: more bugs in branch-2-0/HEAD

2005-09-17 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Sat, Sep 17, 2005 at 03:21:40PM CEST: > Peter O'Gorman wrote: > > Ralf Wildenhues wrote: > > | lt_dlcaller_register takes zero args in branch-1-5, 2 in HEAD. > > Looked at this (as it is a showstopper) and agree. Added api (perhaps

Re: more bugs in branch-2-0/HEAD

2005-09-17 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Sat, Sep 17, 2005 at 03:14:12PM CEST: > Summary: > > I move to strike the lt_dlcaller_register api change from the list of > release blockers. From the list of known bugs altogether in fact. Read > on to find out why... *snip nice explanation* > If anything,

<    4   5   6   7   8   9   10   11   12   13   >