Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2005 11:51:24 +1100
From:      Christopher Vance <c@nu.org>
To:        freebsd-stable@freebsd.org
Subject:   kernel build failure amd64
Message-ID:  <20050113005124.GA452@nu.org>

next in thread | raw e-mail | index | archive | help
Recent cvsup with cvs up.

Removed /usr/obj/.../src/sys/GENERIC.

(cd /usr/src; make kernel) dies with

cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -Wall -Wredundant-=
decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-=
arith -Winline -Wcast-qual  -fformat-extensions -std=3Dc99  -nostdinc -I-  =
-I. -I/d2/FreeBSD/root/5-stable/usr/src/sys -I/d2/FreeBSD/root/5-stable/usr=
/src/sys/contrib/dev/acpica -I/d2/FreeBSD/root/5-stable/usr/src/sys/contrib=
/altq -I/d2/FreeBSD/root/5-stable/usr/src/sys/contrib/ipfilter -I/d2/FreeBS=
D/root/5-stable/usr/src/sys/contrib/pf -I/d2/FreeBSD/root/5-stable/usr/src/=
sys/contrib/dev/ath -I/d2/FreeBSD/root/5-stable/usr/src/sys/contrib/dev/ath=
/freebsd -I/d2/FreeBSD/root/5-stable/usr/src/sys/contrib/ngatm -D_KERNEL -i=
nclude opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-g=
rowth=3D100 --param large-function-growth=3D1000  -mcmodel=3Dkernel -mno-re=
d-zone  -mfpmath=3D387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float=
 -fno-asynchronous-unwind-tables -ffreestanding -Werror  /d2/FreeBSD/root/5=
-stable/usr/src/sys/dev/kbd/atkbd.c
/d2/FreeBSD/root/5-stable/usr/src/sys/dev/kbd/atkbd.c: In function `probe_k=
eyboard':
/d2/FreeBSD/root/5-stable/usr/src/sys/dev/kbd/atkbd.c:1120: error: `KB_CONF=
_NO_PROBE_TEST' undeclared (first use in this function)
/d2/FreeBSD/root/5-stable/usr/src/sys/dev/kbd/atkbd.c:1120: error: (Each un=
declared identifier is reported only once
/d2/FreeBSD/root/5-stable/usr/src/sys/dev/kbd/atkbd.c:1120: error: for each=
 function it appears in.)
*** Error code 1

The only file mentioning KB_CONF_NO_PROBE_TEST in any version appears
to be src/sys/dev/kbd/atkbd.c, with no definition anywhere.

--=20
Christopher Vance



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