From owner-freebsd-stable@FreeBSD.ORG Thu Feb 1 10:14:42 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8866E16A403 for ; Thu, 1 Feb 2007 10:14:42 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 226A213C442 for ; Thu, 1 Feb 2007 10:14:41 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so416950uge for ; Thu, 01 Feb 2007 02:14:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eT0bvRxebefMrskK1CAzKVAyNS/X9R61qYBx4XksqBARmhlpvOzb5w+twjLYGwSbvCgV39Mr/0Z41vU8/UyRUnqnu29kWmgp4lYbX9ksDxgx6c8kp6kR66Emp9jdb9ryraY8N8kkaiehAN5K19bBEIgcpqRgFGiGCKMzFD/6pl8= Received: by 10.78.149.13 with SMTP id w13mr418143hud.1170323181561; Thu, 01 Feb 2007 01:46:21 -0800 (PST) Received: by 10.78.77.18 with HTTP; Thu, 1 Feb 2007 01:46:21 -0800 (PST) Message-ID: Date: Thu, 1 Feb 2007 10:46:21 +0100 From: "Niclas Zeising" To: dzalewski@open-craft.com In-Reply-To: <200702011142.13843.dzalewski@open-craft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200702011142.13843.dzalewski@open-craft.com> Cc: freebsd-stable@freebsd.org Subject: Re: portupgrade missing key: categories: Cannot read the portsdb! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2007 10:14:42 -0000 On 2/1/07, Dominik Zalewski wrote: > Hi All, > > I've just updated my portstree and I'm trying to run portupgrade , which gives > me following error: > > [root@silicon /usr/ports]# portupgrade -ai > ---> Session started at: Thu, 01 Feb 2007 11:22:00 +0200 > [missing key: categories] [Updating the portsdb > in /usr/ports ... - 16413 port entries > found .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.... ..... > done] > missing key: categories: Cannot read the portsdb! > ---> Session ended at: Thu, 01 Feb 2007 11:22:06 +0200 (consumed 00:00:05) > /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:548:in `open_db': database file > error (PortsDB::DBError) > from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:702:in `port' > from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:890:in > `all_depends_list' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:809:in `tsort_build' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:801:in `each' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:801:in `tsort_build' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:823:in `sort_build' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:827:in `sort_build!' > from /usr/local/sbin/portupgrade:721:in `main' > from /usr/local/lib/ruby/1.8/optparse.rb:755:in `initialize' > from /usr/local/sbin/portupgrade:220:in `new' > from /usr/local/sbin/portupgrade:220:in `main' > from /usr/local/sbin/portupgrade:2084 > > > Cannot read the portsdb? > > [root@silicon /usr/ports]# ls -l /var/db/pkg/pkgdb.db > -rw-r--r-- 1 root wheel 5272576 Feb 1 10:56 /var/db/pkg/pkgdb.db > > I also tried to delete pkgdb.db and recreate it using pkgdb -u , it didnt > help. > > I'm running FreeBSD 6.1-RELEASE with portupgrade-2.2.2_1,2 > > Any ideas? > > Thank you in advance, > > Dominik This has been reported several times already, and I think it's solved in a more recent portupgrade. Have a look at this thread: http://lists.freebsd.org/pipermail/freebsd-ports/2007-January/038395.html And this commit to portupgrade: http://lists.freebsd.org/pipermail/cvs-ports/2007-February/117217.html HTH! //Niclas --