Date: Tue, 19 Nov 2002 22:22:37 -0800 From: Kent Stewart <kstewart@owt.com> To: Pete Carah <pete@ns.altadena.net> Cc: stable@FreeBSD.ORG Subject: Re: Kernel compilation problem, new this evening Message-ID: <3DDB2A2D.4030803@owt.com> References: <200211200556.gAK5u5hH010926@ns.altadena.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Pete Carah wrote:
> 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
> ===================================================================
>
There was a change about 30 minutes ago. You will probably have to
wait an hour for the change to move to the server you mirror from.
FWIW, I set my mirror up to go a 15 mins after the hour to catch
changes on the hour. It just finished and I didn't see the following
change
1.31.2.12 +2 -2 src/sys/cam/scsi/scsi_cd.c
Kent
Kent
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
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?3DDB2A2D.4030803>
