Date: Mon, 21 Aug 2000 16:27:32 -0700 From: Kent Stewart <kstewart@urx.com> To: Noel Koethe <noel@koethe.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: error with make buildkernel 4.1-RC -> 4.1-release Message-ID: <39A1BAE4.D9AE46C@urx.com> References: <Pine.LNX.3.96.1000822004506.16661A-100000@heidi.wipol.uni-bonn.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Noel Koethe wrote: > > Hello, > > I made the following without errors: > > # cd /usr/src/ > # make update I don't see any reason for runing a make update. > # make buildworld > > And then: > > #make buildkernel KERNEL=BSD > > and got: > > ... > 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=2 /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 I starte my cvsup at 1200 PDT (1900GMT) and did the following steps without any problems. BTW, I went from 4.1RC to 4.1-r to 4.1Stable using cvsup. 1. make buildworld 2. make buildkernel KERNEL=JADE 3. make installkernel KERNEL=JADE 4. reboot to single user 5. make installworld 6. mergemaster 7. reboot You might attach your cvsup-file and your BSD config file. Someone might see something. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ 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?39A1BAE4.D9AE46C>