Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2003 21:44:44 +0100
From:      Gary Jennejohn <garyj@jennejohn.org>
To:        freebsd-current@freebsd.org
Subject:   -current error in kernel build with NO_GEOM
Message-ID:  <200301232044.h0NKiimM021778@peedub.jennejohn.org>

next in thread | raw e-mail | index | archive | help
Am I the only person using NO_GEOM in -current? Here the relevant
error output from ``make buildkernel'' (cvsup 5 minutes ago):

cc -c -pipe -O -march=athlon-xp -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror  /usr/src/sys/kern/subr_diskslice.c
/usr/src/sys/kern/subr_diskslice.c: In function `dsioctl':
/usr/src/sys/kern/subr_diskslice.c:387: `DIOCGSLICEINFO' undeclared (first use in this function)
/usr/src/sys/kern/subr_diskslice.c:387: (Each undeclared identifier is reported only once
/usr/src/sys/kern/subr_diskslice.c:387: for each function it appears in.)
/usr/src/sys/kern/subr_diskslice.c:434: `DIOCSYNCSLICEINFO' undeclared (first use in this function)
*** Error code 1

Stop in /u2/obj/usr/src/sys/athlon.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

These ioctl's are not defined anywhere under /usr/src/sys.

--------
Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org gj@denx.de


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?200301232044.h0NKiimM021778>