From owner-freebsd-ports@FreeBSD.ORG Sat Jul 1 01:46:16 2006 Return-Path: X-Original-To: freebsd-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 9DF5316A403 for ; Sat, 1 Jul 2006 01:46:16 +0000 (UTC) (envelope-from donaldjoneill@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19BC244381 for ; Sat, 1 Jul 2006 01:46:15 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: by nz-out-0102.google.com with SMTP id s18so519256nze for ; Fri, 30 Jun 2006 18:46:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-disposition:message-id:content-type:content-transfer-encoding:from; b=AZW2ULifYPislsFY8KQTo5qvGSuvavESW0Onle1pZmcMPGZSl1KcUWVyiiSA/ZnvUh/bQhAPcqJ/ncb4z9Z+IFdT/otvi8tw9xOIpfLSg99yqC5g3igFvrMHdP9GDyg271y7g/PbIwWteQnTqdjsnJJHRXJEigKv0eQg6W4fgOY= Received: by 10.36.140.3 with SMTP id n3mr1428047nzd; Fri, 30 Jun 2006 18:46:15 -0700 (PDT) Received: from pres1750.airedalians.com ( [75.7.74.134]) by mx.gmail.com with ESMTP id m2sm1622468nzf.2006.06.30.18.46.13; Fri, 30 Jun 2006 18:46:14 -0700 (PDT) To: freebsd-ports@freebsd.org Date: Fri, 30 Jun 2006 20:44:18 -0500 User-Agent: KMail/1.9.3 References: <200606301851.39983.daeg@houston.rr.com> In-Reply-To: <200606301851.39983.daeg@houston.rr.com> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200606302042.50537.donaldjoneill@gmail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit From: "Donald J. O'Neill" Cc: David J Brooks 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 01:46:16 -0000 On Friday 30 June 2006 18:51, 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? > > David pkg_delete portupgrade-whatever the number, pkg_add -r portupgrade. This gets you an older version of portupgrade. I ran into the same problem today. It's a way around the problem until it's fixed. Don