From owner-freebsd-current@FreeBSD.ORG Thu Feb 26 15:25:37 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96F24106566C for ; Thu, 26 Feb 2009 15:25:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6755C8FC0C for ; Thu, 26 Feb 2009 15:25:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id DB0E946B45; Thu, 26 Feb 2009 10:25:36 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n1QFPOQw042853; Thu, 26 Feb 2009 10:25:31 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Julian Elischer Date: Thu, 26 Feb 2009 09:28:12 -0500 User-Agent: KMail/1.9.7 References: <49A37DBF.60702@elischer.org> <200902241254.57223.jhb@freebsd.org> <49A5EBE7.1010200@elischer.org> In-Reply-To: <49A5EBE7.1010200@elischer.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902260928.12493.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 26 Feb 2009 10:25:31 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/9051/Thu Feb 26 08:08:01 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-current@freebsd.org Subject: Re: bootblocks compile broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 15:25:38 -0000 On Wednesday 25 February 2009 8:09:59 pm Julian Elischer wrote: > John Baldwin wrote: > > I think you have a stale tree. What branch are you building and which arch? > > > > -current > > and I deleted /sys/boot and re-checked it out and got the same result. You didn't say which arch (amd64 or i386). But even if you were building on amd64 and missing the 'machine' symlink this should still build: amd64/include/cputypes.h:#define CPU_VENDOR_CENTAUR CPU_VENDOR_IDT amd64/include/specialreg.h:#define CENTAUR_VENDOR_ID "CentaurHauls" i386/include/cputypes.h:#define CPU_VENDOR_CENTAUR CPU_VENDOR_IDT i386/include/specialreg.h:#define CENTAUR_VENDOR_ID "CentaurHauls" -- John Baldwin