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

Re: Problems building Subversion 1.1.0RC1

From: Christian Schaffner <chris01_at_users.sourceforge.net>
Date: 2004-07-19 15:25:42 CEST

Hi Clay

I had similar problems updating the fink package on Mac OS X 10.3.4 to
1.1.0-rc1. The problems seems to be that svn is built using an old
libtool (1.4.x) that doesn't seem to work on Mac OS X.

So, what i did was using libtool 1.5.6 and do a

./autogen.sh

before i run configure. That seems to fix this problem. Could you try
that too?

Chris.

On 15.07.2004, at 21:54, Clay Loveless wrote:

> A bit more information about the build environment that I omitted
> yesterday:
>
> - dlcompat-20030629 installed
> - gcc-3.4.1 installed
>
> I installed gcc-3.4.1 after experiencing the problems described below,
> thinking that perhaps the aging developer tools distributed by Apple
> for OS
> X 10.2.x could be part of the problem. The upgrade to gcc-3.4.1 didn't
> help.
>
> I will be curious to see if building subversion-1.0.6 works ... I
> don't know
> if the 'delta' issues listed below will affect the 1.0.x branch.
>
> -Clay
>
> --
> Killersoft.com
>
>
>> From: Clay Loveless <clay@killersoft.com>
>> Date: Wed, 14 Jul 2004 17:47:52 -0700
>> To: SVN-Users <users@subversion.tigris.org>
>> Subject: Problems building Subversion 1.1.0RC1
>>
>> Hello,
>>
>> I'm trying to build Subversion 1.1.0RC1 on Mac OS X 10.2.8.
>>
>> My configure command:
>>
>> "./configure" \
>> "--with-ssl" \
>> "--with-berkeley-db=/usr/local/BerkeleyDB.4.2" \
>> "--with-apr=/usr/local/apache2" \
>> "--with-apr-util=/usr/local/apache2" \
>> "--with-apxs=/usr/local/apache2/bin/apxs" \
>>
>>
>> Other details about my build environment:
>>
>> - I've got Apache 2.0.50 installed.
>> - libtool 1.5.6
>> - libiconv 1.9.1
>> - libxml2 2.6.8
>>
>>
>> Configure completes with no errors.
>>
>>
>> 'make' chugs along until it finally dies here:
>>
>> cd subversion/libsvn_fs_fs && /bin/sh
>> /usr/local/src/subversion-1.1.0-rc1/libtool --silent --mode=link gcc
>> -O3
>> -fno-omit-frame-pointer -g -O2 -DNEON_ZLIB -DNEON_SSL
>> -L/usr/local/BerkeleyDB.4.2/lib -L/usr/local/lib -rpath
>> /usr/local/lib -o
>> libsvn_fs_fs-1.la -no-undefined dag.lo err.lo fs.lo fs_fs.lo id.lo
>> key-gen.lo revs-txns.lo tree.lo
>> ../../subversion/libsvn_delta/libsvn_delta-1.la
>> ../../subversion/libsvn_subr/libsvn_subr-1.la
>> /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat -liconv
>> /usr/local/apache2/lib/libapr-0.la -lpthread -lintl
>> ld: warning multiple definitions of symbol _locale_charset
>> /usr/local/lib/libiconv.dylib(localcharset.o) definition of
>> _locale_charset
>> /usr/local/lib/libintl.dylib(localcharset.o) definition of
>> _locale_charset
>> ld: Undefined symbols:
>> _svn_delta_version
>> _svn_txdelta_read_svndiff_window
>> _svn_txdelta_skip_svndiff_window
>> _svn_txdelta_target_push
>> /usr/bin/libtool: internal link edit command failed
>> make: *** [subversion/libsvn_fs_fs/libsvn_fs_fs-1.la] Error 1
>>
>>
>> I got this error the first time I tried to build, and then went
>> through and
>> updated libtool and libiconv (I was a little behind on that), but
>> those
>> updates made no difference.
>>
>> Can someone please suggest what my next step should be?
>>
>> Thanks,
>> Clay
>>
>> --
>> Killersoft.com
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 19 15:26:39 2004

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

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