[SCM] GNU Libtool branch, master, updated. v2.2.10-23-gfdc9248

2010-06-19 Thread Ralf Wildenhues
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project GNU Libtool. The branch, master has been updated via fdc9248662c9473ac68b6d4c430b26298215e7d6 (commit) via

[SCM] GNU Libtool branch, master, updated. v2.2.10-26-g1f6f907

2010-06-19 Thread Ralf Wildenhues
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project GNU Libtool. The branch, master has been updated via 1f6f90797f1c461faecaae1928c5e728b71c35b5 (commit) from

[SCM] GNU Libtool branch, master, updated. v2.2.10-28-gc490120

2010-06-19 Thread Charles Wilson
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project GNU Libtool. The branch, master has been updated via c4901206cff33e5e1eae76684a9d8f416df29af5 (commit) from

Re: [libtool 2.2.8] testsuite: 34 43 67 102 failed (OSF/1 5.1 (old))

2010-06-19 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Jun 09, 2010 at 08:14:45PM CEST: I can't access an OSF1 system for testing right now, but I'm guessing the patch below should fix this failure for good. Can you try it, by running make check-local TESTSUITEFLAGS='-v -d -x -k execute' I've been able to

Re: bootstrap doesn't work on FreeBSD

2010-06-19 Thread Ralf Wildenhues
(from bug-libtool) * Ralf Wildenhues wrote on Sat, Jun 19, 2010 at 11:17:13AM CEST: I don't quite realize yet what's broken here, but with Autoconf 2.62 (from FreeBSD /usr/local/bin), Libtool bootstrap does not work, see below. Another bug is that the bootstrap script doesn't abort upon

Re: [PATCH 3/4] Uniform const'ness of symlist variable lt_preloaded_symbols.

2010-06-19 Thread Ralf Wildenhues
Hello Vincent, all, I would like to commit the patch quoted below, on the way of support for LTO with GCC. For that, I need to know from somebody who is willing to help out with the Windows CE port of Libtool whether the #defines used in the patch are sufficient and correct. This is

Re: Clean up @var handling in the manual.

2010-06-19 Thread Peter O'Gorman
On 06/19/2010 03:15 AM, Ralf Wildenhues wrote: In texinfo, @var is for metasyntactic variables only, that is, things that stand for other things *in the manual*. If you need a guideline, then @var is only appropriate if you can replace the name with some other name, say, the mathematician's

Fix srcdir computation for manual runs of old tests.

2010-06-19 Thread Ralf Wildenhues
When we moved to nonrecursive makefile setup in Libtool, running the old testsuite tests manually ceased to work: $ VERBOSE=yes ../libtool/tests/sh.test ; echo $? sh.test: === Running sh.test /bin/grep: /tmp/libtool/tests/libltdl/config/ltmain.m4sh: No such file or directory [...] 1 I'm

Fix flags test failure when ld is used as linker.

2010-06-19 Thread Ralf Wildenhues
The flags.at tests were still not right. Gosh. I tested this one on GNU/Linux, without and with --disable-shared, and on HP-UX 10.20 (which uses $LD for linking). I'm still afraid I might have overlooked one case, so I'll appreciate a look over but will otherwise apply in a couple of days.

[PATCH] [cygwin] Fix segfault in C++ exception handling test

2010-06-19 Thread Charles Wilson
* tests/exceptions.at (main.cpp:exceptions_in_module): Move dlclose outside catch block; otherwise __cxa_end_catch (part of the cygwin g++ ABI) accesses pointers to data inside unloaded DLL. This is a platform ABI-specific bug, but is likely common to many platforms' g++ and/or other C++

Re: pr-msvc-support merge

2010-06-19 Thread Charles Wilson
On 6/16/2010 8:30 AM, Peter Rosin wrote: It was the easiest I could come up with after experimenting a lot. That wasn't yesterday though, but IIRC if you want to convert paths with spaces, you need to quote the $path for cmd, hence the quotes in the echo $path construct. The space before the