From owner-freebsd-ports@FreeBSD.ORG Sat Jun 16 07:23:06 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECDF116A468; Sat, 16 Jun 2007 07:23:06 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from pecan.exetel.com.au (pecan.exetel.com.au [220.233.0.17]) by mx1.freebsd.org (Postfix) with ESMTP id B00F013C447; Sat, 16 Jun 2007 07:23:06 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from 28.201.233.220.exetel.com.au ([220.233.201.28] helo=[192.168.100.148]) by pecan.exetel.com.au with esmtp (Exim 4.63) (envelope-from ) id 1HzSch-0000QE-HC; Sat, 16 Jun 2007 17:23:03 +1000 In-Reply-To: References: <20070615230054.GA88372@eos.sc1.parodius.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3083AC65-837E-43F8-B741-D5369A45C458@brooknet.com.au> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Sat, 16 Jun 2007 17:22:47 +1000 To: Roar Pettersen X-Mailer: Apple Mail (2.752.3) Cc: ports@FreeBSD.org, Jeremy Chadwick Subject: Re: cricket-1.0.5_4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2007 07:23:07 -0000 On 16/06/2007, at 5:19 PM, Roar Pettersen wrote: > Hello ! > >>>> I'm trying to compile Cricket, but I get this error message : >>>> server:/usr/ports/net-mgmt/cricket# make >>>> ===> cricket-1.0.5_4 uses a UID registered to another port. >>>> *** Error code 1 >>>> Can anybody look into this problem ? >>> Did you remove the IGNORE line from the Makefile? It looks like >>> you may >>> have. The IGNORE line explicitly states what the problem is; you >>> shouldn't be able to build the port if IGNORE is set to non-null. >>> IGNORE= uses a UID registered to another port >> >> The IGNORE line is why the build stopped in the first place >> (notice that the messages are the same). > > > The solution was to comment out this line like this : > > $FreeBSD: ports/net-mgmt/cricket/Makefile,v 1.28 2007/04/11 > 16:20:53 mux Exp $ > > #IGNORE= uses a UID registered to another port > > Now I was able to compile and install cricket. Keep in mind it's not a solution, just a workaround (because the problem still exists). BTW, you shouldn't really edit the port makefile like that - as long as you are aware of the issues, you can build a port with NO_IGNORE set.