From owner-freebsd-current@FreeBSD.ORG Fri Feb 14 18:42:08 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24A9E8DB; Fri, 14 Feb 2014 18:42:08 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71ADB191C; Fri, 14 Feb 2014 18:42:07 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id c6so9446753lan.24 for ; Fri, 14 Feb 2014 10:42:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=mUshK4u3UPU6yCBIvtEaPJO/5sv+cilQDEJ7Vwu3Bv0=; b=0JxTp5wcXyn8lf+tlm36Q0Xvdk3Z4DiLrnlcmMbZK86g7rKLuGaZ1qMC9f9XzIgW2D C7W9V1qDfx8NiBpQUBBo1b/4LJPZERGHgfhwA1lv6Eby3eKPueb2qhJ8/hY6erDinkpd DkOQoi9U3mEH4bwboo6keLW2/dpaQ7flAmWOe64oN8Epo+74Id7/VzBZTwGdJ/TcDNpe eNkXhLqxpUdniExCmCYil0SIAGgHkJuHY2a3F3NBuBHVamYp/Mjnx9tl5X+wGdxnnot0 40/oMVYNjpC6LniMEz3K6g4UI+fE/0igDqF4HJgU+Q66yki42PzylDXcGVUMmPgXj14p xqbQ== MIME-Version: 1.0 X-Received: by 10.152.28.200 with SMTP id d8mr2569151lah.59.1392403325509; Fri, 14 Feb 2014 10:42:05 -0800 (PST) Sender: rizzo.unipi@gmail.com Received: by 10.115.4.162 with HTTP; Fri, 14 Feb 2014 10:42:05 -0800 (PST) In-Reply-To: <1392402215.1145.103.camel@revolution.hippie.lan> References: <20140214173553.GA90364@onelab2.iet.unipi.it> <1392402215.1145.103.camel@revolution.hippie.lan> Date: Fri, 14 Feb 2014 10:42:05 -0800 X-Google-Sender-Auth: mmHZNYKun9nL6cXjZLeAvwB-q0s Message-ID: Subject: Re: HEAD buildkernel error (aic7xxx_seq.h is missing. Run 'make ahcfirmware') From: Luigi Rizzo To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Current 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:42:08 -0000 On Fri, Feb 14, 2014 at 10:23 AM, Ian Lepore wrote: > 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? > thanks, i will learn the difference and retry. i just used toolchain in the past for both and since it worked i thought it was enough. i wonder if differentiating between user and kernel toolchains makes sense, since probably 95% of the tools and 99.999% of the time (clang) are in common... cheers luigi