From owner-freebsd-current Wed Feb 5 09:37:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02527 for current-outgoing; Wed, 5 Feb 1997 09:37:02 -0800 (PST) Received: from Sisyphos.MI.Uni-Koeln.DE (Sisyphos.MI.Uni-Koeln.DE [134.95.212.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA02448 for ; Wed, 5 Feb 1997 09:36:59 -0800 (PST) Received: from x14.mi.uni-koeln.de (annexr2-44.slip.Uni-Koeln.DE) by Sisyphos.MI.Uni-Koeln.DE with SMTP id AA10684 (5.67b/IDA-1.5 for ); Wed, 5 Feb 1997 18:36:49 +0100 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.5/8.6.9) id SAA04990; Wed, 5 Feb 1997 18:36:45 +0100 (CET) Message-Id: <19970205183645.YI07215@x14.mi.uni-koeln.de> 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 References: <199702051322.OAA01546@btp1da.phy.uni-bayreuth.de> X-Mailer: Mutt 0.60-PL0 Mime-Version: 1.0 In-Reply-To: <199702051322.OAA01546@btp1da.phy.uni-bayreuth.de>; from Werner Griessl on Feb 5, 1997 14:21:59 +0100 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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