Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2013 05:50:11 +1030
From:      Shane Ambler <FreeBSD@ShaneWare.Biz>
To:        lev@FreeBSD.org
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: svn over https fails after 9.1 upgrade
Message-ID:  <51212D6B.5060302@ShaneWare.Biz>
In-Reply-To: <1396180408.20130212135439@serebryakov.spb.ru>
References:  <511A0DC5.7080205@ShaneWare.Biz> <1396180408.20130212135439@serebryakov.spb.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
I have found the cause of the problem - the openssl port with ASM 
enabled (it defaults to on). The issue is reported in pr/176214

I added WITH_OPENSSL_PORT to my make.conf just after upgrading to 9.1 
(not sure I mentioned that before) and have repeated the steps a few 
times without fail.

cd /usr/ports/security/openssl
Enable ASM, make deinstall install - SVN FAILS
Disable ASM, make deinstall install - SVN WORKS

I have to say the invalid xml was misleading, the main give away was the 
fact that the 175002 error number shows up when the server doesn't 
respond to the requested protocol and also when you Ctrl-C during a 
checkout. So I went experimenting elsewhere.

This could indicate that svn needs fixing when it comes to error 
checking as it appears that a failed https connection response can get 
passed through to xml processing before failing.

Just to clarify I am running 9.1 amd64 world built with clang and no gcc 
installed from base. I have not tested this error with a gcc build of 
openssl.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51212D6B.5060302>