From owner-freebsd-questions@FreeBSD.ORG Tue Nov 1 09:45:33 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 B58B116A420 for ; Tue, 1 Nov 2005 09:45:33 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C95A43D4C for ; Tue, 1 Nov 2005 09:45:32 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so919287nzk for ; Tue, 01 Nov 2005 01:45:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=AQcc8MYPpV3VHAuTNx33RcDXkl2IqvfWdfN1rXKo8iuOCCdBVSsRcaxf3jHXzcBIJMq5tZVmfOJvdUnD56XJX5r6TrbJ+3/EszvsELPpK8/obFVu+6Ap4RGMHjpMfr+stsobOHBspeSLsNNxGasgs0QjHFXJBFrBJyQX5Etoqbg= Received: by 10.36.39.2 with SMTP id m2mr2860769nzm; Tue, 01 Nov 2005 01:45:32 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 15sm1025374nzo.2005.11.01.01.45.28; Tue, 01 Nov 2005 01:45:31 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Tue, 1 Nov 2005 01:37:46 -0800 User-Agent: KMail/1.8.2 References: <20051101094137.M26532@terpsichore.ws> In-Reply-To: <20051101094137.M26532@terpsichore.ws> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511010137.47870.ringworm01@gmail.com> Cc: cerion Subject: Re: 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:45:33 -0000 On Tuesday 01 November 2005 01:41, cerion wrote: > 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! > See Problem Report ports/88307 : devel/subversion looks for wrong LIB_DEPENDS during make -Mike > /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 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"