Date: Tue, 19 Nov 2002 21:56:05 -0800 (PST) From: Pete Carah <pete@ns.altadena.net> To: stable@freebsd.org Subject: Kernel compilation problem, new this evening Message-ID: <200211200556.gAK5u5hH010926@ns.altadena.net>
next in thread | raw e-mail | index | archive | help
This looks like a partial commit problem (or too quick an MFC?) but it
was cvsup'd a couple of hours ago and again a few mins ago; still
no .h change to correspond. (Yes, I know these usually fix themselves
after the next cvsup mirror interval (I use a private cvsup mirror with
hourly updates); this one didn't).
-- Pete
in make buildkernel:
----------------------------------------------------------------
cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 /usr/src/sys/cam/scsi/scsi_cd.c
/usr/src/sys/cam/scsi/scsi_cd.c: In function `cdsetspeed':
/usr/src/sys/cam/scsi/scsi_cd.c:3133: `CAM_RETRY_SELTO' undeclared (first use in this function)
/usr/src/sys/cam/scsi/scsi_cd.c:3133: (Each undeclared identifier is reported only once
/usr/src/sys/cam/scsi/scsi_cd.c:3133: for each function it appears in.)
*** Error code 1
Stop in /d/obj-s/usr/src/sys/PORT2.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
and there is only one reference to that name, no definition:
------------------------------------------------------------
port2# find . -type f -exec grep CAM_RETRY_SELTO {} \; -print
error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO,
./sys/cam/scsi/scsi_cd.c
===================================================================
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211200556.gAK5u5hH010926>
