Re: Trying to build svn 1.12.2 from tarball

2019-09-05 Thread swdev
Thanks to everyone for all their help. I have now managed to get subversion to build - albeit without http/https support. That will be for another day.

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread swdev
I downloaded serf-1.3.9 and built it using scons APR=/home/jonny/subversion APU=/home/jonny/subversion ZLIB=/home/jonny/subversion OPENSSL=/home/jonny/subversion PREFIX=/home/jonny/subversion I then ran a scons check and got the following There were 14 failures: 1) test_ssl_trust_rootca: test/test_

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread swdev
Just downloaded serf-1.3.2 (by editing get-deps.sh). Trying to build serf give the same error as per my original post. I think I will send a message to the serf mailing list to see if they can shed any light on the matter.

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread swdev
I have now built openssl-1.1.c successfully. Trying to build serf gives the same error as my original post. I think that get-deps.sh download serf-1.3.8

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread swdev
I have just downloaded https://www.openssl.org/source/openssl-1.1.1c.tar.gz

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread swdev
Thanks for all the replies. I haven't got quoting right in gmail. Nathan Hartman I used git clone git://git.openssl.org/openssl.git ., so I guess I am using the latest development version. I will see if I can use a tagged version. Daniel Shahaf I will try Nathan Hartman's suggestion of usin

Fwd: Trying to build svn 1.12.2 from tarball

2019-09-03 Thread swdev
Once again, I forgot to use ReplyAll - sorry -- Forwarded message - From: swdev Date: Tue, 3 Sep 2019 at 18:12 Subject: Re: Trying to build svn 1.12.2 from tarball To: Nathan Hartman Rebuilding openssl with the PREFIX and OPENSSLDIRS both set to /homejonny/subversion builds

Fwd: Trying to build svn 1.12.2 from tarball

2019-09-03 Thread swdev
I forgot to use ReplyAll - sorry -- Forwarded message - From: swdev Date: Tue, 3 Sep 2019 at 17:13 Subject: Re: Trying to build svn 1.12.2 from tarball To: Nathan Hartman Thanks for the link. I have only one bio_lcl.h file and it is in /home/jonny/subversion/subversion-1.12.2

Trying to build svn 1.12.2 from tarball

2019-09-03 Thread swdev
Hi I downloaded the following tarball http://mirrors.netix.net/apache/subversion/subversion-1.12.2.tar.bz2 and verified its checksum. I want to be able to build subversin so that I can run the static analysis tool PVS-Studio (https://www.viva64.com/en/pvs-studio/). I ran get-deps.sh. I built the