From owner-freebsd-stable Thu Jul 20 10:40:28 2000 Delivered-To: freebsd-stable@freebsd.org Received: from forrie.net (forrie.net [64.20.73.233]) by hub.freebsd.org (Postfix) with ESMTP id 3551337B5E2 for ; Thu, 20 Jul 2000 10:40:23 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from forrie.forrie.com (dhcp-north-71-168.navipath.net [64.20.71.168]) by forrie.net with id e6KHeAh39902 for ; Thu, 20 Jul 2000 13:40:11 -0400 (EDT) Message-Id: <4.3.2.7.2.20000720133520.00c34dc0@64.20.73.233> X-Sender: forrie@64.20.73.233 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 20 Jul 2000 13:36:22 -0400 To: freebsd-stable@freebsd.org From: Forrest Aldrich Subject: 4.x stable compile error (Kernel) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've done a 'make clean' in /usr/src, and this error keeps coming up. Looks like a bug... is this known? A CVSUP was just performed, so the archive is up-to-date. _F ===> agp make: don't know how to make agp_if.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/INBOUND. make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/INBOUND cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/apm/apm.c cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s /tmp/cce31618.s: Assembler messages: /tmp/cce31618.s:776: Error: operands given don't match any known 386 instruction /tmp/cce31618.s:841: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/INBOUND. chflags noschg /kernel mv /kernel /kernel.old install -c -m 555 -o root -g wheel -fschg kernel /kernel if [ -d /modules -a -n "`ls /modules`" ]; then mkdir -p /modules.old; cp -p /modules/* /modules.old; fi; cd ../../modules && env MAKEOBJDIRPREFIX=/usr/src/sys/compile/INBOUND/modules make install ===> agp install -c -o root -g wheel -m 555 agp.ko /modules install: agp.ko: No such file or directory *** Error code 71 Stop in /usr/src/sys/modules/agp. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message