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 [EMAIL PROTECTED]
> > with "unsubscribe freebsd-current" in the body of the message
> > 
> 
> Cheers,
> -Peter
> --
> Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> "All of this is for nothing if we don't go to the stars" - JMS/B5
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to