From owner-freebsd-questions@FreeBSD.ORG Thu May 12 22:01:23 2005 Return-Path: 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 D924A16A555 for ; Thu, 12 May 2005 22:01:22 +0000 (GMT) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1120C43D81 for ; Thu, 12 May 2005 22:01:22 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 29212 invoked from network); 12 May 2005 22:01:21 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 12 May 2005 22:01:21 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7370056; Thu, 12 May 2005 18:01:20 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Benjamin Keating References: <781e2bc005051214323b753357@mail.gmail.com> From: Lowell Gilbert Date: 12 May 2005 18:01:19 -0400 In-Reply-To: <781e2bc005051214323b753357@mail.gmail.com> Message-ID: <44r7gc2jf4.fsf@be-well.ilk.org> Lines: 47 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Ports Collection - INDEX Error (FreeBSD 5.4) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 22:01:25 -0000 Benjamin Keating writes: > I did a very generic install of FreeBSD 5.4 on stable hardware. > Updated ports and then did this: > > toki# cd /usr/ports/ > toki# make index > Generating INDEX-5 - please wait.."/usr/ports/Mk/bsd.port.mk", line > 4847: warning: duplicate script for target "add-p > list-post" ignored > fityk-0.4.4_1: "/usr/ports/x11-toolkits/wxgtk2" non-existent -- > dependency list incomplete > ===> math/fityk 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. > > This has happend to me before. How can I prevent this from happening? > I'd like to automate cvsup / index building. This was a temporary problem; if you update your ports again the index will build properly. If you want to be sure it will never happen to you again, then using "make fetchindex", as the error message suggested, is your best bet.