From owner-freebsd-current@FreeBSD.ORG Fri Feb 14 18:23:47 2014 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C544291 for ; Fri, 14 Feb 2014 18:23:47 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F21B1788 for ; Fri, 14 Feb 2014 18:23:46 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WENQK-0008yc-3o; Fri, 14 Feb 2014 18:23:40 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s1EINZsi076818; Fri, 14 Feb 2014 11:23:35 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+Grf/UdaDVZqX+9Ebx0QeJ Subject: Re: HEAD buildkernel error (aic7xxx_seq.h is missing. Run 'make ahcfirmware') From: Ian Lepore To: Luigi Rizzo In-Reply-To: <20140214173553.GA90364@onelab2.iet.unipi.it> References: <20140214173553.GA90364@onelab2.iet.unipi.it> Content-Type: text/plain; charset="us-ascii" Date: Fri, 14 Feb 2014 11:23:35 -0700 Message-ID: <1392402215.1145.103.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 14 Feb 2014 18:23:47 -0000 On Fri, 2014-02-14 at 18:35 +0100, Luigi Rizzo wrote: > on a freshly checked out HEAD, > "make toolchain" followed by "make buildkernel" fails at this stage: > > ... > @ -> /usr/home/luigi/FreeBSD/head/sys > machine -> /usr/home/luigi/FreeBSD/head/sys/amd64/include > x86 -> /usr/home/luigi/FreeBSD/head/sys/x86/include > Error: aic7xxx_reg_print.c is missing. Run 'make ahcfirmware' > Error: aic7xxx_seq.h is missing. Run 'make ahcfirmware' > Error: aic7xxx_reg.h is missing. Run 'make ahcfirmware' > > (don't think it matters, but i am cross compiling amd64 > from a stable/9 amd64 system, using clang). > I am not sure which commit triggered the problem, > but this used to work in the past -- toolchain was enough > to build a kernel. > > cheers > luigi That should be 'make kernel-toolchain', shouldn't it? -- Ian