304-gary-add-libtool-macro-file-serial-tags.diff

2005-10-27 Thread Gary V. Vaughan
dl/m4/ltsugar.m4 |2 libltdl/m4/ltversion.in |2 libtoolize.m4sh | 39 +++--- tests/libtoolize.at | 131 +++- 6 files changed, 155 insertions(+), 23 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan &l

Re: 304-gary-add-libtool-macro-file-serial-tags.diff

2005-10-28 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Thu, Oct 27, 2005 at 03:37:35PM CEST: I believe this to be the correct fix for the bug uncovered by your test with openMPI. I've also added a new test batch to save us from regressing later. Thanks. NP. Thanks for the r

[1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-10-31 Thread Gary V. Vaughan
libltdl/m4/argz.m4 |2 +- libltdl/m4/ltoptions.m4 |2 +- libltdl/m4/ltsugar.m4 |2 +- libltdl/m4/ltversion.in |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libl

Re: glibc and dlopen self static

2005-11-01 Thread Gary V. Vaughan
if that works, and fallback to preopening (using a statically linked symbol_name:symbol_address map) when it fails. If the test is broken atm, then I guess we are always falling back to the preopen mechanism :-( Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org

Re: [1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Mon, Oct 31, 2005 at 05:11:01PM CET: libltdl/m4/argz.m4 |2 +- libltdl/m4/ltoptions.m4 |2 +- libltdl/m4/ltsugar.m4 |2 +- libltdl/m4/ltversion.in |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) Index

Re: more macro cleanup: AC_LIBTOOL_DLOPEN_SELF

2005-11-01 Thread Gary V. Vaughan
case, and without the tag argument. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/aut

Re: FYI: SCO/bugfix patch 2 of 10: ltmain.in dlopen_deplibs

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > [...] also add the THANKS entry which will remove Gary from the second place in the list. :-> Feh! Well, if that's how you feel: I QUIT! :'( -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kic

Re: FYI: SCO/bugfix patch 2 of 10: ltmain.in dlopen_deplibs

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 11:09:09AM CET: Ralf Wildenhues wrote: [...] also add the THANKS entry which will remove Gary from the second place in the list. :-> Feh! Well, if that's how you feel: I QUIT!

Re: pointer conversion errors

2005-11-01 Thread Gary V. Vaughan
n common archs (pref. including x86_64, sparc, Tru64 and HPUX) first, as they are the most likely to exhibit problems. Maybe it is worth asking Bruno Haible or Paul Eggert for an opinion? Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ htt

[patch 2/3] 305-gary-diagnose-hand-maintained-aclocal-updates.diff

2005-11-01 Thread Gary V. Vaughan
/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Use serial tags to locate the correct serial numbers when deciding whether to update. (func_serial): Allow for macro_regex argument to be originating file name. (func_serial_update

[patch 3/3] 306-gary-treat-argz-m4-like-ltdl-m4.diff

2005-11-01 Thread Gary V. Vaughan
toolize is not called with --ltdl)... Cheers, Gary. libtoolize.m4sh | 15 +++ tests/libtoolize.at | 17 + 2 files changed, 12 insertions(+), 20 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaugha

[patch 1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-11-01 Thread Gary V. Vaughan
(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/argz.m4, libltdl/m4/ltoptions.m4, libltdl/ltsugar.m4, libltdl/m4/ltversion.in: Add serial number tags, and bump serial number. Index: libtool--devo--1.0/libltdl/m4/a

Re: [patch 2/3] 305-gary-diagnose-hand-maintained-aclocal-updates.diff

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for the quick review! * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 01:00:00PM CET: Redone against HEAD, and split into 3 for ease of review :-) Okay to commit? It'd be nice if you addressed my question at the end of

FYI: add libtool macro file serial tags [304]

2005-11-01 Thread Gary V. Vaughan
ChangeLog M libltdl/m4/argz.m4 * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/argz.m4, libltdl/m4/ltoptions.m4, libltdl/ltsugar.m4, libltdl/m4/ltversion.in: Add serial number tags, and bump serial

FYI: diagnose hand maintained aclocal updates [305]

2005-11-01 Thread Gary V. Vaughan
Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Use serial tags to locate the correct serial numbers when deciding whether to update. (func_serial): Allow for macro_regex argument to be originating fil

FYI: default convenience ltdl [libtool--devo--1.0--patch-348]

2005-11-01 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LTDL_INIT): Call _LT_ENABLE_INSTALL directly instead of m4_requiring it, as it relies on enable_ltdl_install and enable_ltdl_convenience to have been initialised first. --- orig/libltdl/m4/ltdl.m4 +

Re: [patch 3/3] 306-gary-treat-argz-m4-like-ltdl-m4.diff

2005-11-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for your patience. I'm afraid that we are not yet understanding each other... please bear with me: * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 01:02:17PM CET: Ralf, I know you have reservations about this one, but I don

Re: [patch 05/19] 288-gary-ltdl-nonrecursive-tests.diff Queue

2005-11-01 Thread Gary V. Vaughan
of in my latest patch revisions? All tests pass with this patch applied to current HEAD... - having installed 293 first. Done. Cheers, Gary. Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/nonrecursive.at: New tests for libltd

Re: FYI: default convenience ltdl [293]

2005-11-01 Thread Gary V. Vaughan
Oops, forgot the manual bit of my patch process to tie arch changesets back to quilt diff files: see corrected subject line. Gary V. Vaughan wrote: Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LTDL_INIT): Call _LT_ENABLE_INSTALL di

Re: [patch 05/19] 288-gary-ltdl-nonrecursive-tests.diff Queue

2005-11-02 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 04:04:56PM CET: Ralf Wildenhues wrote: Ho Gary, Ho Ralf Buon giorno Gary, Konichi-wa Wildenhues-san! (what language are we greeting each other in now btw?), No idea what that was. Sure worked, tho

FYI: ltdl nonrecursive tests [288]

2005-11-02 Thread Gary V. Vaughan
: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/nonrecursive.at: New tests for libltdl as a subdirectory, configured and compiled from the toplevel project. * tests/testsuite.at: Use it. (LT_AT_AUTOHEADER): New macro. * Makef

Re: FYI: ltdl nonrecursive tests [288]

2005-11-02 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: > if possible, please teach your commit script to show new files as well. my scripts are fine. it's me that has a bug. i forgot to cvs add before running my commit script. my bad. cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL P

FYI: LT_WITH_LTDL nonrecursive [289]

2005-11-07 Thread Gary V. Vaughan
Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LT_CONFIG_LTDL_DIR): Add LTDL-MODE argument. * configure.ac: Use it. --- orig/configure.ac +++ mod/configure.ac @@ -27,6 +27,7 @@ AC_INIT([libtool], [2.1a], [EMAIL PRO

FYI: don't force ac_config_headers on subproject ltdl [295]

2005-11-07 Thread Gary V. Vaughan
/subproject.at * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LTDL_INIT): Don't force running AC_CONFIG_HEADERS for subproject ltdl. * tests/old-m4-iface.at, tests/subproject.at: Remove workaround. 2005-11

FYI: ltdl recursive tests [296]

2005-11-07 Thread Gary V. Vaughan
ChangeLog M tests/testsuite.at * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/recursive.at: New tests for libltdl as a subdirectory, configured and compiled from the toplevel project using a recursive make.. *

FYI: LT_WITH_LTDL recursive [297]

2005-11-07 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> Support 'recursive' mode for building libltdl: Automake will recursively descend into the libltdl directory, and use libltdl's Makefile.am code to build libltdl: * ltdl.m4 (LT_CONFIG_LTDL_DIR): Don'

FYI: document libltdl build modes [298]

2005-11-07 Thread Gary V. Vaughan
Gary V. Vaughan <[EMAIL PROTECTED]> * doc/libtool.texi (Distributing libltdl): Document correct use of LT_CONFIG_LTDL_DIR mode argument with Autoconf and Automake. --- orig/doc/libtool.texi +++ mod/doc/libtool.texi @@ -4207,10 +4207,110 @@ is bad. Ensuring tha

FYI: refactor autotests [299]

2005-11-07 Thread Gary V. Vaughan
/testsuite.at M tests/subproject.at * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/testsuite.at (_LTDL_PROJECT_FILES): Factored out from common code to build a basic libltdl using project. * tests/old-m4-iface.at, tests/standal

Re: (non)recursive mode fixups

2005-11-07 Thread Gary V. Vaughan
les out of libltdl/Makefile.inc and back into Makefile.am. I'd like to concentrate my limited time on the release for now... but I don't mind helping someone else write the patch. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( 

[patch 1/2] 307-gary-fix-recursive-ltdl-dist-rules.diff

2005-11-10 Thread Gary V. Vaughan
t | 15 +++ 6 files changed, 111 insertions(+), 11 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/Makefile.inc (EXTRA_DIST): Move files that are not installed unconditionally to a client from here...

[patch 2/2] 308-gary-am-subdir-autotest-aclocal-fix.diff

2005-11-10 Thread Gary V. Vaughan
-missing]) LT_AT_EXEC_CHECK([subdir/subdemo], 0) -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook

Re: FYI: (non)recursive mode fixups

2005-11-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Mon, Nov 07, 2005 at 04:55:16PM CET: Ralf Wildenhues wrote: First the good thing: in principle, libltdl can do fine without an AC_CONFIG_HEADER at all: *snip* Sweet! Along with a patch to libtool.texi that explains to the user

Re: [patch 2/2] 308-gary-am-subdir-autotest-aclocal-fix.diff

2005-11-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Thu, Nov 10, 2005 at 11:38:56AM CET: Okay to commit? ...aforementioned testsuite fix. Yes, please. Thanks! Stalled on 300 && 301... All tests pass again with both this and the last patch applied.

Re: My patch queue status

2005-11-10 Thread Gary V. Vaughan
.html approved - patches/1-ralf-fix-ltdl-config-dist.diff awaiting Ralf's version - patches/272-gary-sync-m4sh-utils.diff deferred until post-2.0 Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net

FYI: simplify tests [300]

2005-11-10 Thread Gary V. Vaughan
-subdir.at M tests/testsuite.at M tests/subproject.at * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/testsuite.at (LT_AT_BOOTSTRAP): Allow passing arguments to configure. * tests/old-m4-iface.at, tests/subproject.a

FYI: am-subdir autotest aclocal fix [308]

2005-11-10 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/am-subdir.at: Now that we don't run autoreconf, we have to explicitly tell aclocal what flags to use. --- orig/tests/am-subdir.at +++ mod/tests/am-subdir.at @@ -74,7 +74,7 @@ ** Thi

Re: My patch queue status

2005-11-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! * Gary V. Vaughan wrote on Thu, Nov 10, 2005 at 03:15:19PM CET: - patches/300-gary-simplify-tests.diff http://lists.gnu.org/archive/html/libtool-patches/2005-10/msg00157.html reposted for review Reviewed already. :) Applied already! :-p

301-gary-set-macrodir-correctly-for-installcheck.diff

2005-11-10 Thread Gary V. Vaughan
Okay to commit? Makefile.am |6 -- tests/old-m4-iface.at |4 ++-- tests/testsuite.at|1 - 3 files changed, 6 insertions(+), 5 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/testsuite.ac (macrodir):

FYI: set macrodir correctly for installcheck [301]

2005-11-10 Thread Gary V. Vaughan
libtoolize.m4sh M tests/old-m4-iface.at M tests/libtoolize.at M ChangeLog M tests/testsuite.at * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/testsuite.ac (macrodir): Don't set it here... * Makefile.am (BUILDCHECK_

Re: 301-gary-set-macrodir-correctly-for-installcheck.diff

2005-11-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! * Gary V. Vaughan wrote on Thu, Nov 10, 2005 at 04:37:46PM CET: Okay to commit? How about you s/aclocaldir/tst_&/ and commit, and I pick up the rest of my patch then (maybe after review ;) ? Deal. I'll try to review tomorrow

Re: FYI: set macrodir correctly for installcheck [301]

2005-11-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf! > * Gary V. Vaughan wrote on Thu, Nov 10, 2005 at 06:52:45PM CET: > >>Applied to HEAD. >> >>Had to tweak slightly to make test-5 work with installcheck. > > > Why? That would be a bug. The whole point of tst

Re: [patch 1/2] 307-gary-fix-recursive-ltdl-dist-rules.diff

2005-11-10 Thread Gary V. Vaughan
25 tests/subproject.at | 21 + 7 files changed, 128 insertions(+), 31 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/Makefile.inc (EXTRA_DIST): Move files that are not installed unconditionally to a clien

Re: [patch 1/2] 307-gary-fix-recursive-ltdl-dist-rules.diff

2005-11-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf, Thanks for the review! > * Gary V. Vaughan wrote on Thu, Nov 10, 2005 at 11:35:49AM CET: > >>Okay to commit? > > No. The test suite modifies the source. After a testsuite run, > libltdl/Makefile.am will contain, for exam

Re: [patch 1/2] 307-gary-fix-recursive-ltdl-dist-rules.diff

2005-11-14 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Thu, Nov 10, 2005 at 09:39:27PM CET: Argh! I seem to have posted an in development version of this patch somehow, sorry. Here is the real patch. If you had weird non-repeatable results in tests, and corrupted libltdl/Makefile.am

Re: FYI: set macrodir correctly for installcheck [301]

2005-11-17 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Thu, Nov 10, 2005 at 09:06:40PM CET: Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, Nov 10, 2005 at 06:52:45PM CET: Had to tweak slightly to make test-5 work with installcheck. Why? That would be a bug. The whole point

Re: FYI: HEAD: lt~obsolete.m4?

2005-11-17 Thread Gary V. Vaughan
well without it. I can't think of any concrete reason why installing it is bad. Let's do it before the alpha so that we'll have a chance to work on any issues that arise before 2.0 proper. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Sci

Re: libtoolize --ltdl non-failure

2005-11-17 Thread Gary V. Vaughan
need to look at all the call sites for func_error to make sure this change in semantics won't break anything. Cheers, Gary. * libtoolize.in: Fail if libltdl files not present but `--ltdl' given. Reported by Troy Benjegerdes <[EMAIL PROTECTED]>

Re: HEAD: lift nonrecursive naming restriction

2005-12-01 Thread Gary V. Vaughan
Call it in nonrecursive mode to mangle Makefile.inc. * tests/nonrecursive.at: adjusted to test this. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/s

Re: patch-1: testsuite automake version requirements

2005-12-14 Thread Gary V. Vaughan
m4_include(*.at) echo done Then any problems with compatibility with older automake APIs should come out in the wash... Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://

Re: patch-2: more fun with lt~obsolete.m4

2005-12-14 Thread Gary V. Vaughan
TOOL_LANG_GCJ_CONFIG) (_LT_AC_LANG_GCJ_CONFIG, AC_LIBTOOL_LANG_RC_CONFIG) (_LT_AC_LANG_RC_CONFIG, AC_LIBTOOL_CONFIG) (_LT_AC_FILE_LTDLL_C): Add new fake macros for these, they were used at one time in libtool.m4 Please apply. Cheers, Gary. -- Gary V. Vaugha

