From owner-freebsd-current Tue Feb 27 9:20:31 2001 Delivered-To: freebsd-current@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 7760D37B71D for ; Tue, 27 Feb 2001 09:20:27 -0800 (PST) (envelope-from root@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) id f1RHKPC72673 for freebsd-current@freebsd.org.AVP; Tue, 27 Feb 2001 18:20:25 +0100 (CET) (envelope-from root@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) with UUCP id f1RHKPS72667 for freebsd-current@freebsd.org; Tue, 27 Feb 2001 18:20:25 +0100 (CET) (envelope-from root@neland.dk) Received: from gina.neland.dk (gina.neland.dk [192.168.0.14]) by arnold.neland.dk (8.11.1/8.11.0) with ESMTP id f1RHK6x16066 for ; Tue, 27 Feb 2001 18:20:11 +0100 (CET) (envelope-from root@neland.dk) Date: Tue, 27 Feb 2001 18:21:21 +0100 (CET) From: Leif Neland To: Subject: make kernel failure: pecoff: machine/lock.h Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This happens with both my custom and GENERIC kernel. It has failed for some days, and also with source cvsup'ed today. A kernel built with "make buildkernel -k" works... Leif ===> mly cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/mly/../../dev/mly/mly.c cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/mly/../../dev/mly/mly_pci.c cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/mly/../../dev/mly/mly_cam.c ld -r -o mly.kld mly.o mly_pci.o mly_cam.o perl5 @/kern/gensetdefs.pl mly.kld cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -mpreferred-stack-boundary=2 -c setdef0.c cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -mpreferred-stack-boundary=2 -c setdef1.c ld -Bshareable -o mly.ko setdef0.o mly.kld setdef1.o ===> pecoff make: don't know how to make machine/lock.h. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GINA. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message