From owner-freebsd-stable Wed Apr 8 16:02:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07526 for freebsd-stable-outgoing; Wed, 8 Apr 1998 16:02:15 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from tolkien.mit.edu (TOLKIEN.MIT.EDU [18.62.0.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07480 for ; Wed, 8 Apr 1998 16:01:58 -0700 (PDT) (envelope-from boogles@tolkien.mit.edu) Received: (from boogles@localhost) by tolkien.mit.edu (8.7.1/8.7.1) id TAA07002; Wed, 8 Apr 1998 19:01:56 -0400 (EDT) Date: Wed, 8 Apr 1998 19:01:56 -0400 (EDT) Message-Id: <199804082301.TAA07002@tolkien.mit.edu> From: "Brian K. Zuzga" To: freebsd-stable@FreeBSD.ORG Subject: Problems with aicasm after 2.2.6 upgrade Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk 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