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

Re: Subversion Install Fails on Mac OS X 10.9.1 Mavericks

From: Ben Reser <ben_at_reser.org>
Date: Wed, 12 Feb 2014 23:11:02 -0800

On 2/12/14, 10:54 AM, Dmitri Moore wrote:
> Installation of subversion on Mac OS X 10.9.1 Mavericks fails with the
> following error (see below). I have `apr` and `apr-util` already installed with
> brew. Searching online and Google didn’t yield any solution yet. Any advise
> will be appreciated.

This doesn't belong on the dev list, support questions belong on the users list.

However, this is a brew problem. So you probably should look for help over there:
https://github.com/Homebrew/homebrew/wiki

It looks to me like the problem is:

1) You say you've installed apr and apr-util via homebrew. Why? They're
included with OS X. You had to go out of your way to get them out of the dupes
tap.

2) You used --universal and got an error about a missing 32-bit symbol from
APR. I'm going out on a limb here but I'd bet that your APR and APR-util
aren't built for 32-bit.

With that said, I can't replicate this problem even when I install apr and
apr-util out of the dupes tap and don't bother to install them with
--universal. So perhaps you have an old version of brew or old installs of
apr/apr-util that are broken.

One last tip, the coloring for your terminal output made it hard to read for
me. Usually it's best to avoid HTML mail and to send plain text to public
lists like this.
Received on 2014-02-13 08:10:53 CET

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.