Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 1999 23:27:25 -0400 (EDT)
From:      "John W. DeBoskey" <jwd@unx.sas.com>
To:        freebsd-current@freebsd.org
Subject:   make release GENERIC kernel error (pnp)
Message-ID:  <199909020327.XAA12222@bb01f39.unx.sas.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909020327.XAA12222>