From owner-freebsd-ports@FreeBSD.ORG Sat Jul 1 14:47:58 2006 Return-Path: X-Original-To: ports@freebsd.org 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 5C6EE16A47B; Sat, 1 Jul 2006 14:47:58 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9463443D48; Sat, 1 Jul 2006 14:47:57 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [87.240.16.199] (helo=[192.168.0.3]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1FwglH-000L3s-GX; Sat, 01 Jul 2006 18:47:55 +0400 Message-ID: <44A68B2A.8020903@FreeBSD.org> Date: Sat, 01 Jul 2006 18:48:10 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.4 (X11/20060701) MIME-Version: 1.0 To: David J Brooks References: <200606301851.39983.daeg@houston.rr.com> <44A675F7.7020204@FreeBSD.org> <44A67F4D.5060809@FreeBSD.org> <200607010945.34281.daeg@houston.rr.com> In-Reply-To: <200607010945.34281.daeg@houston.rr.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , FreeBSD Ports , freebsd-ports@freebsd.org Subject: Re: portupgrade portupgrade leaves an error.... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 14:47:58 -0000 David J Brooks wrote: > On Saturday 01 July 2006 08:57, Sergey Matveychuk wrote: >> Sergey Matveychuk wrote: >>> Kostik Belousov wrote: >>>> On Sat, Jul 01, 2006 at 03:49:45PM +0400, Sergey Matveychuk wrote: >>>>> David J Brooks wrote: >>>>>> After running 'portupgrade portupgrade' I am left with the following >>>>>> error when I run portversion or portupgrade, or pretty much any >>>>>> program that addresses the ports collection: >>>>>> >>>>>> /libexec/ld-elf.so.1: >>>>>> /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd6/bdb.so: Undefined >>>>>> symbol "db_version" >>>>>> >>>>>> Any ideas on how to fix it? >>>>> I guess the problem can be if you use databases/db41. Can you send me >>>>> list of packages you have installed (ls -1 /var/db/pkg)? >>>> What I noted when last update to databases/ruby-bdb was made, is that, >>>> despite settings of WITH_BDB=43, final shared object is linked with >>>> db-4.4 library. As far as I remember, I got some similar error >>>> when trying to use portinstall after that. >>> Have you a few Berkley DB ports installed? >> Yes, problem is with ruby-bdb port. If you have installed a few Berkley >> db ports (e.g. db40, db42, db44) ruby-bdb configure script find the >> highest version and will compiled with it, but if WITH_BDB points on >> other version, the port will formed wrong and will not work. > > These are the db versions that I have installed: > db4-4.0.14_1,1 > db41-4.1.25_3 > db42-4.2.52_4 > > This is what is set in /var/db/ports/portupgrade/options: > WITH_BDB4=true > > I'm not sure which of those installed versions is being built against and/or > linked to... It's linked with db42 but should with db4. -- Dixi. Sem.