From owner-freebsd-ports@FreeBSD.ORG Tue Dec 24 10:49:30 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 BF834EBC for ; Tue, 24 Dec 2013 10:49:30 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53DBC138E for ; Tue, 24 Dec 2013 10:49:30 +0000 (UTC) Received: from mandree.no-ip.org ([78.48.227.94]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0Lw1vh-1VPIKT0sTV-017iYV for ; Tue, 24 Dec 2013 11:49:28 +0100 Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 44EB823CEAA for ; Tue, 24 Dec 2013 11:49:27 +0100 (CET) Message-ID: <52B966B7.6070505@gmx.de> Date: Tue, 24 Dec 2013 11:49:27 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Build/install failure of devel/subversion References: <6E.E4.14616.9D7EEA25@cdptpa-oedge03> In-Reply-To: <6E.E4.14616.9D7EEA25@cdptpa-oedge03> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:qBGFT/BKhpdBPlFrIguSeLzgY5D+jiBsNX+hkheNPnYLjWhQBRL UmgWczML6pM/cSNpVQ0cbvlxFD+eWG85Fdoa4mVkIOnkPWGIKkrES0bwnu4W0vlQVXPzsgo SFzZKy5X4AI8GyIfUtjpnMjxv5McOZYa+Hg80XfL54x4K130PQCExXF/3yXm5XD/2AEBLLY nQBC0TBElqajDuXjzYmdw== 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 10:49:30 -0000 Am 16.12.2013 12:45, schrieb Thomas Mueller: > Earlier I failed, for a different error, to build devel/subversion on > FreeBSD-HEAD amd64. > > Most relevant part of build log was: > > ====> Compressing man pages (compress-man) > ===> Staging rc.d startup script(s) > ===> Installing for subversion-1.8.5 > ===> Checking if devel/subversion already installed > ===> Registering installation for subversion-1.8.5 > pkg-static: lstat(/BETA1/usr/ports/devel/subversion/work10/stage/usr/local/lib/libsvn_fs_base-1.a): No such file or directory > pkg-static: lstat(/BETA1/usr/ports/devel/subversion/work10/stage/usr/local/lib/libsvn_fs_base-1.la): No such file or directory > pkg-static: lstat(/BETA1/usr/ports/devel/subversion/work10/stage/usr/local/lib/libsvn_fs_base-1.so): No such file or directory > pkg-static: lstat(/BETA1/usr/ports/devel/subversion/work10/stage/usr/local/lib/libsvn_fs_base-1.so.0): No such file or directory > *** Error code 74 Looks like a but in the packaging (pkg-plist broken, or libsvn_fs_base not built/installed into staging area properly). Please file a PR mentioning devel/subversion in the Synopsis line, and tell the maintainer how to reproduce this (most importantly, your port options that cause this failure).