From owner-freebsd-stable Mon Aug 21 15:49:14 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.wipol.uni-bonn.de (heidi.wipol.uni-bonn.de [131.220.48.160]) by hub.freebsd.org (Postfix) with ESMTP id 5D3C237B423 for ; Mon, 21 Aug 2000 15:49:08 -0700 (PDT) Received: by mail.wipol.uni-bonn.de (Postfix, from userid 506) id 47E6222856; Tue, 22 Aug 2000 00:47:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.wipol.uni-bonn.de (Postfix) with SMTP id 3C6912282B for ; Tue, 22 Aug 2000 00:47:35 +0200 (CEST) Date: Tue, 22 Aug 2000 00:47:35 +0200 (CEST) From: Noel Koethe X-Sender: noel@heidi.wipol.uni-bonn.de To: freebsd-stable@freebsd.org Subject: error with make buildkernel 4.1-RC -> 4.1-release Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I made the following without errors: # cd /usr/src/ # make update # make buildworld And then: #make buildkernel KERNEL=3DBSD and got: =2E.. cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=3D2 /usr/src/sys/kern/kern_exec.c In file included from /usr/src/sys/kern/kern_exec.c:55: /usr/src/sys/vm/vm_page.h:159: warning: `PQ_CACHESIZE' redefined /usr/src/sys/vm/vm_page.h:157: warning: this is the location of the previous definition /usr/src/sys/vm/vm_page.h:161: warning: `PQ_CACHESIZE' redefined /usr/src/sys/vm/vm_page.h:159: warning: this is the location of the previous definition /usr/src/sys/vm/vm_page.h:163: warning: `PQ_CACHESIZE' redefined /usr/src/sys/vm/vm_page.h:161: warning: this is the location of the previous definition /usr/src/sys/vm/vm_page.h:165: warning: `PQ_CACHESIZE' redefined /usr/src/sys/vm/vm_page.h:163: warning: this is the location of the previous definition In file included from /usr/src/sys/kern/kern_exec.c:55: /usr/src/sys/vm/vm_page.h:158: undefined or invalid # directive /usr/src/sys/vm/vm_page.h:160: undefined or invalid # directive /usr/src/sys/vm/vm_page.h:162: undefined or invalid # directive /usr/src/sys/vm/vm_page.h:164: undefined or invalid # directive *** Error code 1 Stop in /usr/obj/usr/src/sys/BSD. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Maybe you can help me. --=20 Noch einen sch=F6nen Tag Noel K=F6the To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message