From owner-freebsd-questions Fri Dec 17 3:18:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from poboxer.pobox.com (ferg5200-1-20.cpinternet.com [208.149.16.20]) by hub.freebsd.org (Postfix) with ESMTP id 57B0814C41 for ; Fri, 17 Dec 1999 03:18:52 -0800 (PST) (envelope-from alk@poboxer.pobox.com) Received: (from alk@localhost) by poboxer.pobox.com (8.9.3/8.9.1) id EAA08353; Fri, 17 Dec 1999 04:18:50 -0600 (CST) (envelope-from alk) From: Anthony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 17 Dec 1999 04:18:50 -0600 (CST) X-Face: \h9Jg:Cuivl4S*UP-)gO.6O=T]]@ncM*tn4zG);)lk#4|lqEx=*talx?.Gk,dMQU2)ptPC17cpBzm(l'M|H8BUF1&]dDCxZ.c~Wy6-j,^V1E(NtX$FpkkdnJixsJHE95JlhO 5\M3jh'YiO7KPCn0~W`Ro44_TB@&JuuqRqgPL'0/{):7rU-%.*@/>q?1&Ed Reply-To: alk@pobox.com To: questions@freebsd.org Subject: is this well-known? X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14426.3098.560775.660068@avalon.east> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to build a current kernel for the first time since moving to stable a year ago. It's not going for me. I installed a 99.12.15 snap of current, and tried to build from a kernel.GENERIC world, and I also tried compiling in a 3.4-RC world, but either way I get the failure recorded below. Is this familiar? Sure enough, I can't find any definitions from bus_probe_nomatch_desc. cc -c -O2 -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -D_KERNEL -elf ../../pci/pci.c ../../pci/pci.c:1399: `bus_probe_nomatch_desc' undeclared here (not in a function) ../../pci/pci.c:1399: initializer element for `pci_methods[6].desc' is not constant ../../pci/pci.c:1402: `bus_driver_added_desc' undeclared here (not in a function) ../../pci/pci.c:1402: initializer element for `pci_methods[9].desc' is not constant ../../pci/pci.c:1409: `bus_set_resource_desc' undeclared here (not in a function) ../../pci/pci.c:1409: initializer element for `pci_methods[16].desc' is not constant ../../pci/pci.c:1410: `bus_get_resource_desc' undeclared here (not in a function) ../../pci/pci.c:1410: initializer element for `pci_methods[17].desc' is not constant ../../pci/pci.c:1411: `bus_delete_resource_desc' undeclared here (not in a function) ../../pci/pci.c:1411: initializer element for `pci_methods[18].desc' is not constant *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message