From owner-freebsd-questions@FreeBSD.ORG Tue Nov 1 09:41:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC29A16A420 for ; Tue, 1 Nov 2005 09:41:40 +0000 (GMT) (envelope-from cerion@terpsichore.ws) Received: from host.wrcworldwide.com (host.wrcworldwide.com [209.239.36.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C40543D53 for ; Tue, 1 Nov 2005 09:41:40 +0000 (GMT) (envelope-from cerion@terpsichore.ws) Received: from terpsichore.ws (localhost [127.0.0.1]) by host.wrcworldwide.com (8.12.10/8.12.10) with ESMTP id jA19fbFB030686 for ; Tue, 1 Nov 2005 04:41:37 -0500 From: "cerion" To: freebsd-questions@freebsd.org Date: Tue, 1 Nov 2005 04:41:37 -0500 Message-Id: <20051101094137.M26532@terpsichore.ws> X-Mailer: Open WebMail 1.81 20021127 X-OriginatingIP: 82.170.248.184 (cerion) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: failed port upgrade to subversion-1.2.3_1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 09:41:41 -0000 Hi, I'm following RELENG_4, and have successfully used portupgrade with all my ports bar subversion... I make subversion with -DWITH_MOD_DAV_SVN -DWITH_SVNSERVE_WRAPPER SVNGROUP=svn and the MOD_DAV flag enables WITH_APACHE2_APR - this completes without complaint. but when i try make install, i get: ... ===> subversion-1.2.3_1 depends on shared library: apr-1.0 - not found ===> Verifying install for apr-1.0 in /usr/ports/devel/apr-svn ===> Vulnerability check disabled, database not found ===> Extracting for apr-nothr-db4-1.2.2_1 => Checksum OK for apr-1.2.2.tar.gz. ... (happily goes off and builds apr-1.2.2) ... ===> Returning to build of subversion-1.2.3_1 Error: shared library "apr-1.0" does not exist *** Error code 1 Argh! /usr/local/lib/apache2 has: libapr-0.a libapr-0.so@ -> libapr-0.so.9 libapr-0.so.9* /usr/local/lib has: libapr-1.a libapr-1.so@ -> libapr-1.so.2 libapr-1.so.2* I see in the Makefile that it's the bdb requiring apr1.0: .if !defined(WITHOUT_BDB) LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn APR_PORT= devel/apr-svn But I don't know if I'm doing something wrong, or if this is a mistake in the port files... Any suggestions most welcome! Cerion