From owner-freebsd-questions@FreeBSD.ORG Sun Jul 25 16:23:17 2004 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 AAA0116A559 for ; Sun, 25 Jul 2004 16:23:16 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D6A343D5D for ; Sun, 25 Jul 2004 16:23:15 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i6PGN1aO082340 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Jul 2004 17:23:02 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i6PGN14I082339; Sun, 25 Jul 2004 17:23:01 +0100 (BST) (envelope-from matthew) Date: Sun, 25 Jul 2004 17:23:01 +0100 From: Matthew Seaman To: Kent Stewart Message-ID: <20040725162301.GA63269@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Kent Stewart , freebsd-questions@freebsd.org, Anders Mansson References: <4103C2A0.6050106@bolina.hsb.se> <200407250833.29089.kstewart@owt.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <200407250833.29089.kstewart@owt.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 25 Jul 2004 17:23:02 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org cc: Anders Mansson Subject: Re: Duplicate INDEX entry 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: Sun, 25 Jul 2004 16:23:17 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 25, 2004 at 08:33:29AM -0700, Kent Stewart wrote: > On Sunday 25 July 2004 07:24 am, Anders Mansson wrote: > > Hi! When trying to update my ports with 'portsdb -Uu', I get the > > following error message: > > > > Updating the ports index ... Generating INDEX.tmp - please > > wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1 > > Warning: Duplicate INDEX entry: fvwm-imlib-2.4.18 > > Done. > > done > > [Updating the portsdb in /usr/ports ... - 11406 > > port entries found > > .........1000.........2000.........3000.........4000.........5000.... > >.....6000.........7000.........8000.........9000.........10000........ > >.11000.... ..... done] > > > > Can someone please explaine what this means and how to remedy it? > > >=20 > You have something installed that looks identical to those ports. I get= =20 > the same messages and ignor them. Agreed, those messages are harmless and can be ignored. However, what's happening is that those ports are actually part of a master-slave pairing, where the difference is enabling some feature like gtk support. Either you have a Makefile setting somewhere (/etc/make.conf possibly) which unconditionally turns on that support, or the port tries to be too clever for it's own good, and turns on support for the feature automatically if it detects that the required libraries are installed. That effectively makes the master port identical to the slave port, hence the error message. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBA95liD657aJF7eIRAsX9AJ9cD/OeUALgREptIcquvdaj9zBTKgCffpl5 kkqrxNTyXjDt2AjaVvSI1bg= =FRoO -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF--