From owner-freebsd-current Wed Sep 1 20:27:59 1999 Delivered-To: freebsd-current@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id 25F8A14FC2 for ; Wed, 1 Sep 1999 20:27:56 -0700 (PDT) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id XAA24297 for ; Wed, 1 Sep 1999 23:27:55 -0400 (EDT) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA24019; Wed, 1 Sep 1999 23:27:25 -0400 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id XAA12222 for freebsd-current@freebsd.org; Wed, 1 Sep 1999 23:27:25 -0400 (EDT) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199909020327.XAA12222@bb01f39.unx.sas.com> Subject: make release GENERIC kernel error (pnp) To: freebsd-current@freebsd.org Date: Wed, 1 Sep 1999 23:27:25 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm seeing the following error during a 'make release' with sources current as of 4:30pm EST. I'll re-cvsup, and try again, but I don't see (via the cvsweb) any commits that would fix this. cd /usr/src/sys/i386/conf && config -r GENERIC && cd ../../compile/GENERIC && make depend && make in the normal source tree with the same set of sources seems to work correctly. I'll see what I can find... Later! John sh ../../conf/newvers.sh GENERIC cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -elf vers.c linking GENERIC aha_isa.o: In function `ahapnp_probe': aha_isa.o(.text+0x237): undefined reference to `read_pnp_parms' aha_isa.o: In function `ahapnp_attach': aha_isa.o(.text+0x27f): undefined reference to `read_pnp_parms' aha_isa.o(.text+0x29f): undefined reference to `write_pnp_parms' aha_isa.o(.text+0x2a4): undefined reference to `enable_pnp_card' if_cs.o: In function `cs_pnp_probe': if_cs.o(.text+0x172f): undefined reference to `read_pnp_parms' if_cs.o: In function `cs_pnp_attach': if_cs.o(.text+0x1786): undefined reference to `read_pnp_parms' if_cs.o(.text+0x17a7): undefined reference to `write_pnp_parms' if_cs.o(.text+0x17ac): undefined reference to `enable_pnp_card' if_ed.o: In function `edpnp_probe': if_ed.o(.text+0x2fb3): undefined reference to `read_pnp_parms' if_ed.o: In function `edpnp_attach': if_ed.o(.text+0x3003): undefined reference to `read_pnp_parms' if_ed.o(.text+0x3023): undefined reference to `write_pnp_parms' if_ed.o(.text+0x3028): undefined reference to `enable_pnp_card' *** Error code 1 Stop in /usr/src/sys/compile/GENERIC. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message