Re: patch-4: fixup libltdl/Makefile.in and libltdl/aclocal.m4

2005-12-14 Thread Gary V. Vaughan
t's a useful invariant for us to document somewhere. Another addition to HACKING? Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool T

Re: patch-4: fixup libltdl/Makefile.in and libltdl/aclocal.m4

2005-12-14 Thread Gary V. Vaughan
efile.in: $(srcdir)/libltdl/Makefile.am \ $(srcdir)/libltdl/aclocal.m4 cd $(srcdir)/libltdl && $(AUTOMAKE) Makefile If so, might me worth a mention in HACKING. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/

Re: patch-5: fixup Makefile.inc

2005-12-14 Thread Gary V. Vaughan
that patch-4 does this. Sorry. ACK. * libltdl/Makefile.inc (EXTRA_DIST): Remove Makefile.inc. Reorder other entries. Agreed. Please apply. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.k

Re: patch-3: adjust testsuite for redistribution checks

2005-12-14 Thread Gary V. Vaughan
;$LT_TEST_EXHAUSTIVE" || tst_dist="dist distcheck" As much as we might not want to subject all of our users to running such an overly intensive test regime, making it as easy as possible for us (and interested users) to do that would certainly improve our test feedback. Cheer

Re: patch-6: several changes to libtoolize.m4sh

