From owner-svn-src-head@FreeBSD.ORG Tue Nov 5 14:35:54 2013 Return-Path: Delivered-To: svn-src-head@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 ESMTP id 6867ED77; Tue, 5 Nov 2013 14:35:54 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD0CB2C1B; Tue, 5 Nov 2013 14:35:53 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id rA5EZpvT008701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 5 Nov 2013 18:35:51 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id rA5EZpER008700; Tue, 5 Nov 2013 18:35:51 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 5 Nov 2013 18:35:51 +0400 From: Gleb Smirnoff To: Ian Lepore Subject: Re: r257637 Message-ID: <20131105143550.GB7577@glebius.int.ru> References: <20131105065806.GG1467@FreeBSD.org> <1383662066.31172.156.camel@revolution.hippie.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383662066.31172.156.camel@revolution.hippie.lan> User-Agent: Mutt/1.5.22 (2013-10-16) 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:35:54 -0000 On Tue, Nov 05, 2013 at 07:34:26AM -0700, Ian Lepore wrote: I> > the r257637 breaks kernel builds. Assuming you have empty /usr/obj, I> > if you run 'make KERNCONF=LINT buildkernel', it will quickly fail I> > due to absence of aicasm. I> > I> I> I think you may need to run "make kernel-toolchain". The aicasm tool I> used to be built as part of the kernel, now it's part of the toolchain. I already replied in similar thread in current@, that requiring to have toolchain for not a cross build isn't acceptable. -- Totus tuus, Glebius.