You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Eric Gillespie <ep...@pretzelnet.org> on 2008/04/01 17:04:53 UTC

Re: [PATCH] Support Libtool >=2.2

Eric Gillespie <ep...@google.com> writes:

> Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com> writes:
> 
> > In r29925 I committed improved patch which seems to work with Libtool 1.*.
> 
> I'm not the right person to review this, really, but it looks OK
> to me.  I can confirm it still works with libtool 1.x (tested
> with 1.5.22).

I was wrong.  I suppose my working copy was not sufficiently
clean, as I noticed the problem with a fresh checkout.  A fresh
checkout of 29924 works.  Update it to 29925 and it still works.
But fresh checkout of r29925 or later breaks:

0 test-29925% make
/bin/sh /home/epg/work/svn/test-29925/libtool --silent --mode=compile /opt/gcc-4.2/bin/gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE  -I/opt/httpd/include   -I/opt/httpd/include   -g -Wall --std=c89 -g -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/include/neon -I/opt/httpd/include   -I/opt/httpd/include  -I/usr/local/include/serf-0  -o subversion/libsvn_delta/cancel.lo -c subversion/libsvn_delta/cancel.c
/bin/sh: /home/epg/work/svn/test-29925/libtool: No such file or directory
make: *** [subversion/libsvn_delta/cancel.lo] Error 127

-- 
Eric Gillespie <*> epg@pretzelnet.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Support Libtool >=2.2

Posted by Eric Gillespie <ep...@pretzelnet.org>.
"Arfrever Frehtes Taifersar Arahesis" <ar...@gmail.com> writes:

> Which version of libtool do you have?

New info: it consistently works for the libtool 1.5.22 Ubuntu
Dapper comes with, and consistently fails for the libtool 1.5.24
I have in /usr/local.

So, false alarm, I guess?  Sigh, I hate libtool.

-- 
Eric Gillespie <*> epg@pretzelnet.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Support Libtool >=2.2

Posted by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>.
2008-04-01 19:04 Eric Gillespie <ep...@pretzelnet.org>:
> Eric Gillespie <ep...@google.com> writes:
>
>  > Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com> writes:
>  >
>  > > In r29925 I committed improved patch which seems to work with Libtool 1.*.
>  >
>  > I'm not the right person to review this, really, but it looks OK
>  > to me.  I can confirm it still works with libtool 1.x (tested
>  > with 1.5.22).
>
>  I was wrong.  I suppose my working copy was not sufficiently
>  clean, as I noticed the problem with a fresh checkout.  A fresh
>  checkout of 29924 works.  Update it to 29925 and it still works.
>  But fresh checkout of r29925 or later breaks:
>
>  0 test-29925% make
>  /bin/sh /home/epg/work/svn/test-29925/libtool --silent --mode=compile /opt/gcc-4.2/bin/gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE  -I/opt/httpd/include   -I/opt/httpd/include   -g -Wall --std=c89 -g -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/include/neon -I/opt/httpd/include   -I/opt/httpd/include  -I/usr/local/include/serf-0  -o subversion/libsvn_delta/cancel.lo -c subversion/libsvn_delta/cancel.c
>  /bin/sh: /home/epg/work/svn/test-29925/libtool: No such file or directory
>  make: *** [subversion/libsvn_delta/cancel.lo] Error 127

Which version of libtool do you have?
Could you check rHEAD?

(I was testing fresh checkouts of r>=29930 with libtool-1.5.26 and I
didn't notice any problems.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org