From owner-freebsd-ports@FreeBSD.ORG Mon Dec 16 11:45:38 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 8A44675F for ; Mon, 16 Dec 2013 11:45:38 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5371E17F8 for ; Mon, 16 Dec 2013 11:45:38 +0000 (UTC) Received: from [96.28.178.143] ([96.28.178.143:59173] helo=localhost) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 6E/E4-14616-9D7EEA25; Mon, 16 Dec 2013 11:45:29 +0000 Date: Mon, 16 Dec 2013 11:45:29 +0000 Message-ID: <6E.E4.14616.9D7EEA25@cdptpa-oedge03> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Build/install failure of devel/subversion X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 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: Mon, 16 Dec 2013 11:45:38 -0000 I tried to build devel/subversion on FreeBSD 10 prerelease amd64 (SVN revision 259409), and installation failed due to missing files. All dependencies built and installed successfully. First attempt quickly failed because of dependency databases/db42: DEPRECATED= Please migrate to databases/db5 but I got past that by installing databases/db6. Maybe I was overambitious enabling some options, like tests and tools? ===> The following configuration options are available for subversion-1.8.5: BDB=on: Berkeley DB support DOCS=on: Build and/or install documentation FREEBSD_TEMPLATE=on: FreeBSD Project log template GNOME_KEYRING=off: Build with GNOME Keyring auth support KDE_KWALLET=off: Build with KDE KWallet auth support MAINTAINER_DEBUG=off: Build debug version MOD_DAV_SVN=off: mod_dav_svn module for Apache 2.X NLS=on: Native Language Support P4_STYLE_MARKERS=on: Perforce-style conflict markers SASL=off: SASL support SERF=on: WebDAV/Delta-V (HTTP/HTTPS) repo access module STATIC=off: Build static version (no shared libs) SVNSERVE_WRAPPER=on: Enable svnserve wrapper (umask setter) TEST=on: Run subversion test suite TOOLS=on: Install several tools (svnauthz-validate and mod_dontdothat are among them) ===> Use 'make config' to modify these settings 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 Stop. make[1]: stopped in /BETA1/usr/ports/devel/subversion *** Error code 1 Stop. make: stopped in /BETA1/usr/ports/devel/subversion ===>>> Installation of subversion-1.8.5 (devel/subversion) failed ===>>> Aborting update