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 Nico Kadel-Garcia
On Wed, Sep 4, 2019 at 9:21 AM swdev wrote: > > 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 >

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Branko Čibej
On 04.09.2019 15:20, swdev wrote: > 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

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 Branko Čibej
On 04.09.2019 15:03, swdev wrote: > 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. We can, and I just did. :) -- B

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Branko Čibej
On 04.09.2019 14:17, Mark Phippard wrote: > On Wed, Sep 4, 2019 at 8:11 AM swdev > wrote: > > 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 >

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
That had to be a typo. 1.3.9 is the latest Serf release and the one whose release notes mention 1.1.1. Mark On Wed, Sep 4, 2019 at 9:03 AM swdev wrote: > 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 s

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 Andreas Stieger
Hi, > Maybe SVN works with 1.1.1c but AFAIK, it does not. Subversion works with OpenSSL 1.1.1c. > I think Serf is what has to add this support and there has not been a new > Serf release in several years. Serfer 1.3.2 works with OpenSSL 1.1.1c. Andreas

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
OK, nevermind. I fired up a Windows VM and see that TortoiseSVN is using 1.1.1 so it must be possible. I did not look to see if they added any patches to the build process but I would assume that it must be supported now.

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
Maybe SVN works with 1.1.1c but AFAIK, it does not. I would recommend you download the latest 1.0.2. I think Serf is what has to add this support and there has not been a new Serf release in several years. Mark On Wed, Sep 4, 2019 at 8:31 AM swdev wrote: > I have just downloaded > https://www

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 Mark Phippard
On Wed, Sep 4, 2019 at 8:11 AM swdev wrote: > 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. >

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

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Nathan Hartman
On Wed, Sep 4, 2019 at 12:56 AM Andreas Stieger wrote: > Hello, > > > > > When building SERF, I ran into the following errors > > Maybe this is a case of not really needing to build from source, but > wanting Subversion installed. Maybe swdev went down an unintended rabbit > hole. So if I may ask

Re: Trying to build svn 1.12.2 from tarball

2019-09-03 Thread Andreas Stieger
Hello, > > > When building SERF, I ran into the following errors > > > > > ⋮ > > > Any ideas as to how I can build SERF? > > > > Try asking on the Serf mailing list, d...@serf.apache.org (serf doesn't use > > a separate users@ list). > > And try including what operating system you're starting fr

Re: Trying to build svn 1.12.2 from tarball

2019-09-03 Thread Nico Kadel-Garcia
On Tue, Sep 3, 2019 at 10:20 PM Daniel Shahaf wrote: > > swdev wrote on Tue, 03 Sep 2019 13:40 +00:00: > > SERF (from get-deps.sh) > > > > cd serf > > # clean the build > > scons -c > > scons APR=/home/jonny/subversion APU=/home/jonny/subversion > > ZLIB=/home/jonny/subversion OPENSSL=/home/j

Re: Trying to build svn 1.12.2 from tarball

2019-09-03 Thread Daniel Shahaf
swdev wrote on Tue, 03 Sep 2019 13:40 +00:00: > SERF (from get-deps.sh) > > cd serf > # clean the build > scons -c > scons APR=/home/jonny/subversion APU=/home/jonny/subversion > ZLIB=/home/jonny/subversion OPENSSL=/home/jonny/subversion > PREFIX=/home/jonny/subversion > > > APR, APR-UTIL

Re: Trying to build svn 1.12.2 from tarball

2019-09-03 Thread Nathan Hartman
> > On Tue, Sep 3, 2019 at 11:12 AM swdev wrote: > >> Rebuilding openssl with the PREFIX and OPENSSLDIRS both set to >> /homejonny/subversion builds successfully. >> Building serf still fails with the same errors as my original post. >> I will try copying the missing bio_lcl.h file from the openss

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

Re: Trying to build svn 1.12.2 from tarball

2019-09-03 Thread Nathan Hartman
On Tue, Sep 3, 2019 at 9:41 AM swdev wrote: > OPENSSL (manual download) > === > cd openssl > git clone git://git.openssl.org/openssl.git . > ./config --prefix=/home/jonny/subversion > --openssldir=/home/jonny/subversion/etc/ssl/openssl.cnf > make > make test > make install > cd .. > You migh

Re: Trying to build svn 1.12.2 from tarball

2019-09-03 Thread Nathan Hartman
On Tue, Sep 3, 2019 at 9:41 AM swdev wrote: > 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.

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