From owner-freebsd-current Fri Nov 15 13:26:40 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD9837B401 for ; Fri, 15 Nov 2002 13:26:38 -0800 (PST) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A17743E88 for ; Fri, 15 Nov 2002 13:26:38 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 22578 invoked from network); 15 Nov 2002 21:26:44 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 15 Nov 2002 21:26:44 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gAFLQZ2D016421; Fri, 15 Nov 2002 16:26:35 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 15 Nov 2002 16:26:37 -0500 (EST) From: John Baldwin To: Nate Lawson Subject: Re: alpha tinderbox failure Cc: des@freebsd.org, current@FreeBSD.ORG, Archie Cobbs , Juli Mallett Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 15-Nov-2002 Nate Lawson wrote: > On Fri, 15 Nov 2002, Juli Mallett wrote: >> * De: Nate Lawson [ Data: 2002-11-15 ] >> [ Subjecte: Re: alpha tinderbox failure ] >> > On Fri, 15 Nov 2002, Archie Cobbs wrote: >> > > Dag-Erling Smorgrav wrote: >> > > > ===> vinum >> > > > "Makefile", line 4441: warning: duplicate script for target "geom_bsd.o" ignored >> > > > cc1: warnings being treated as errors >> > > > /h/des/src/sys/dev/aic7xxx/aic79xx_osm.c: In function `ahd_ddb_in': >> > > > /h/des/src/sys/dev/aic7xxx/aic79xx_osm.c:1931: warning: unsigned int format, different >> > > > type arg (arg 2) >> > > > /h/des/src/sys/dev/aic7xxx/aic79xx_osm.c: In function `ahd_ddb_out': >> > > > /h/des/src/sys/dev/aic7xxx/aic79xx_osm.c:1991: warning: unsigned int format, different >> > > > type arg (arg 2) >> > > > /h/des/src/sys/dev/aic7xxx/aic79xx_osm.c:1991: warning: unsigned int format, different >> > > > type arg (arg 4) >> > > > /h/des/src/sys/dev/aic7xxx/aic79xx_osm.c:1991: warning: unsigned int format, different >> > > > type arg (arg 5) >> > > > *** Error code 1 >> > > >> > > I'm getting tired of this email. Any objections to the patch below? >> > >> > aic7xxx is vendor-supported and changing it takes it off their p4 >> > branch. I think gibbs@ has some patches to fix this but there are many >> > more problems in other drivers that follow it in the build. >> > >> > DES, can you take LINT out temporarily from the alpha tinderbox? >> >> Can't that file just be marked nowerror for now? > > WERROR= you mean. :) He means 'nowerror' in sys/conf/files FWIW, the correct patch would be to use %j and uintmax_t, not longs. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message