Hi, 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.
[dmoore (master)]$ brew install --universal --java subversion ==> Downloading http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.8.5.tar.bz2 Already downloaded: /Library/Caches/Homebrew/subversion-1.8.5.tar.bz2 ==> Patching patching file subversion/bindings/swig/perl/native/Makefile.PL.in patching file Makefile.in Hunk #1 succeeded at 177 with fuzz 1 (offset -4 lines). patching file build.conf Hunk #1 succeeded at 71 with fuzz 2 (offset -17 lines). patching file configure.ac Hunk #1 succeeded at 1443 (offset -47 lines). patching file configure.ac ==> Downloading http://serf.googlecode.com/files/serf-1.3.3.tar.bz2 Already downloaded: /Library/Caches/Homebrew/subversion--serf-1.3.3.tar.bz2 ==> scons PREFIX=/usr/local/Cellar/subversion/1.8.5/libexec/serf GSSAPI=/usr CC=/usr/bin/clang CFLAGS=-Os -w -pip ==> scons install Warning: JAVA_HOME is set. Try unsetting it if JNI headers cannot be found. ==> ./autogen.sh ==> ./configure --prefix=/usr/local/Cellar/subversion/1.8.5 --with-apr=/usr/local/Library/ENV/4.3 --with-zlib=/us ==> make "_apr_time_now", referenced from: _print_dirent in list-cmd.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [subversion/svn/svn] Error 1