From owner-svn-src-head@FreeBSD.ORG Tue Nov 5 14:34:37 2013 Return-Path: Delivered-To: svn-src-head@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 ESMTP id 71760D00; Tue, 5 Nov 2013 14:34:37 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48EDE2C04; Tue, 5 Nov 2013 14:34:36 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VdhiA-000D3U-FH; Tue, 05 Nov 2013 14:34:30 +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 rA5EYQfd062002; Tue, 5 Nov 2013 07:34:26 -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+xztsZ5qqAuePa4of/kB3x Subject: Re: r257637 From: Ian Lepore To: Gleb Smirnoff In-Reply-To: <20131105065806.GG1467@FreeBSD.org> References: <20131105065806.GG1467@FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Date: Tue, 05 Nov 2013 07:34:26 -0700 Message-ID: <1383662066.31172.156.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 14:34:37 -0000 On Tue, 2013-11-05 at 10:58 +0400, Gleb Smirnoff wrote: > Ian, > > the r257637 breaks kernel builds. Assuming you have empty /usr/obj, > if you run 'make KERNCONF=LINT buildkernel', it will quickly fail > due to absence of aicasm. > I think you may need to run "make kernel-toolchain". The aicasm tool used to be built as part of the kernel, now it's part of the toolchain. -- Ian