From owner-freebsd-current Wed Feb 5 05:22:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA14382 for current-outgoing; Wed, 5 Feb 1997 05:22:05 -0800 (PST) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA14377 for ; Wed, 5 Feb 1997 05:22:01 -0800 (PST) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.8.5/8.7.3) id OAA01546 for current@freebsd.org; Wed, 5 Feb 1997 14:22:00 +0100 (MET) From: Werner Griessl Message-Id: <199702051322.OAA01546@btp1da.phy.uni-bayreuth.de> Subject: curr kernel fails To: current@freebsd.org Date: Wed, 5 Feb 1997 14:21:59 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 Stop. Werner