Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 23:18:51 GMT
From:      Andreas Schwarz <freebsd.asc@strcmp.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/183704: buildkernel failed - aicasm missing
Message-ID:  <201311052318.rA5NIpnE050533@oldred.freebsd.org>
Resent-Message-ID: <201311052320.rA5NK0dG054875@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311052318.rA5NIpnE050533>