From owner-freebsd-current Sat Jan 4 12:14:18 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 55BE637B405; Sat, 4 Jan 2003 12:14:16 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066E443EC5; Sat, 4 Jan 2003 12:14:06 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id D27142A8A5; Sat, 4 Jan 2003 12:13:57 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Kris Kennaway Cc: Dag-Erling Smorgrav , current@FreeBSD.ORG, fanf@freebsd.org, ru@freebsd.org Subject: Re: alpha tinderbox failure In-Reply-To: <20030104200650.579A12A7EA@canning.wemm.org> Date: Sat, 04 Jan 2003 12:13:57 -0800 From: Peter Wemm Message-Id: <20030104201357.D27142A8A5@canning.wemm.org> 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 Peter Wemm wrote: > Kris Kennaway wrote: > > > > --AhhlLboLdkugWU4S > > Content-Type: text/plain; charset=us-ascii > > Content-Disposition: inline > > > > Can someone please fix whereintheworld to grok the new make regression > > test output, so it doesn't get confused and dump the entire world > > output in the emails? > > 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. Specifically, unifdef has been changed and now causes this failure: unifdef -UHAVE_TCL_INTERP /home/src/usr.bin/vi/../../contrib/nvi/ex/ex_tcl.c > ex_notcl.c *** Error code 1 (ignored) unifdef -UHAVE_PERL_INTERP /home/src/usr.bin/vi/../../contrib/nvi/ex/ex_perl.c > ex_noperl.c *** Error code 1 (ignored) rm -f .depend The error codes were not there before. This is what is upsetting whereintheworld. Interestingly, unifdef is not being cross built and is being run from /usr/bin. There is a build tool missing here. Otherwise all the tinderbox builds would be doing this.. The ones (like ia64) that have a slightly older installed world are using the old unifdef binary from /usr/bin, which do not cause this error code. > > Kris > > > > --AhhlLboLdkugWU4S > > Content-Type: application/pgp-signature > > Content-Disposition: inline > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.0.6 (GNU/Linux) > > Comment: For info see http://www.gnupg.org > > > > iD8DBQE+Fs2IWry0BWjoQKURAjkGAKDHg95MMoekBGd8JE9YiLJ6yZGMzgCff6zU > > 5p6oDcHQCz1j82XpAElV24w= > > =DfCz > > -----END PGP SIGNATURE----- > > > > --AhhlLboLdkugWU4S-- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > > > Cheers, > -Peter > -- > Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com > "All of this is for nothing if we don't go to the stars" - JMS/B5 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message