From owner-freebsd-ports@FreeBSD.ORG Fri May 9 12:53:26 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA8C37B401 for ; Fri, 9 May 2003 12:53:26 -0700 (PDT) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F33343F3F for ; Fri, 9 May 2003 12:53:25 -0700 (PDT) (envelope-from ma@dt.e-technik.uni-dortmund.de) Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])41583A381D for ; Fri, 9 May 2003 21:53:24 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id 5160884A5F; Fri, 9 May 2003 21:53:22 +0200 (CEST) To: Kris Kennaway In-Reply-To: <20030509062805.GB19900@rot13.obsecurity.org> (Kris Kennaway's message of "Thu, 8 May 2003 23:28:05 -0700") References: <20030508205123.GD17270@rot13.obsecurity.org> <20030508233945.A76300@newtrinity.zeist.de> <20030508221900.GA17740@rot13.obsecurity.org> <20030509082219.H427@newtrinity.zeist.de> <20030509062805.GB19900@rot13.obsecurity.org> From: Matthias Andree Date: Fri, 09 May 2003 21:53:22 +0200 Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: ports@freebsd.org cc: sparc64@freebsd.org cc: Marius Strobl Subject: Re: nntpcache broken on sparc64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 19:53:26 -0000 Kris Kennaway writes: > Odd. Can anyone else confirm the port compiles on a clean, > up-to-date, default sparc installation? Since this breakage is new, > it can only be something very recent, so an out-of-date installation > or one with old installed files may not see the problem. Should there be a target "make cleancruft" to complement "make installworld" that cleans out obsolete include files, libraries, commands... -- or do it the Linux way and include the base system in package management (which may introduce interesting bootstrapping problems). Of course, ls -lt | tail and rm work, but I think that it's something that's usually neglected. -- Matthias Andree