From owner-freebsd-stable@FreeBSD.ORG Fri Dec 24 04:53:11 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 8A80016A4CE for ; Fri, 24 Dec 2004 04:53:11 +0000 (GMT) Received: from out007.verizon.net (out007pub.verizon.net [206.46.170.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id B176E43D46 for ; Fri, 24 Dec 2004 04:53:10 +0000 (GMT) (envelope-from ringworm@inbox.lv) Received: from ringworm.mechee.com ([4.26.84.7]) by out007.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041224045307.TZFX27681.out007.verizon.net@ringworm.mechee.com> for ; Thu, 23 Dec 2004 22:53:07 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 92FB92CE740; Thu, 23 Dec 2004 20:50:16 -0800 (PST) From: "Michael C. Shultz" To: freebsd-stable@freebsd.org Date: Thu, 23 Dec 2004 20:50:13 -0800 User-Agent: KMail/1.7.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412232050.14601.ringworm@inbox.lv> X-Authentication-Info: Submitted using SMTP AUTH at out007.verizon.net from [4.26.84.7] at Thu, 23 Dec 2004 22:53:06 -0600 Subject: Re: portsdb and portupgrade causes errors 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, 24 Dec 2004 04:53:11 -0000 On Thursday 23 December 2004 08:37 pm, whitevamp wrote: > i dont know weathere this place to be posting this to or not .. if > not point me in the right direction to go.. > > i have just updated my system to 5.3 frrom 4.9 and now every time i > goto run portsdb , or portupgrade iget the same error message.and i > also have a nother 5.3 box that was a fresh install of 5.3 thats > getting the same error > > I have checked this and iam doing a cvsup src all , and i have no > refuse files in any one of the conf files IE: make.conf , > pkgtools.conf (INDEX builds are > not supported with partial or out-of-date ports collections -- in > particular, if you are using cvsup, you must cvsup the "ports-all" > collection, and have no "refuse" files.) > and i have wiped out my intire ports tree IE: /usr/ports/* , and > recvsuped it with the same error showing up > > > so what would be giveing me this exact same error on both boxes?? > portsdb -Ufu > Updating the ports index ... Generating INDEX.tmp - please > wait..fr-mozilla-flp-1.7.3_1: "/usr/ports/www/mozilla-gtk2" > non-existent -- dependency list incomplete ===> french/mozilla-flp > failed > *** Error code 1 > 1 error > > ******************************************************************** > Before reporting this error, verify that you are running a supported > version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you > have a complete and up-to-date ports collection. (INDEX builds are > not supported with partial or out-of-date ports collections -- in > particular, if you are using cvsup, you must cvsup the "ports-all" > collection, and have no "refuse" files.) If that is the case, then > report the failure to ports@FreeBSD.org together with relevant > details of your ports configuration (including FreeBSD version, > your architecture, your environment, and your /etc/make.conf > settings, especially compiler flags and WITH/WITHOUT settings). > > Note: the latest pre-generated version of INDEX may be fetched > automatically with "make fetchindex". > ******************************************************************** > > *** Error code 1 > > Stop in /usr/ports. > *** Error code 1 > > Stop in /usr/ports. > failed to generate INDEX! > portsdb: index generation error > > vampextream# uname -a > FreeBSD vampextream.com 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Wed > Dec 8 20:33:13 PST 2004 > root@vampextream.com:/usr/obj/usr/src/sys/VAMPEXTREAM i386 > > > if theres any othere information that you need just let me know . > > and thankx for any help on this issue , inadvance. People usually report this sort of thing in freebsd-questions@freebsd.org or ports@freebsd.org. These days it is best to run make fetch index from /usr/ports after you've run cvsup rather than build INDEX-5 for yourself. -Mike