Re: Building Subversion on the Mac

2018-02-24 Thread Branko Čibej
On 24.02.2018 13:22, Paul Hammant wrote: > The homebrew install does a source compile rather than pluck of a > binary and compare to a SHA256 ? Depends. By default, it'll get a binary, if it's available (that binary is of course built from source using Homebrew's formulae). If a binary isn't avail

Re: Building Subversion on the Mac

2018-02-24 Thread Paul Hammant
The homebrew install does a source compile rather than pluck of a binary and compare to a SHA256 ? -Paul

Re: Building Subversion on the Mac

2018-02-24 Thread Branko Čibej
On 24.02.2018 12:42, Paul Hammant wrote: > This seems to work for me, based on your advice: > > ./configure --with-apr=/usr/local/opt/apr > --with-apr-util=/usr/local/opt/apr-util > --with-apxs=/usr/local/opt/apache2/bin/apxs > > I'm thinking those are solid Homebrew paths for most people. Yes, th

Re: Building Subversion on the Mac

2018-02-24 Thread Paul Hammant
This seems to work for me, based on your advice: ./configure --with-apr=/usr/local/opt/apr --with-apr-util=/usr/local/opt/apr-util --with-apxs=/usr/local/opt/apache2/bin/apxs I'm thinking those are solid Homebrew paths for most people.

Re: Building Subversion on the Mac

2018-02-24 Thread Branko Čibej
On 24.02.2018 11:18, Paul Hammant wrote: > Based on Brane's email from yesterday, I did a build for Subversion on > the Mac, with Homebrew and XCode installed already. > > brew install apr apr-util httpd serf zlib berkeley-db swig lz4 utf8proc >   > # These two were necessary for me, for some reaso

Building Subversion on the Mac

2018-02-24 Thread Paul Hammant
Based on Brane's email from yesterday, I did a build for Subversion on the Mac, with Homebrew and XCode installed already. brew install apr apr-util httpd serf zlib berkeley-db swig lz4 utf8proc # These two were necessary for me, for some reason # Although handing flags to ./configure was an alte

Re: Building Subversion on the Mac

2017-11-03 Thread Robert Schwalbe
I sent you my build script for the Mac, that uses Homebrew, a while ago. Why are you still having problems? You're right, you did. I'll take another look, Brane. Meanwhile I wrote: <https://github.com/subsyncit/subsyncit/wiki/Building-Subversion-on-the-Mac>https://gith

Re: Building Subversion on the Mac

2017-10-28 Thread Paul Hammant
> > I sent you my build script for the Mac, that uses Homebrew, a while ago. > Why are you still having problems? > > You're right, you did. I'll take another look, Brane. Meanwhile I wrote: https://github.com/subsyncit/subsyncit/wiki/Building-Subversion-on-the-Mac

Re: Building Subversion on the Mac

2017-10-28 Thread Branko Čibej
On 28.10.2017 14:02, Paul Hammant wrote: > OK, so I can get so far ... > > svn co http://svn.apache.org/repos/asf/subversion/trunk subversion > cd subversion > brew install libtool apr > cp > /usr/local/Cellar/libtool/2.4.6_1/share/libtool/build-aux/config.sub > build/ >

Re: Building Subversion on the Mac

2017-10-28 Thread Paul Hammant
Yup, that builds through to completion, now. Thanks Troy.

Re: Building Subversion on the Mac

2017-10-28 Thread Paul Hammant
Yup, glibtool is needed on the Mac (brew install libtool makes /usr/local/bin/glibtool). That and a corresponding shim source: #!/bin/sh /usr/local/bin/glibtool "$@"

Re: Building Subversion on the Mac

2017-10-28 Thread Paul Hammant
Thank you, that allows configure to complete w/o error. Next up, libtool $ make /bin/sh "/scm/oss/subversion/libtool" --tag=CC --silent --mode=compile gcc -std=c90 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -Werror=unknown-warning-option -g -O2 -g -O2 -I./subversion/include -I.

Building Subversion on the Mac

2017-10-28 Thread Paul Hammant
OK, so I can get so far ... svn co http://svn.apache.org/repos/asf/subversion/trunk subversion cd subversion brew install libtool apr cp /usr/local/Cellar/libtool/2.4.6_1/share/libtool/build-aux/config.sub build/ autoconf ./configure --build=x86_64 --prefix=/usr/local --with-openssl --with-ssl --w