From owner-freebsd-questions@FreeBSD.ORG Thu May 12 21:32:27 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 DD07F16A4CE for ; Thu, 12 May 2005 21:32:27 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76AC543D69 for ; Thu, 12 May 2005 21:32:27 +0000 (GMT) (envelope-from motionsiren@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so695718wra for ; Thu, 12 May 2005 14:32:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EY9AyTuYDPkptsjlqS7RNHlEBJdLseehuwEBJpvgQRW/z1dlYKETsg4EmBrTbDj72NHAY0d78sP6TDUIDPlSVq7+Xd9b5HrKpMt0oJN7JHcnFZkOvZlDWZ4TgWoVzuSo+abIqFo5Onj3Iz+iZl9RdJz2usQSTLLmDi4LEb0x8PE= Received: by 10.54.24.48 with SMTP id 48mr1339650wrx; Thu, 12 May 2005 14:32:26 -0700 (PDT) Received: by 10.54.71.9 with HTTP; Thu, 12 May 2005 14:32:26 -0700 (PDT) Message-ID: <781e2bc005051214323b753357@mail.gmail.com> Date: Thu, 12 May 2005 14:32:26 -0700 From: Benjamin Keating To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Ports Collection - INDEX Error (FreeBSD 5.4) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Benjamin Keating List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 21:32:28 -0000 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 =3D=3D=3D> 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. thx