From owner-freebsd-ports@FreeBSD.ORG Wed Dec 29 09:46:47 2004 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 CC2C316A4CE for ; Wed, 29 Dec 2004 09:46:47 +0000 (GMT) Received: from mail.btito.net (btito.demon.nl [212.238.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CCA43D2D for ; Wed, 29 Dec 2004 09:46:47 +0000 (GMT) (envelope-from lists@magicfingers.org) Received: from localhost (localhost [127.0.0.1]) by mail.btito.net (Postfix) with ESMTP id 11B6F5516; Wed, 29 Dec 2004 10:46:46 +0100 (CET) Received: from mail.btito.net ([127.0.0.1]) by localhost (mail.btito.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 37784-10; Wed, 29 Dec 2004 10:46:41 +0100 (CET) Received: from [172.16.37.142] (gateway.azr.nl [156.83.254.8]) by mail.btito.net (Postfix) with ESMTP id 6BC2B54FA; Wed, 29 Dec 2004 10:46:41 +0100 (CET) Message-ID: <41D27CFF.4030600@magicfingers.org> Date: Wed, 29 Dec 2004 10:46:39 +0100 From: Bob Tito User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <41D16E29.6020300@magicfingers.org> <41D267D0.6030006@magicfingers.org> <41D27AD0.5090005@FreeBSD.org> In-Reply-To: <41D27AD0.5090005@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at btito.net cc: ports@freebsd.org Subject: Re: INDEX failed for 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: Wed, 29 Dec 2004 09:46:47 -0000 Ade Lovett wrote: > Bob Tito wrote: > > [the problem] > >>> lists# /usr/local/sbin/portsdb -Uu >>> Updating the ports index ... Generating INDEX.tmp - please >>> wait.."Makefile", line 110: Unsupported architecture sparc64. >> > > [the smoking gun] > >> The problem occurs on 8 sparc machines.., not the intel boxes > > > Since there's pending work going on surrounding the whole linux_base > thing right now, I'm kinda loathed to touch the port itself for fear > of toe-stepping, but > > ports/emulators/linux_base/Makefile > > is broken on !i386 as it stands. A quick local fix would be to > replace the two instances of .error with IGNORE= Ok, that confirms it, thanks! > > That will at least allow the index to build. > > Hrm. Perhaps the index generation needs to be expanded a bit more now > in the days of 'make fetchindex', and have it pull a file based not > only on OS revision, but also machine architecture, along with the > relevant building of such indexes which would catch these !i386 errors > considerably quicker. Just to be sure, not using fetchindex here, but a local cvsup mirror to minimize the traffic of the rapidly expanding FreeBSD base.. I'll check for updates on a intel box for now and i am sure a solution will be found/made when possible. Thanks, Bob > > -aDe