From owner-freebsd-stable Tue Nov 19 22:22:45 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 1E5AF37B401 for ; Tue, 19 Nov 2002 22:22:43 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC7043E88 for ; Tue, 19 Nov 2002 22:22:42 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id WAA16729; Tue, 19 Nov 2002 22:22:38 -0800 Message-ID: <3DDB2A2D.4030803@owt.com> Date: Tue, 19 Nov 2002 22:22:37 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Pete Carah Cc: stable@FreeBSD.ORG Subject: Re: Kernel compilation problem, new this evening References: <200211200556.gAK5u5hH010926@ns.altadena.net> Content-Type: text/plain; charset=us-ascii; format=flowed 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 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