Date: Fri, 15 Nov 2002 16:26:37 -0500 (EST) From: John Baldwin <jhb@FreeBSD.org> To: Nate Lawson <nate@root.org> Cc: des@freebsd.org, current@FreeBSD.ORG, Archie Cobbs <archie@dellroad.org>, Juli Mallett <jmallett@FreeBSD.org> Subject: Re: alpha tinderbox failure Message-ID: <XFMail.20021115162637.jhb@FreeBSD.org> In-Reply-To: <Pine.BSF.4.21.0211151229480.46823-100000@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 15-Nov-2002 Nate Lawson wrote: > On Fri, 15 Nov 2002, Juli Mallett wrote: >> * De: Nate Lawson <nate@root.org> [ 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 <jhb@FreeBSD.org> <>< 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20021115162637.jhb>