From owner-freebsd-ports@FreeBSD.ORG Sat Sep 13 22:55:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DEA416A4BF; Sat, 13 Sep 2003 22:55:29 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4289443FDD; Sat, 13 Sep 2003 22:55:28 -0700 (PDT) (envelope-from lev@FreeBSD.org) Received: from ip93-118.dialup.wplus.net (ip93-118.dialup.wplus.net [195.131.93.118]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h8E5re7R083080; Sun, 14 Sep 2003 09:53:42 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Sun, 14 Sep 2003 10:00:49 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62r) Personal Organization: FreeBSD Developers Team X-Priority: 3 (Normal) Message-ID: <1266155559.20030914100049@serebryakov.spb.ru> To: Roman Neuhauser In-Reply-To: <20030911081340.GW51816@freepuppy.bellavista.cz> References: <20030905041807.GI68249@freepuppy.bellavista.cz> <9310678632.20030906000155@serebryakov.spb.ru> <20030911081340.GW51816@freepuppy.bellavista.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: rodrigc@attbi.com cc: Lev Serebryakov cc: freebsd-ports Subject: Re[2]: devel/apr and/or devel/subversion problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 05:55:29 -0000 Hello, Roman! Thursday, September 11, 2003, 12:13:40 PM, you wrote: >> RN> apr-util obviously pulls in gdbm_* symbols by default, and >> RN> devel/subversion doesn't LIB_DEPENDS on gdbm (or should devel/apr?) => >> RN> failed subversion build on systems without gdbm. what's the proper fix? >> RN> I reinstalled devel/apr with --without-gdbm in CONFIGURE_ARGS and seem >> RN> to have working svn 0.28.2 now. >> I'll look at this after 14 of Sep. >> But it is strange: I don't have gdbm on my server and subversion works >> just fine... >> >> %ls /var/db/pkg | grep gdbm RN> that doesn't say much: RN> % ls /var/db/pkg|grep gdbm RN> % ldconfig -r|grep gdbm RN> 167:-lgdbm.2 => /usr/local/lib/compat/pkg/libgdbm.so.2 %ldconfig -r|grep gdbm % I always have my /usr/local/lib/compat/pkg clean. ALWAYS. If here is some libraries after portupgrade, I rebuild ports, which use old library. So, I think, that you `devel/apr' find old libgdbm AFTER you deinstall this package. It seems to be inconsistency in your system. Lev Serebryakov