From owner-freebsd-ports@FreeBSD.ORG Tue Dec 24 01:35:35 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57EDB90D for ; Tue, 24 Dec 2013 01:35:35 +0000 (UTC) Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [IPv6:2a01:e0c:1:1599::11]) by mx1.freebsd.org (Postfix) with ESMTP id 2A5CF10B5 for ; Tue, 24 Dec 2013 01:35:33 +0000 (UTC) Received: from [192.168.1.21] (unknown [82.242.73.160]) by smtp2-g21.free.fr (Postfix) with ESMTP id A092B4B0037 for ; Tue, 24 Dec 2013 02:35:26 +0100 (CET) From: Olivier Certner To: freebsd-ports@freebsd.org Subject: Re: Build/install failure of devel/subversion Date: Tue, 24 Dec 2013 02:35:06 +0100 User-Agent: KMail/1.9.10 References: <6E.E4.14616.9D7EEA25@cdptpa-oedge03> In-Reply-To: <6E.E4.14616.9D7EEA25@cdptpa-oedge03> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201312240235.06475.olivier.freebsd@free.fr> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 01:35:35 -0000 Same here on 9.2-STABLE. Looking at the logs, I saw strange libtool lines saying that the libs mentioned by pkg-static were not installed in /usr/local/lib, and a preamble about Berkeley DB 6 that had not been tested by Subversion developers and the fact that subversion's Berkeley DB backend was deprecated. So I switched the DBD option to off and install worked. YMMV of course. Regards, Olivier