Date: Fri, 17 Dec 1999 04:18:50 -0600 (CST) From: Anthony Kimball <alk@pobox.com> To: questions@freebsd.org Subject: is this well-known? Message-ID: <14426.3098.560775.660068@avalon.east>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14426.3098.560775.660068>