kern/183704: buildkernel failed - aicasm missing
Andreas Schwarz
freebsd.asc at strcmp.org
Tue Nov 5 23:20:01 UTC 2013
>Number: 183704
>Category: kern
>Synopsis: 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:
>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 at 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:
More information about the freebsd-bugs
mailing list