2005-12-14 Thread Gary V. Vaughan
XTRA_DIST, for either nonrecursive or recursive mode. (main): call it to mangle also in recursive mode. * tests/libtoolize.at (expout): Adjusted. * tests/testsuite.at (tst_dist): Default to `dist'. Cheers, Gary. -- Gary V. Vaughan ())_. [EM

Re: patch-7: README.alpha update

2005-12-14 Thread Gary V. Vaughan
Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: patch-7: README.alpha update

2005-12-16 Thread Gary V. Vaughan
ust begin within the last 3000 characters of the file. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://so

Re: patch-3: adjust testsuite for redistribution checks

2005-12-16 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hey Ralf! * Gary V. Vaughan wrote on Wed, Dec 14, 2005 at 12:41:28PM CET: Ralf Wildenhues wrote: * tests/testsuite.at (PREPARE_TESTS): New variable `tst_dist', default to empty. * tests/nonrecursive.at, tests/recursi

Re: [Mingw-users] libtool, dlls and -lm

2005-12-19 Thread Gary V. Vaughan
Ossman <[EMAIL PROTECTED]>. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook

FYI: update .cvsignore files [libtool--devo--1.0--patch-436]

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

Re: HEAD: ChangeLog rotation

2006-01-03 Thread Gary V. Vaughan
;t beat me to it :-D Happy New Year! Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook

