Re: libtool.m4 not always copied

2008-04-16 Thread Ralf Wildenhues
* Richard Purdie wrote on Thu, Apr 17, 2008 at 12:38:15AM CEST: > Let me try again to explain the problem. Makefile.am contains: > > $(ECHO) [EMAIL PROTECTED]@@[EMAIL PROTECTED] '{global:' > [EMAIL > PROTECTED] > $(SED) s/$$/\;/ libpng.sym >> [EMAIL PROTECTED] > $(ECHO) 'l

Re: libtool.m4 not always copied

2008-04-16 Thread Vincent Torri
Hey, My problem is that ECHO and OBJDUMP are not defined when I'm configuring libpng 1.2.26, while it's perfectly defined with another lib. That typically means that you are using ltmain.sh from 2.2.x, but the libtool.m4 macros from 1.5.x. I'll try to investigate, then I've grep'ed OBJDUM

Re: move to git

2008-04-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gary V. Vaughan on 4/16/2008 7:31 PM: | Ah, the link that was giving me a 403 was picking up a spurious trailing | paren. So now I see two near identical pages: | | http://git.sv.gnu.org/gitweb/?p=libtool.git;a=commit;h=2bbe5d | http://g

Re: move to git

2008-04-16 Thread Gary V. Vaughan
On 16 Apr 2008, at 18:04, Ralf Wildenhues wrote: Hello Eric, Gary, Hallo Ralf, * Gary V. Vaughan wrote on Wed, Apr 16, 2008 at 11:51:48PM CEST: On 16 Apr 2008, at 16:47, Eric Blake wrote: there are now some stale tags in savannah's libtool.git, which point to commits prior to your various g

Re: libtool.m4 not always copied

2008-04-16 Thread Richard Purdie
On Wed, 2008-04-16 at 23:56 +0200, Ralf Wildenhues wrote: > * Richard Purdie wrote on Wed, Apr 16, 2008 at 07:10:54PM CEST: > > To 'fix' the echo issue I added: > > > > http://svn.o-hand.com/view/poky/trunk/meta/packages/libpng/libpng-1.2.16/makefile_fix.patch?rev=4267&view=markup > > > > althoug

Re: _lt_libltdl_LTX_preloaded_symbols in consistence.

2008-04-16 Thread Steven Wu
thanks. The Guile team is working on Libtool 2.2.x migration, and I think it will take a while before it got fully integrated. thanks. steve On Apr 16, 2008, at 3:17 PM, Ralf Wildenhues wrote: Steven, please keep the libtool list in CC:, thanks. * Steven Wu wrote on Mon, Apr 14, 2008 at 04:0

Re: _lt_libltdl_LTX_preloaded_symbols in consistence.

2008-04-16 Thread Andreas Schwab
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > If the package has a custom ./bootstrap or ./autogen.sh, then that is > the way to go. I wouldn't count on that. Many packages have a autogen.sh that is far inferior to autoreconf. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linu

Re: _lt_libltdl_LTX_preloaded_symbols in consistence.

2008-04-16 Thread Ralf Wildenhues
Steven, please keep the libtool list in CC:, thanks. * Steven Wu wrote on Mon, Apr 14, 2008 at 04:04:39AM CEST: > On Apr 13, 2008, at 10:12 AM, Ralf Wildenhues wrote: > >> [ re-adding libtool list in Cc: ] >> >> * Steven Wu wrote on Sun, Apr 13, 2008 at 06:43:59PM CEST: >>> >>> In libguile/.libs/g

Re: move to git

2008-04-16 Thread Dan Nicholson
On Wed, Apr 16, 2008 at 3:07 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hi Dan, > > * Dan Nicholson wrote on Thu, Apr 17, 2008 at 12:01:00AM CEST: > > > On Wed, Apr 16, 2008 at 2:51 PM, Gary V. Vaughan <[EMAIL PROTECTED]> wrote: > > > > a-machine-with-git$ git-clone http://git.sv.gnu.org/l

Re: move to git

2008-04-16 Thread Andreas Schwab
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hello Eric, Gary, > > * Gary V. Vaughan wrote on Wed, Apr 16, 2008 at 11:51:48PM CEST: >> On 16 Apr 2008, at 16:47, Eric Blake wrote: >>> there are now some stale tags >>> in savannah's libtool.git, which point to commits prior to your >>> various gi

