From owner-freebsd-stable Tue Nov 19 21:56: 8 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1739A37B401 for ; Tue, 19 Nov 2002 21:56:07 -0800 (PST) Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D06443E6E for ; Tue, 19 Nov 2002 21:56:06 -0800 (PST) (envelope-from pete@ns.altadena.net) Received: from ns.altadena.net (localhost [127.0.0.1]) by ns.altadena.net (8.12.6/8.12.3) with ESMTP id gAK5u58I010929 for ; Tue, 19 Nov 2002 21:56:05 -0800 (PST) (envelope-from pete@ns.altadena.net) Received: (from pete@localhost) by ns.altadena.net (8.12.6/8.12.3/Submit) id gAK5u5hH010926 for stable@freebsd.org; Tue, 19 Nov 2002 21:56:05 -0800 (PST) (envelope-from pete) From: Pete Carah Message-Id: <200211200556.gAK5u5hH010926@ns.altadena.net> Subject: Kernel compilation problem, new this evening To: stable@freebsd.org Date: Tue, 19 Nov 2002 21:56:05 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=iso8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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