Re: Use of $(OBJECTS) in test suite

2006-01-05 Thread Gary V. Vaughan
heers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: {SPAM 03.6} FYI: fix sed syntax

2006-01-23 Thread Gary V. Vaughan
notify/clcommit changes > upstream? Thank you. Done. Also, applied the same principles to the other cvs-utils files. I've also added to my TODO list: push those upstream changes back down into cvs-utils CVS and m4 CVS. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTE

Re: Remove redundant mention of new testsuite files

2006-02-01 Thread Gary V. Vaughan
ch they are to be expanded in the suite. > (tests/TESTSUITE): Rebuild by passing all $(TESTSUITE_AT) files, > with their path suitably adjusted. This enables us to.. > * tests/testsuite.at: ..get rid of their redundant mention here. Cheers, Gary. -- Gary V.

Re: per-deplib static/dynamic flags

2006-02-02 Thread Gary V. Vaughan
o add paths for installed libtool > libraries in case `-static' is used. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Tech

libtool-2.0 release [WAS per-deplib static/dynamic flags]

2006-02-02 Thread Gary V. Vaughan
static flags) will fail if they find a shared but no static library > anywhere in the search path, this needs testing. I will extend > static.at to do this as well, but even then there's no guarantee another > system may have this limitation. > > Hope that helps a bit. > > Cheers, > Ralf > > [1] we need to exchange `.a' with $libext, or add $libext if != `.a' for > w32 systems, I believe. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: libtool-2.0 release

