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.

Reply via email to