From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 20:09:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7406F16A41F for ; Tue, 27 Sep 2005 20:09:50 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1219A43D4C for ; Tue, 27 Sep 2005 20:09:49 +0000 (GMT) (envelope-from mark@mkproductions.org) X-ORBL: [66.139.109.225] Received: from [192.168.1.25] (ppp-66-139-109-225.dsl.stlsmo.swbell.net [66.139.109.225]) by pimout3-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j8RK9j8F351996; Tue, 27 Sep 2005 16:09:48 -0400 Message-ID: <4339A709.40903@mkproductions.org> Date: Tue, 27 Sep 2005 15:09:45 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050915) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kent Stewart References: <43399E75.6080708@mkproductions.org> <200509271306.10226.kstewart@owt.com> In-Reply-To: <200509271306.10226.kstewart@owt.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Portsdb returns error after cvsup - How to Proceed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 20:09:50 -0000 Kent Stewart wrote: > On Tuesday 27 September 2005 12:33 pm, Mark Kane wrote: > >>Hi everyone. I CVSupped yesterday to make sure I got the Firefox fix. >>My plan was to do the following: >> >># cvsup -g -L 2 ports-supfile >># portsdb -Uu >># portversion -l "<" >># portupgrade -arR >> >>After cvsupping and running portsdb -Uu, I got an error which is at >>the end of my email. >> >>Today I tried a "make index" from /usr/ports/, and that seemed to run >>OK. A "portupgrade -arRn" simulated the upgrade process and nothing >>seemed to fail, but I want to be safe and not mess anything up as I >>am relatively new to portupgrade and don't want a big mess. >> >>I did the same process that I listed above a couple weeks ago and >>everything went fine, so I was surprised to see the error this time. >> >>I'm not sure how to proceed, so thanks in advance for any >>suggestions. > > > portsdb -U was converted to using make index a long time ago. There is > something else going on. Do you have any refuses? In addition, it may > have been fixed by now. Make index was failing on 4.x but that was > fixed on Sunday. > > Kent Thanks for the reply. Nope, no refuses. CVSup was run yesterday afternoon around this time. FreeBSD 5.4-RELEASE (amd64) -Mark