From owner-freebsd-current Sat Jan 4 23: 0:30 2003 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 093EF37B401; Sat, 4 Jan 2003 23:00:29 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13A6043EA9; Sat, 4 Jan 2003 23:00:27 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA11898; Sun, 5 Jan 2003 18:00:09 +1100 Date: Sun, 5 Jan 2003 18:00:26 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: phk@FreeBSD.ORG Cc: Peter Wemm , Kris Kennaway , Dag-Erling Smorgrav , , , Subject: Re: alpha tinderbox failure In-Reply-To: <2994.1041712055@critter.freebsd.dk> Message-ID: <20030105175202.N14167-100000@gamplex.bde.org> 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 Sat, 4 Jan 2003 phk@FreeBSD.ORG wrote: > In message <20030104201357.D27142A8A5@canning.wemm.org>, Peter Wemm writes: > >> No, it isn't the regression tests. It is this here in the start of stage 4: > >> > >> ===> usr.bin/vi > >> *** Error code 1 (ignored) > >> *** Error code 1 (ignored) > >> ===> usr.bin/vis > >> > >> As soon as 'whereintheworld' sees an 'error code', it starts dumping that > >> entire block to the end. If you care to find and fix the build in vi, that > >> would solve it. > > I think it would be more profitable to teach "whereintheworld" about > the "(ignored)" string, wouldn't it ? No; it would be more profitable to teach programmers to not ignore errors. whereintheworld is perfectly non-broken in not ignoring them. These "*** Error" messages (not to mention other error ouput from makeworld) also make it harder for human readers to see the actual errors. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message