2006-02-03 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf! > Gary V. Vaughan writes: >> Now is the time to branch! Either a feature branch for developing the >> per-deplib feature for merging after 2.0, or else a 2.0 branch that we >> can keep stable. > > No way, without me.

Re: libtool-2.0 release

2006-02-03 Thread Gary V. Vaughan
ork a bit on feedback documentation. The rate of > users for which the first reply is "please post this and that as well" > is still a bit high. I must admit being not too good at working on > documentation NP. I'll take that one. Just discovered yet another in my patch queue (needs another round of testing before I post): make installcheck currently always fails in trees that used 'libtoolize --ltdl' in some modes. (Added to RoadMap). Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: Solaris whole_archive_flags fixes

2006-02-03 Thread Gary V. Vaughan
is once and for all, for both the SUN compiler suite > (cc/CC/f77/f90/f95) and GCC. > Reported by Yuri Pukhalsky <[EMAIL PROTECTED]>. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.n

Re: new keyword `libtool' for testsuite

2006-02-04 Thread Gary V. Vaughan
Add new keyword > `libtool' for tests that exercise the unmodified `libtool' > script that is generated at build time. > * tests/duplicate_members.at, tests/fail.at: Likewise. > * tests/inherited_flags.at, tests/link-order.at: Likewise. >

Re: deplibs_check_method=test_compile (was: new keywords for testsuite)

2006-02-04 Thread Gary V. Vaughan
eps $postdeps " in > @@ -4671,7 +4716,7 @@ > droppeddeps=yes > $ECHO > $ECHO "*** Warning! Library $i is needed by this library but > I was not able to" > - $ECHO "*** make it link in! You will

Re: deplibs_check_method=test_compile

2006-02-07 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf, > * Gary V. Vaughan wrote on Sat, Feb 04, 2006 at 02:38:53AM CET: >> Ralf Wildenhues wrote: > *snip* >>> - if test "$name" != "" && test "$name" -ne "0&qu

Re: misleading note in libtool header

