Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 1998 19:01:56 -0400 (EDT)
From:      "Brian K. Zuzga" <boogles@tolkien.mit.edu>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Problems with aicasm after 2.2.6 upgrade
Message-ID:  <199804082301.TAA07002@tolkien.mit.edu>

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

I've been having problems doing a "make depend" when building a kernel
under 2.2.6.  I prowled around the bug database and saw that others
had problems with upgrades, and that deleting the entire source tree
and installing that again helped.  I tried that and the symptoms
remained.

Here's what I get after trying to make the GENERIC kernel:

ws4# make depend
cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith  -nostdinc -I- -I. -I../.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c
cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith  -nostdinc -I- -I. -I../.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -DMAXUSERS=10 genassym.o -o genassym
./genassym >assym.s
rm -f param.c
cp ../../conf/param.c .
sh ../../kern/vnode_if.sh ../../kern/vnode_if.src
make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx
Warning: Object directory not changed from original /usr/src/sys/compile/GENERIC
cc -O -I.   -c aicasm_gram.c
cc -O -I.   -c aicasm_scan.c
cc -O -I.   -c ../../dev/aic7xxx/aicasm.c
cc -O -I.   -c ../../dev/aic7xxx/aicasm_symbol.c
cc -O -I.    -o aicasm aicasm_gram.o aicasm_scan.o aicasm.o aicasm_symbol.o  -ll
./aicasm -nostdinc -I- -I. -I../.. -I../../../include -o aic7xxx_seq.h -r aic7xxx_reg.h ../../dev/aic7xxx/aic7xxx.seq
./aicasm: Stopped at file ../../dev/aic7xxx/aic7xxx.seq, line 44 - syntax error
./aicasm: Removing aic7xxx_seq.h due to error
*** Error code 65

Stop.
ws4# 

I searched my entire disk for any other references to aic* to see if
there was something old interfering with my build.

Any ideas?  Thanks.

-boogles

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



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