From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 17 19:20:17 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5AE05902; Sun, 17 Feb 2013 19:20:17 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail07.adl2.internode.on.net (unknown [IPv6:2001:44b8:8060:ff02:300:1:2:7]) by mx1.freebsd.org (Postfix) with ESMTP id B2B05368; Sun, 17 Feb 2013 19:20:16 +0000 (UTC) Received: from ppp247-71.static.internode.on.net (HELO leader.local) ([203.122.247.71]) by ipmail07.adl2.internode.on.net with ESMTP; 18 Feb 2013 05:50:13 +1030 Message-ID: <51212D6B.5060302@ShaneWare.Biz> Date: Mon, 18 Feb 2013 05:50:11 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: lev@FreeBSD.org Subject: Re: svn over https fails after 9.1 upgrade References: <511A0DC5.7080205@ShaneWare.Biz> <1396180408.20130212135439@serebryakov.spb.ru> In-Reply-To: <1396180408.20130212135439@serebryakov.spb.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2013 19:20:17 -0000 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.