2006-02-09 Thread Gary V. Vaughan
'libtool'. > * libltdl/m4/libtool.m4 (_LT_CONFIG): Set $PACKAGE_NAME, and > use it in the header notice of the generated `libtool' script. > -AC_INIT([libtool], [2.1a], [EMAIL PROTECTED]) > +AC_INIT([GNU libtool], [2.1a], [EMAIL PROTECTED])

Re: LT_AC_PROG_SED

2006-02-10 Thread Gary V. Vaughan
be best to use the Autoconf version when it is out. To forestall cries of "not backwards compatible!" from the peanut gallery after the release, I'd like to commit the attached patches (sorry I took so long to roll it up and post it). The branch-1-5 patch addresses your remaining i

Re: LT_AC_PROG_SED

2006-02-10 Thread Gary V. Vaughan
Gary V. Vaughan wrote: > Index: libtool-1-5/libtool.m4 > === > --- libtool-1-5.orig/libtool.m4 > +++ libtool-1-5/libtool.m4 > @@ -5987,17 +5987,15 @@ AC_DEFUN([LT_AC_PROG_RC], > [AC_CHECK_TOOL(RC, windres, no) >

Re: document some more libtool variables

2006-02-20 Thread Gary V. Vaughan
evision, max_cmd_len>: > Document these variables. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ htt

Re: document some more libtool variables

2006-02-20 Thread Gary V. Vaughan
her serious regression to the TODO list. > :-( Better to find them now than after the release I guess... Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/so

Re: some pending patches

2006-02-21 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf, > * Gary V. Vaughan wrote on Tue, Feb 21, 2006 at 01:21:33AM CET: >> Ralf Wildenhues wrote: >> >>> BTW, should I wait for a review to install any of these patches? > >> I didn't see these go by :-( Urk, I h

Re: fix the locking issue

2006-02-21 Thread Gary V. Vaughan
(func_mode_uninstall): In clean mode, remove `LoCk_SrC' if > present, along with the first object we remove. > Fixes potential hang reported by Marcin Siennicki and others. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scienti

Re: HEAD: static tests

2006-02-21 Thread Gary V. Vaughan
func_restore_libs a1 ${libdir}1 > >echo "### test whether non-libtool library liba3 was linked statically" >func_move_libs a3 ${libdir}3 > - func_test_exec -all-static `$per_deplib && echo 3 13 23 31 123 123a` > + func_test_exec $all_static `$per_deplib && echo 3 13 23 31 123 123a` >func_test_exec_fail -static -static-libtool-libs `$per_deplib && echo 1 2 > 12` >func_restore_libs a3 ${libdir}3 > > > -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: HEAD: static tests

2006-02-23 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf! > * Gary V. Vaughan wrote on Tue, Feb 21, 2006 at 11:03:17PM CET: >> In principle, this seems like a good thing to go in, except that I still >> have one nagging doubt: [[doubtage snipped]] > > [debunkage snipped]] Okay, th

Re: Fix the locale issue

2006-02-24 Thread Gary V. Vaughan
_MEASUREMENT, > LC_MESSAGES LC_MONETARY, LC_NAME, LC_NUMERIC, LC_PAPER, > LC_TELEPHONE, LC_TIME. > (func_mode_execute): Restore them. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

Re: HEAD fails mdemo-exec on darwin6 (Mac OS X 10.2) *ping*

2006-04-03 Thread Gary V. Vaughan
MAIL PROTECTED]> > > * libltdl/loaders/preopen.c: Don't allow lt_dlopen if the > module has no symbols. > * libltdl/loaders/dlopen.c (get_vtable): Use LT_DLLOADER_APPEND. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( &#x

Re: factor out .lo generation

