From owner-freebsd-hackers@FreeBSD.ORG Thu May 2 09:45:30 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6940BDD7 for ; Thu, 2 May 2013 09:45:30 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id 33EC41115 for ; Thu, 2 May 2013 09:45:30 +0000 (UTC) Received: from spaceball.andric.com (spaceball.andric.com [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id A8DE15C45; Thu, 2 May 2013 11:45:26 +0200 (CEST) Message-ID: <518235B9.6090104@andric.com> Date: Thu, 02 May 2013 11:45:29 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Thunderbird/21.0 MIME-Version: 1.0 To: Steven Hartland , Alfred Perlstein Subject: Re: potential future proofing fix for aicasm build. References: <51814686.2060805@ixsystems.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 09:45:30 -0000 On 2013-05-02 09:47, Steven Hartland wrote: > I just remembered I had an issue with aicasm when compiling our kernel that didn't > have ahc or ahd on an 8.3 box. The fix was to manually delete the kernel obj > directory before compiling after doing a full make buildworld. > > For some reason there was some cruft left in there that running make buildkernel > wasn't cleaning out, could you be suffering from a similar issue? Well, a way to reproduce the problem would be nice. I tried running "make buildkernel" in a stable/9 tree on a 10.0 machine, and building aicasm went just fine. So it works for me...