From owner-freebsd-stable@FreeBSD.ORG Fri Jun 25 20:28:00 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B4116A4CE for ; Fri, 25 Jun 2004 20:28:00 +0000 (GMT) Received: from nickel.oss.ntelos.net (nickel.oss.ntelos.net [209.145.66.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1650543D2D for ; Fri, 25 Jun 2004 20:28:00 +0000 (GMT) (envelope-from josepht@nickel.oss.ntelos.net) Received: from nickel.oss.ntelos.net (localhost [127.0.0.1]) i5PKQoNO041924; Fri, 25 Jun 2004 16:26:50 -0400 (EDT) (envelope-from josepht@nickel.oss.ntelos.net) Received: (from josepht@localhost) by nickel.oss.ntelos.net (8.12.11/8.12.11/Submit) id i5PKQo3w041923; Fri, 25 Jun 2004 16:26:50 -0400 (EDT) (envelope-from josepht) Date: Fri, 25 Jun 2004 16:26:50 -0400 From: Joe Talbott To: freebsd-stable@freebsd.org Message-ID: <20040625202650.GA41813@nickel.oss.ntelos.net> Mail-Followup-To: freebsd-stable@freebsd.org, Kent Stewart , Andy Smith References: <20040625192512.GK27620@caffreys.strugglers.net> <200406251310.44600.kstewart@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406251310.44600.kstewart@owt.com> User-Agent: Mutt/1.5.6i X-Bayes: bayes-milter cc: Andy Smith cc: Kent Stewart Subject: Re: portupgrade error - `deorigin': cannot convert nil into String (PkgDB::DBError) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 20:28:00 -0000 On Fri, Jun 25, 2004 at 01:10:44PM -0700, Kent Stewart wrote: > On Friday 25 June 2004 12:25 pm, Andy Smith wrote: > > Ever since a recent cvsup of ports and a portsdb -Uu, portupgrade > > has been giving the following error: > > > > Someone on ports said to run portsdb -fu to fix this one. The cooment > was > > Probably a ruby bug. Rebuilding {pkg|ports}.db from scratch will do, I > think. > > But I thought that was a pkgdb -fu. > I fixed this by updating my pkgtools.conf file. Nothing else worked for me. Though this might have worked in addition to the usuals (i.e. rm -f /var/db/pkg/pkgdb.db rm -f /usr/ports/INDEX* portsdb -Uu pkgdb -fu Was: 1.19 updated to 1.32 Joe