2006-04-20 Thread Gary V. Vaughan
out from.. > (func_mode_compile): .. here. Call it to generate the libtool > object file (the `.lo' file) in one step. Cheers, Gary. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://blog.azazil.net GNU Hacker / )= http:/

Re: HEAD: pass environment to new test suite

2006-05-15 Thread Gary V. Vaughan
* tests/testsuite.at (LT_AT_TAG): Do not set the compiler > variable here. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://blog.azazil.net GNU Hacker / )= http://trac.azazil.net/projects/libtool Technical Author `(_~)_

Re: LT_AC_PROG_SED

2006-05-17 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hi Ralf! Sorry for the long delay. * Gary V. Vaughan wrote on Fri, Feb 10, 2006 at 11:52:04AM CET: > Okay to commit? Comments inline. Please note my comments are completely untested, so please take them with a grain of salt. ACK. I think these patc

Re: HEAD link-order.at fails when hardcode_direct=yes

2006-05-17 Thread Gary V. Vaughan
ct and hardcode_direct_static into consideration when testing link order. Thanks. Applied both this change and the linked patch. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://blog.azazil.net

Re: Ignore hardcode_direct=yes if results in static lib entry

2006-05-17 Thread Gary V. Vaughan
pendency. Static library dependencies are immune to $shlibpath_var. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://blog.azazil.net GNU Hacker / )= http://trac.azazil.net/projects/libtool Technical A

Re: HEAD link-order.at fails when hardcode_direct=yes

2006-05-17 Thread Gary V. Vaughan
s\" Oops. Should've spotted that myself. I'll fix that presently too. * Gary V. Vaughan wrote on Wed, May 17, 2006 at 04:34:44PM CEST: 2006-05-16 Albert Chin-A-Young <[EMAIL PROTECTED]> * tests/link-order.at: Take hardcode_direct and hardcode_direct_s

Re: HEAD link-order.at fails when hardcode_direct=yes

2006-05-17 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! * Gary V. Vaughan wrote on Wed, May 17, 2006 at 05:15:29PM CEST: Ralf Wildenhues wrote: 2006-05-16 Albert Chin-A-Young <[EMAIL PROTECTED]> * tests/link-order.at: Take hardcode_direct and hardcode_direct_stati

Re: LT_AC_PROG_SED

2006-05-17 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! I'm attaching the revised branch-1-5 version of the patch for approval. More inline... Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, Feb 10, 2006 at 11:52:04AM CET: There is still the problem with pulling in an old installed libto

Re: LT_AC_PROG_SED

2006-05-17 Thread Gary V. Vaughan
Gary V. Vaughan wrote: I'm attaching the revised branch-1-5 version of the patch for approval. More inline... Forgot the attachment. (Note to self: Really must migrate back to gnus) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scie

Re: LT_AC_PROG_SED

2006-05-17 Thread Gary V. Vaughan
er, if the only problem is Autoconf-2.13 compatibility, I'd advocate committing as is, and fixing the compatibility in a separate patch (which could exchange the m4_defun for an m4_define). What do you think? Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research

Re: HEAD link-order.at fails when hardcode_direct=yes

2006-05-17 Thread Gary V. Vaughan
Gary V. Vaughan wrote: Ralf Wildenhues wrote: > Are you volunteering for the backport to branch-1-5 (which has > a similar issue) or should I do it? I'll do the backport. Okay to commit? Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Researc

Re: Ignore hardcode_direct=yes if results in static lib entry

2006-05-17 Thread Gary V. Vaughan
h well. I put this patch off for a reason: it requires lots of thought... Sorry, I didn't see your objections when working through the front of my backlog :-( Pragmatically it does solve a real problem though... better to do that before 2.0 IMHO. Cheers, Gary. -- Gary V. Vaughan

Re: some missing _LT_DECL_SED requirements

2006-05-17 Thread Gary V. Vaughan
T_DECL_SED. (_LT_CMD_GLOBAL_SYMBOLS, _LT_LINKER_SHLIBS): Likewise. * libltdl/m4/ltdl.m4 (LTDL_INIT): Likewise. Report by Eric Blake. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://blog.azazil.net GNU Hacker / )= http://

Re: some missing _LT_DECL_SED requirements

2006-05-17 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Wed, May 17, 2006 at 07:17:30PM CEST: Ralf Wildenhues wrote: Eric reported this against CVS M4 recently: http://lists.gnu.org/archive/html/m4-patches/2006-05/msg5.html OK? Yes please. Except I forgot that the missing bit was $Xsed

Re: some missing _LT_DECL_SED requirements

2006-05-17 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Wed, May 17, 2006 at 07:48:14PM CEST: Ralf Wildenhues wrote: * libltdl/m4/libtool.m4 (_LT_LINKER_OPTION): Require _LT_DECL_SED. (_LT_CMD_GLOBAL_SYMBOLS, _LT_LINKER_SHLIBS): Likewise. * libltdl/m4

Re: some missing _LT_DECL_SED requirements

2006-05-17 Thread Gary V. Vaughan
[trimmed Eric, as he's probably bored of overhearing us by now ;-)] Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Wed, May 17, 2006 at 10:42:21PM CEST: > Perhaps you misunderstand me? I'm advocating sh.test style static > check that tries to ma

FYI: 313-gary-swap-lt_dlhandle_iterate-caller-args.patch

2006-05-17 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/ltdl.c (lt_dlhandle_fetch): Arguments to lt_dlhandle_iterate were in the wrong order. Index: libltdl/

<    3   4   5   6   7   8   9   10   11   >