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

Re: Compile Issue on OSX 10.2.5

From: Peter Burkholder <peterb_at_ucar.edu>
Date: 2003-05-05 18:51:08 CEST

I recommend using fink and installing db41 before installing svn-client
        
        fink install db41
        fink install svn-client

If you're building a server then good luck.

On Sun, May 04, 2003 at 01:43:13PM -0400, Garrett Rooney wrote:
> Mailing-List: contact dev-help@subversion.tigris.org; run by ezmlm
> Date: Sun, 4 May 2003 13:43:13 -0400
> Subject: Re: Compile Issue on OSX 10.2.5
> Cc: dev@subversion.tigris.org
> To: "Derek J. Balling" <dredd@megacity.org>
> From: Garrett Rooney <rooneg@electricjellyfish.net>
>
> On Sunday, May 4, 2003, at 01:39 PM, Derek J. Balling wrote:
>
> >During compilation I error out with:
> >
> >ld: multiple definitions of symbol _svn_diff_output
> >/usr/local/lib/libsvn_delta-1.dylib(libsvn_delta-1.0.0.0.dylib-
> >master.o) definition of _svn_diff_output
> >/Users/dredd/subversion-0.21.0/subversion/libsvn_diff/.libs/
> >libsvn_diff-1.dylib(libsvn_diff-1.0.0.0.dylib-master.o) definition of
> >_svn_diff_output
> >ld: multiple definitions of symbol _svn_diff_contains_conflicts
> >/usr/local/lib/libsvn_delta-1.dylib(libsvn_delta-1.0.0.0.dylib-
> >master.o) definition of _svn_diff_contains_conflicts
> >/Users/dredd/subversion-0.21.0/subversion/libsvn_diff/.libs/
> >libsvn_diff-1.dylib(libsvn_diff-1.0.0.0.dylib-master.o) definition of
> >_svn_diff_contains_conflicts
> >ld: multiple definitions of symbol _svn_diff_contains_diffs
> >/usr/local/lib/libsvn_delta-1.dylib(libsvn_delta-1.0.0.0.dylib-
> >master.o) definition of _svn_diff_contains_diffs
> >/Users/dredd/subversion-0.21.0/subversion/libsvn_diff/.libs/
> >libsvn_diff-1.dylib(libsvn_diff-1.0.0.0.dylib-master.o) definition of
> >_svn_diff_contains_diffs
> >ld: multiple definitions of symbol _svn_diff_file_output_unified
> >/usr/local/lib/libsvn_delta-1.dylib(libsvn_delta-1.0.0.0.dylib-
> >master.o) definition of _svn_diff_file_output_unified
> >/Users/dredd/subversion-0.21.0/subversion/libsvn_diff/.libs/
> >libsvn_diff-1.dylib(libsvn_diff-1.0.0.0.dylib-master.o) definition of
> >_svn_diff_file_output_unified
> >/usr/bin/libtool: internal link edit command failed
> >make: *** [subversion/libsvn_client/libsvn_client-1.la] Error 1
> >bash-2.05a$
> >
> >I thought I remembered something like this before, but can't seem to
> >find it in the FAQ or the archives. Then again, maybe I'm just zombied
> >from trying to get my other issue resolved so that I can finish my
> >weekend rollout. :-/
> >
>
> the problem appears to be that the svn_diff code moved from
> libsvn_delta to libsvn_diff, and you've got the old version installed
> on your system. apparently libtool is trying to link against both the
> old and new libraries, which is producing the error. removing the
> older libraries from /usr/local/lib should allow you to continue,
> although in the long run we should probably figure out how to make
> libtool NOT use the old installed versions.
>
> -garrett
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

--
Peter Burkholder, System Administrator
Digital Library for Earth System Education (DLESE -- http://www.dlese.org)
peterb@ucar.edu
DLESE Program Center (DPC)                             ~~~  ~~  ~~~~   __o
UCAR/DPC, P.O. Box 3000       Ph) 303-497-2663       ~~~  ~~~~ ~~    _`\<,_
Boulder, CO 80307-3000        Fx) 303-497-8336  ~~~~ ~~~   ~~~~     (*)/ (*)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 5 18:49:22 2003

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.