From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 01:44:40 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 DC46016A4CE for ; Tue, 24 Feb 2004 01:44:40 -0800 (PST) Received: from airbus.lido-tech.net (airbus.lido-tech.net [62.89.127.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E965543D41 for ; Tue, 24 Feb 2004 01:44:39 -0800 (PST) (envelope-from bernard.el-hagin@lido-tech.net) Received: from localhost (localhost.lido-tech.net [127.0.0.1]) by airbus.lido-tech.net (Postfix) with ESMTP id B2A1E4AE93 for ; Tue, 24 Feb 2004 10:44:50 +0100 (CET) Received: from airbus.lido-tech.net ([127.0.0.1]) by localhost (airbus.lido-tech.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54041-07 for ; Tue, 24 Feb 2004 10:44:49 +0100 (CET) Received: from lido-tech.net (domino01.lido-tech [192.168.32.82]) by airbus.lido-tech.net (Postfix) with ESMTP id E3F114AE36 for ; Tue, 24 Feb 2004 10:44:48 +0100 (CET) Received: from gdndev25.lido-tech ([192.168.38.25]) by lido-tech.net (Lotus Domino Release 5.0.11) with SMTP id 2004022410483185:102959 ; Tue, 24 Feb 2004 10:48:31 +0100 From: Bernard El-Hagin To: freebsd-questions@freebsd.org Date: Tue, 24 Feb 2004 10:41:12 +0100 Message-ID: References: <20040223213301.GA2236@jrpenn.demon.co.uk> <20040224031539.K800@localhost.localdomain> <20040224034201.GA38608@xor.obsecurity.org> <20040224045718.GA661@hoth> <20040224061613.GA40324@xor.obsecurity.org> <20040224074445.00007d99@gdndev25> <20040224065734.GA40898@xor.obsecurity.org> <403B1710.4090207@geminix.org> In-Reply-To: <403B1710.4090207@geminix.org> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on Domino01.lido-tech/Lido-Tech(Release 5.0.11 |July 24, 2002) at 24/02/2004 10:48:31,|July 24, 2002) at 24/02/2004 10:48:34, Serialize complete at 24/02/2004 10:48:34 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Subject: Re: portsdb: Warning: Duplicate INDEX entry X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bernard.el-hagin@lido-tech.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 09:44:41 -0000 Uwe Doering wrote: >Bernard El-Hagin wrote: >> Kris Kennaway wrote: >>=20 >>>On Tue, Feb 24, 2004 at 07:44:45AM +0100, Bernard El-Hagin wrote: >>> >>>>>>Since I have this same problem I ran 'make describe' and here's the >>>>>>result: >>>>>> >>>>>>------------- >>>>>>=3D=3D=3D> devel/sparc-rtems-gdb >>>>>>*** Error code 1 >>>>>> >>>>>>Stop in /usr/ports/devel. >>>>>>*** Error code 1 >>>>>> >>>>>>Stop in /usr/ports. >>>>>>------------- >>>>> >>>>>What version of FreeBSD are you running? >>>> >>>>Sorry, I should have mentioned that. I'm running 5.1-Release. >>> >>>I think there's something in one of the included makefiles that relies >>>on a change to make(1) that happened after 5.1-RELEASE. Note that >>>only the most recent release is supported by the ports collection >>>(http://www.freebsd.org/ports); try updating to 5.2 or 4.9, which >>>should fix the problem. >>=20 >> Wow, that really sucks, since I've had zero luck updating to 5.2 the = two >> times I tried, and going with 4.9 from 5.1R means a reinstall, rather >> than an upgrade (I'm led to believe). > >If you have the OS sources installed you could selectively upgrade the=20 >source files of make(1) via cvsup(1) and just install it. No need to=20 >upgrade the whole OS only because make(1) got an additional command line= =20 >option. We recently did this for our 4.5 based systems. Could you please explain how that's done? I've never selectively upgraded the source and I'm afraid of screwing something up. --=20 Cheers, Bernard