From owner-freebsd-current Tue Jul 3 21:32:43 2001 Delivered-To: freebsd-current@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 890C937B406 for ; Tue, 3 Jul 2001 21:32:40 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo (mjacob@beppo [192.67.166.79]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f644WUS08446; Tue, 3 Jul 2001 21:32:30 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Tue, 3 Jul 2001 21:32:30 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Kris Kennaway Cc: Jim Pirzyk , freebsd-current@FreeBSD.ORG Subject: Re: chgrp broken on alpha systems In-Reply-To: <20010703211126.C46524@xor.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Tue, 3 Jul 2001, Kris Kennaway wrote: > On Tue, Jul 03, 2001 at 02:41:33PM -0700, Matthew Jacob wrote: > > > > Hmm. Somebody must have cranked some C compilation up enough to turn > > warnings into errors. > > > > If I check out chkgrp into /tmp now on a system that's currently trying > > to update itself, I get: > > > > yorp.feral.com > make > > Warning: Object directory not changed from original > > /tmp/src/usr.sbin/chkgrp > > cc -O -pipe -mcpu=ev4 -c chkgrp.c > > chkgrp.c: In function `main': > > chkgrp.c:76: warning: passing arg 2 of `fgetln' from incompatible > > pointer type > > cc -O -pipe -mcpu=ev4 -o chkgrp chkgrp.o > > gzip -cn chkgrp.8 > chkgrp.8.gz > > > > > > Gee, I wonder who's turned this on for userland? The only thing these > > are on for is the kernel- and even that isn't -Werror. > > You're about two months out of date; we started locking down userland > code around that timeframe. This one probably wasn't tested > thoroughly enough on alpha. Too much frickin' ergot in yer wheaties, bucko. There is no -Wall or -Werror in normal /usr/src builds. Try again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message