From owner-freebsd-ports@FreeBSD.ORG Fri Jul 6 14:38:22 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41D2D16A400; Fri, 6 Jul 2007 14:38:22 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id B3A3113C455; Fri, 6 Jul 2007 14:38:21 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 08D9B1CC44; Fri, 6 Jul 2007 07:53:06 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: freebsd-ports@freebsd.org Date: Fri, 6 Jul 2007 07:53:05 -0700 User-Agent: KMail/1.9.7 References: <200707060632.43627.david@vizion2000.net> <20070706135541.GL46809@atarininja.org> <200707060716.51945.david@vizion2000.net> In-Reply-To: <200707060716.51945.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707060753.05852.david@vizion2000.net> Cc: ports@freebsd.org, Wesley Shields Subject: Re: Ports MOVED error ruby 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: Fri, 06 Jul 2007 14:38:22 -0000 On Friday 06 July 2007 07:16:51 David Southwell wrote: > On Friday 06 July 2007 06:55:41 Wesley Shields wrote: > > On Fri, Jul 06, 2007 at 06:49:05AM -0700, David Southwell wrote: > > > On Friday 06 July 2007 06:32:48 Wesley Shields wrote: > > > > On Fri, Jul 06, 2007 at 06:32:43AM -0700, David Southwell wrote: > > > > > [root@dns1 /usr/ports]# portupgrade -a > > > > > /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:119:in `fill': MOVED > > > > > file format error (PortsDB::MOVEDError) > > > > > from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:113:in > > > > > `each' from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:113:in > > > > > `fill' from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:112:in > > > > > `open' from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:112:in > > > > > `fill' from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:107:in > > > > > `initialize' from > > > > > /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:182:in `new' from > > > > > /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:182:in `setup' from > > > > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:256:in > > > > > `init_pkgtools_global' > > > > > from /usr/local/sbin/portupgrade:520:in `main' > > > > > from /usr/local/lib/ruby/1.8/optparse.rb:785:in > > > > > `initialize' from /usr/local/sbin/portupgrade:221:in `new' > > > > > from /usr/local/sbin/portupgrade:221:in `main' > > > > > from /usr/local/sbin/portupgrade:2175 > > > > > [root@dns1 /usr/ports]# > > > > > > > > > > Anyone know how to fix this? > > > > > > > > This was just fixed by Edwin. > > > > > > > > -- WXS > > > > > > Sorry but not fixed. > > > > > > I had just run a cvsup followed by the portupgrade -a that produced the > > > error immediately before my report. To make sure I have repeated the > > > exercise only to be faced with the same problem. Maybe the fix is not > > > yet committed?? > > > > > > Here is my run: > > > [root@dns1 /usr/ports]# cvsup /var/cvsupconfig/ports-supfile > > > Connected to cvsup8.FreeBSD.org > > > Updating collection ports-all/cvs > > > Finished successfully > > > [root@dns1 /usr/ports]# portupgrade -a > > > /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:119:in `fill': MOVED file > > > format error (PortsDB::MOVEDError) > > > from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:113:in `each' > > > from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:113:in `fill' > > > from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:112:in `open' > > > from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:112:in `fill' > > > from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:107:in > > > `initialize' from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:182:in > > > `new' from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:182:in `setup' > > > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:256:in > > > `init_pkgtools_global' > > > from /usr/local/sbin/portupgrade:520:in `main' > > > from /usr/local/lib/ruby/1.8/optparse.rb:785:in `initialize' > > > from /usr/local/sbin/portupgrade:221:in `new' > > > from /usr/local/sbin/portupgrade:221:in `main' > > > from /usr/local/sbin/portupgrade:2175 > > > [root@dns1 /usr/ports]# > > > > See this commit: > > http://lists.freebsd.org/pipermail/cvs-ports/2007-July/129508.html > > > > It probably has not made it out to your mirror yet. > > > > -- WXS > > That looks possible.. it does not appear not in my latest MOVED file > > $FreeBSD: ports/MOVED,v 1.1411 2007/07/06 11:39:26 jmz Exp $ > > I'll try later > > Thanks > > david OK It made it now and that did it Thanks very much david