Date: Wed, 5 Feb 1997 18:36:45 +0100 From: se@freebsd.org (Stefan Esser) To: croot@btp1da.phy.uni-bayreuth.de (Werner Griessl) Cc: current@freebsd.org Subject: Re: curr kernel fails Message-ID: <19970205183645.YI07215@x14.mi.uni-koeln.de> In-Reply-To: <199702051322.OAA01546@btp1da.phy.uni-bayreuth.de>; from Werner Griessl on Feb 5, 1997 14:21:59 %2B0100 References: <199702051322.OAA01546@btp1da.phy.uni-bayreuth.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 5, croot@btp1da.phy.uni-bayreuth.de (Werner Griessl) wrote: > > Cannot compile current kernel. > My src-tree is from today from cvsup2.freebsd.org. > Did a make world without problems, then I tried to compile > a new kernel and failed with: > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DPCVT_PRETTYSCRNS -DPCVT_NSCREENS=8 -DNSWAPDEV=8 -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../pci/ncr.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DPCVT_PRETTYSCRNS -DPCVT_NSCREENS=8 -DNSWAPDEV=8 -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../pci/pci.c > .../../pci/pci.c: In function `pci_register_lkm': > .../../pci/pci.c:960: `if_version' undeclared (first use this function) > .../../pci/pci.c:960: (Each undeclared identifier is reported only once > .../../pci/pci.c:960: for each function it appears in.) > *** Error code 1 Sorry, that was me. I had built a kernel with the patch, but after applying it on Freefall, I decided that the parameter name (if_version) might be misleading, and changed it into if_revision ... Well, I changed it in all places but one :( I will stop doing last minute changes on Freefall! I will stop doing last minute changes on Freefall! I will stop doing last minute changes on Freefall! I will stop doing last minute changes on Freefall! I will stop doing last minute changes on Freefall! Ok. I hope this says it all. Sorry for the inconvenience! Regards, STefan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970205183645.YI07215>