Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jan 2003 12:13:57 -0800
From:      Peter Wemm <peter@wemm.org>
To:        Kris Kennaway <kris@citusc.usc.edu>
Cc:        Dag-Erling Smorgrav <des@FreeBSD.ORG>, current@FreeBSD.ORG, fanf@freebsd.org, ru@freebsd.org
Subject:   Re: alpha tinderbox failure 
Message-ID:  <20030104201357.D27142A8A5@canning.wemm.org>
In-Reply-To: <20030104200650.579A12A7EA@canning.wemm.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030104201357.D27142A8A5>