From owner-freebsd-current@FreeBSD.ORG Tue Nov 5 05:09:58 2013 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 ESMTP id 9953AC9A for ; Tue, 5 Nov 2013 05:09:58 +0000 (UTC) (envelope-from ian@FreeBSD.org) 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 6FEB22BC3 for ; Tue, 5 Nov 2013 05:09:58 +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 1VdYtp-000CU1-4V; Tue, 05 Nov 2013 05:09:57 +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 rA559sM1061263; Mon, 4 Nov 2013 22:09:54 -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/MwkHGGY01bWw5uk6r9/av Subject: Re: CUURENT kernel build broken - make[2]: exec(aicasm) failed (No such file or directory) From: Ian Lepore To: Outback Dingo In-Reply-To: References: <1383611766.31172.153.camel@revolution.hippie.lan> Content-Type: text/plain; charset="us-ascii" Date: Mon, 04 Nov 2013 22:09:54 -0700 Message-ID: <1383628194.31172.155.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.14 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: Tue, 05 Nov 2013 05:09:58 -0000 On Mon, 2013-11-04 at 19:44 -0500, Outback Dingo wrote: > On Mon, Nov 4, 2013 at 7:36 PM, Ian Lepore wrote: > > > On Mon, 2013-11-04 at 19:25 -0500, Outback Dingo wrote: > > > cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls > > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > > > -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions > > > -Wmissing-include-dirs -fdiagnostics-show-option > > > -Wno-error-tautological-compare -Wno-error-empty-body > > > -Wno-error-parentheses-equality -nostdinc -I. -I/usr/src/sys > > > -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter > > > -I/usr/src/sys/dev/ath -I/usr/src/sys/dev/ath/ath_hal > > > -I/usr/src/sys/contrib/dev/ath/ath_hal -I/usr/src/sys/contrib/ngatm > > > -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/cxgb -I/usr/src/sys/dev/cxgbe > > > -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS > > > -include opt_global.h -fno-omit-frame-pointer > > -mno-omit-leaf-frame-pointer > > > -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse > > > -msoft-float -fno-asynchronous-unwind-tables -ffreestanding > > > -fstack-protector /usr/src/sys/amd64/amd64/genassym.c > > > NM='nm' sh /usr/src/sys/kern/genassym.sh genassym.o > assym.s > > > awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p > > > awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q > > > awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h > > > awk -f /usr/src/sys/tools/acpi_quirks2h.awk > > > /usr/src/sys/dev/acpica/acpi_quirks > > > aicasm -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq > > > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/dev/ath > > > -I/usr/src/sys/dev/ath/ath_hal -I/usr/src/sys/contrib/dev/ath/ath_hal > > > -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa > > -I/usr/src/sys/dev/cxgb > > > -I/usr/src/sys/dev/cxgbe -I/usr/src/sys/contrib/libfdt > > > -I/usr/src/sys/cam/scsi -I/usr/src/sys/dev/aic7xxx -o aic7xxx_seq.h -r > > > aic7xxx_reg.h -p aic7xxx_reg_print.c -i > > > /usr/src/sys/dev/aic7xxx/aic7xxx_osm.h > > /usr/src/sys/dev/aic7xxx/aic7xxx.seq > > > make[2]: exec(aicasm) failed (No such file or directory) > > > *** Error code 1 > > > > > > Stop. > > > make[2]: stopped in /usr/obj/usr/src/sys/GENERIC > > > *** Error code 1 > > > > > > Stop. > > > make[1]: stopped in /usr/src > > > > Did you update your source and then "make buildkernel" without > > buildworld? If so, a "make kernel-toolchain" should create the aicasm > > tool and get you back on track. > > > > really odd as i built a kernel this morning no problem, then updated the > tree and went to build another kernel and got that. > working through it, thanks for the input.......... > You were just unlucky that your updates bracketed my checkin that changed the build process for the aicasm tool so that it gets built as part of the toolchain rather than as part of the kernel now. -- Ian