From owner-freebsd-stable@FreeBSD.ORG Sun Dec 20 00:01:00 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19843106568B for ; Sun, 20 Dec 2009 00:01:00 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (dsl081-172-045.sea1.dsl.speakeasy.net [64.81.172.45]) by mx1.freebsd.org (Postfix) with ESMTP id B6AC78FC13 for ; Sun, 20 Dec 2009 00:00:59 +0000 (UTC) Received: from webmail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id nBK00ofP080676 for ; Sat, 19 Dec 2009 16:00:56 -0800 (PST) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net ([64.81.172.194]) (Local authenticated user inf0s) by webmail.1command.com with HTTP; Sat, 19 Dec 2009 16:00:56 -0800 (PST) Message-ID: <4bb26f287b6ec14e8a7026fb3cdaec5d.HRCIM@webmail.1command.com> In-Reply-To: <20091219173109.GK470@bunrab.catwhisker.org> References: <20091219133511.GI470@bunrab.catwhisker.org> <89caec87156a8a9f169aced430d2883a.HRCIM@webmail.1command.com> <3348649efcb82ef4d7e26b74b8621a42.HRCIM@webmail.1command.com> <20091219173109.GK470@bunrab.catwhisker.org> Date: Sat, 19 Dec 2009 16:00:56 -0800 (PST) From: "Chris H" To: freebsd-stable@freebsd.org User-Agent: HRC Internet Messaging/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: Failure during GENERIC (i386) kernel build at r200721 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2009 00:01:00 -0000 On Sat, December 19, 2009 9:31 am, David Wolfskill wrote: > On Sat, Dec 19, 2009 at 06:05:33AM -0800, Chris H wrote: > >> ... >> >>> Greetings, >>> What are the chances you made no declaration as to your CPU type in your >>> KERNCONF? >>> >>> >>> >>> eg; 1386 >> >> Just for clarity; from /usr/src/sys/i386/conf/GENERIC: >> >> >> machine i386 > > With respect, that is not correct, at least for stable/7 as of r200721. Indeed. My mistake. I only suspected that to be your issue, as the output of uname -a at the top of your OP didn't contain the machine type at the end. For example the one I am writing this reply from outputs: udns 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Dec 10 01:10:25 PST 2009 root@udns:/usr/obj/usr/src/sys/UDNS01 i386 Please note the i386 at the end. :) I'm afraid I'm at a bit of a loss then. Except to note that freebsd build machines all reported failure to build for all arc types. So if yous is from a recent copy of cvs. That may explain it. You may want to wait a week, and checkout a new copy of src && ports then. Best wishes. --Chris H > > > Rather, the line in question is in /sys/i386/conf/DEFAULTS: > > > g1-119(7.2-S)[2] cd /sys/i386/conf/ g1-119(7.2-S)[3] grep '^machine' * > DEFAULTS:machine i386 > g1-119(7.2-S)[4] > > Indeed; that appears to have gone into DEFAULTS as of r152865: > > > ------------------------------------------------------------------------ > r152865 | ru | 2005-11-27 15:17:00 -0800 (Sun, 27 Nov 2005) | 3 lines > > - Allow duplicate "machine" directives with the same arguments. > - Move existing "machine" directives to DEFAULTS. > > > ------------------------------------------------------------------------ > > > I note, too, that stable/6, stable/8 and head each built and ran > successfully on this machine this morning -- each using an unmodified GENERIC > kernel, as is the kernel I was unable to build for stable/7. > > And I had another occurrence of the "make buildkernel" failure on my > laptop (as a reality check) -- though that was not a GENERIC kerenl. > >> ... >> > > Peace, > david -- > David H. Wolfskill david@catwhisker.org > Depriving a girl or boy of an opportunity for education is evil. > > > See http://www.catwhisker.org/~david/publickey.gpg for my public key. > >