[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r12801 - in trunk/subversion: include libsvn_client libsvn_ra libsvn_ra_dav libsvn_ra_local libsvn_ra_svn

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-01-21 02:50:07 CET

Philip Martin <philip@codematters.co.uk> writes:

> lundblad@tigris.org writes:
>
>> Author: lundblad
>> Date: Thu Jan 20 15:05:59 2005
>> New Revision: 12801
>>
>> New RA API.
>>
>> If you like reading tons of wrapper functions, if you like API deprecation
>> and if you really want to read a somewhat longish commit message, then this
>> commit is for you. All others: I warned you.
>
> This change has broken the build on one of my machines. The machine
> in question is running a completely standard Debian/testing with
> libtool:
>
> ltmain.sh (GNU libtool) 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) Debian: 220 $

I have installed a pristine GNU libtool-1.5.6 and the build works.
Comparing the generated libtool files I see

$ diff libtool.gnu libtool.debian
316c316
< link_all_deplibs=unknown

---
> link_all_deplibs=no
390c390
< TIMESTAMP=" (1.1220.2.94 2004/04/10 16:27:27)"
---
> TIMESTAMP=" (1.1220.2.95 2004/04/11 05:50:42) Debian$Rev: 220 $"
2184c2184,2187
<       link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
---
>       link)
>         libs="$deplibs %DEPLIBS%"
>         test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
>         ;;
2210,2213d2212
<         if test "$pass" = conv; then
<           deplibs="$deplib $deplibs"
<           continue
<         fi
3275a3275,3279
>         *)
>           $echo "$modename: unknown library version type \`$version_type'" 1>&2
>           $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
>           exit $EXIT_FAILURE
>           ;;
7034c7038
< link_all_deplibs=unknown
---
> link_all_deplibs=no
Now I don't pretend to understand libtool, but that diff certainly
look like it has something to do with dependent libraries.
-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 21 02:53:31 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.