From nobody@FreeBSD.org  Tue Nov  5 23:18:52 2013
Return-Path: <nobody@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 51CFB428
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Nov 2013 23:18:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 3FD2C2E9B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Nov 2013 23:18:52 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA5NIpe2050542
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 5 Nov 2013 23:18:51 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA5NIpnE050533;
	Tue, 5 Nov 2013 23:18:51 GMT
	(envelope-from nobody)
Message-Id: <201311052318.rA5NIpnE050533@oldred.freebsd.org>
Date: Tue, 5 Nov 2013 23:18:51 GMT
From: Andreas Schwarz <freebsd.asc@strcmp.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: buildkernel failed - aicasm missing
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183704
>Category:       kern
>Synopsis:       [build] buildkernel failed - aicasm missing
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 05 23:20:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Mon May 05 03:29:25 UTC 2014
>Originator:     Andreas Schwarz
>Release:        11.0-CURRENT
>Organization:
>Environment:
FreeBSD pizelot.schwarzes.net 11.0-CURRENT FreeBSD 11.0-CURRENT #2 r257346: Tue Oct 29 19:48:26 CET 2013     root@pizelot.schwarzes.net:/usr/obj/usr/src/sys/RPI-B-ASC  arm
>Description:
Since three days, make buildkernel fail, because aicasm (which is needed to build the adaptec device) is missing.

aicasm  -I/usr/src/sys/modules/aic7xxx/ahc/../../../cam/scsi      -I/usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx        -o aic7xxx_seq.h -r aic7xxx_reg.h                -p aic7xxx_reg_print.c                                  -i /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx_osm.h  /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx.seq
make[5]: exec(aicasm) failed (No such file or directory)
*** Error code 1

Stop.
make[5]: stopped in /usr/src/sys/modules/aic7xxx/ahc
*** Error code 1

Stop.
make[4]: stopped in /usr/src/sys/modules/aic7xxx
*** Error code 1

Stop.
make[3]: stopped in /usr/src/sys/modules
*** Error code 1

Stop.
make[2]: stopped in /usr/obj/usr/src/sys/RPI-B-ASC
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

>How-To-Repeat:


cd /usr/src

svn update

make buildkernel

>Fix:
Build and install aicasm before you build the kernel.

cd /usr/src/sys/dev/aic7xxx/aicasm

make install clean


>Release-Note:
>Audit-Trail:
>Unformatted:
