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

Re: make install failing on OS X

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-14 20:23:13 CEST

On Jul 14, 2006, at 19:57, Matthew Kidd wrote:

> I compiled from source (folder is on desktop) via the following
> commands run from the subversion directory on the desktop:
>
> autogen.sh
> ./configure ---with-ssl --libtool=/usr/bin
> make
> sudo make install
>
>
> --with-ssl is done under the premise that it is need for the client
> to communicate via ssl to the repository server. --libtool was
> added because I believed that was what was causing the following
> error during install:
>
> /Users/kiddm/Desktop/subversion-1.3.2/apr/libtool --mode=install cp
> libapr-0.la /usr/local/apr/lib
> cp .libs/libapr-0.0.dylib /usr/local/apr/lib/libapr-0.0.dylib
> cp: /usr/local/apr/lib/libapr-0.0.dylib: Too many levels of
> symbolic links
> make[1]: *** [install] Error 1
> make: *** [external-install] Error 1
>
> Now I understand what the error is saying but I have no idea why
> it's happening as I installed via the same process on an iMac and I
> encountered none of these problems and the symbolic linking is
> found there as well.
>

There are several binary distributions of Subversion for Mac OS X,
and it compiles just fine using DarwinPorts and presumably with Fink
as well. So it shouldn't be that hard to get it working.

Have you already tried without running autogen.sh? You should only
need autogen.sh if you're trying to build from a checkout of the
Subversion repository. You don't need to run autogen.sh with released
source tarballs.

You are apparently also configuring with --prefix=/usr/local or
something like that?

Is /usr/local/apr/lib a symlink that points to itself or its parent
directory, or something odd like that?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 14 20:25:53 2006

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.