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

Re: Fwd: OT: useless rant, Was: Building Subversion 1.2 on OS X 10.4 fails

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-05-19 16:22:41 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> I'm forwarding this to dev@, because two people on users@ are having
> problems building subversion on OSX 10.4, and yet I can build on OSX
> 10.4 without a problem.
>
> Any build experts have ideas here?

I don't think Subversion is responsible.

>> cd subversion/libsvn_ra_dav && /bin/sh /Users/scottpalmer/dev/
>> svn_test/subversion/libtool --tag=CC --silent --mode=link gcc -g -
>> O2 -g -O2 -DNEON_ZLIB -L/Users/scottpalmer/dev/svn_test/
>> subversion/apr-util/xml/expat/lib -rpath /usr/local/lib -o
>> libsvn_ra_dav-1.la commit.lo fetch.lo file_revs.lo log.lo merge.lo
>> options.lo props.lo session.lo util.lo ../../subversion/
>> libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/
>> libsvn_subr-1.la /Users/scottpalmer/dev/svn_test/subversion/apr-
>> util/libaprutil-1.la /Users/scottpalmer/dev/svn_test/subversion/apr-
>> util/xml/expat/lib/libexpat.la -liconv /Users/scottpalmer/dev/
>> svn_test/subversion/apr/libapr-1.la -lpthread /Users/scottpalmer/
>> dev/svn_test/subversion/neon/src/libneon.la -L/usr/local/lib -lz -
>> L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -
>> lkrb5support -lcom_err -lresolv
>> libtool: link: warning: `/usr/lib/gcc/powerpc-apple-
>> darwin8/4.0.0/../../..//libiconv.la' seems to be moved
>> libtool: link: warning: `/usr/lib/gcc/powerpc-apple-
>> darwin8/4.0.0/../../..//libiconv.la' seems to be moved
>> libtool: link: warning: `/usr/lib/gcc/powerpc-apple-
>> darwin8/4.0.0/../../..//libiconv.la' seems to be moved
>> ld: multiple definitions of symbol __Unwind_DeleteException
>> /usr/lib/libgcc.a(unwind-dw2.o) private external definition of
>> __Unwind_DeleteException in section (__TEXT,__text)
>> /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o)
>> private external definition of __Unwind_DeleteException in section
>> (__TEXT,__text)
>> ld: multiple definitions of symbol __Unwind_FindEnclosingFunction
>> /usr/lib/libgcc.a(unwind-dw2.o) private external definition of
>> __Unwind_FindEnclosingFunction in section (__TEXT,__text)
>> /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o)
>> private external definition of __Unwind_FindEnclosingFunction in
>> section (__TEXT,__text)

That's much the same as this bug:

http://bugzilla.opendarwin.org/show_bug.cgi?id=2927

which is still open.

>> Now I'm trying:
>>
>> $ CC=gcc-3.3 GXX=yes ./configure

>> Seems to have worked. So I guess it is just an incompatibility with
>> GCC 4.0?

I'm not an OS X expert, but it looks like something goes wrong with
the toolchain on some machines.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 19 16:23:52 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.