Re: move to git

2008-04-16 Thread Ralf Wildenhues
Hi Dan, * Dan Nicholson wrote on Thu, Apr 17, 2008 at 12:01:00AM CEST: > On Wed, Apr 16, 2008 at 2:51 PM, Gary V. Vaughan <[EMAIL PROTECTED]> wrote: > > a-machine-with-git$ git-clone http://git.sv.gnu.org/libtool.git libtool > > a-machine-with-git$ scp libtool [EMAIL PROTECTED]: > > a-machin

Re: move to git

2008-04-16 Thread Ralf Wildenhues
Hello Eric, Gary, * Gary V. Vaughan wrote on Wed, Apr 16, 2008 at 11:51:48PM CEST: > On 16 Apr 2008, at 16:47, Eric Blake wrote: >> there are now some stale tags >> in savannah's libtool.git, which point to commits prior to your >> various git- >> filter operations (for example, the tag release-

Re: move to git

2008-04-16 Thread Dan Nicholson
On Wed, Apr 16, 2008 at 2:51 PM, Gary V. Vaughan <[EMAIL PROTECTED]> wrote: > > Playing devil's advocate: > > If Libtool moves to git-version-gen ala Autoconf, it won't be possible to > do this > anymore: > > a-machine-with-git$ git-clone http://git.sv.gnu.org/libtool.git libtool > a-machine

Re: libtool.m4 not always copied

2008-04-16 Thread Ralf Wildenhues
* Richard Purdie wrote on Wed, Apr 16, 2008 at 07:10:54PM CEST: > To 'fix' the echo issue I added: > > http://svn.o-hand.com/view/poky/trunk/meta/packages/libpng/libpng-1.2.16/makefile_fix.patch?rev=4267&view=markup > > although I suspect echo = @ECHO@ might be better. I think libpng has > relied

Re: libtool.m4 not always copied

2008-04-16 Thread Ralf Wildenhues
Hi Vincent, * Vincent Torri wrote on Wed, Apr 16, 2008 at 07:03:48PM CEST: > > My problem is that ECHO and OBJDUMP are not defined when I'm configuring > libpng 1.2.26, while it's perfectly defined with another lib. That typically means that you are using ltmain.sh from 2.2.x, but the libtool.m

Re: move to git

2008-04-16 Thread Gary V. Vaughan
Hi Eric, On 16 Apr 2008, at 16:47, Eric Blake wrote: there are now some stale tags in savannah's libtool.git, which point to commits prior to your various git- filter operations (for example, the tag release-2-2-2 http://git.sv.gnu.org/gitweb/?p=libtool.git;a=tag;h=c7bb42 points to http://git

Re: move to git

2008-04-16 Thread Eric Blake
Ralf Wildenhues gmx.de> writes: > Please do not continue to use the CVS repo. Its contents will soon be > replaced with a single file pointing to the git one. Ralf, thanks for the conversion work. However, there are now some stale tags in savannah's libtool.git, which point to commits prior t

move to git

2008-04-16 Thread Ralf Wildenhues
Hello libtool list readers, GNU Libtool's primary source repository is now managed with git: Note that there were several conversions, so the current repo has been rewound and is not a continuation of the earlier, read-only git repo. Please do not con

Re: libtool.m4 not always copied

2008-04-16 Thread Richard Purdie
Hi, On Wed, 2008-04-16 at 19:03 +0200, Vincent Torri wrote: > I'm using libtool 2.2.3a (cvs, actually) and i'm trying to find out why > some lib are not configured correctly, while other are. > > My problem is that ECHO and OBJDUMP are not defined when I'm configuring > libpng 1.2.26, while it'

libtool.m4 not always copied

2008-04-16 Thread Vincent Torri
Hey, I'm using libtool 2.2.3a (cvs, actually) and i'm trying to find out why some lib are not configured correctly, while other are. My problem is that ECHO and OBJDUMP are not defined when I'm configuring libpng 1.2.26, while it's perfectly defined with another lib. I'm doing cross-compili