Subject: Re: random build breakage?
To: None <cgd@CS.cmu.edu, mjacob@nas.nasa.gov>
From: Matthew Jacob <mjacob@feral.com>
List: port-alpha
Date: 02/20/1997 11:40:58
Then there's an ordering problem.

>From Chris_G_Demetriou@ux2.SP.CS.CMU.EDU Thu Feb 20 11:38:34 1997
	id AA12826; Thu, 20 Feb 97 11:38:02 PST
	by chuck.nas.nasa.gov (8.8.3/NAS.6.1) with ESMTP id LAA28098
	for <mjacob@chuck.nas.nasa.gov>; Thu, 20 Feb 1997 11:36:42 -0800 (AWST)
	by data.nas.nasa.gov (8.8.3/NAS.5.b) with SMTP id LAA10987
	for <mjacob@nas.nasa.gov>; Thu, 20 Feb 1997 11:35:55 -0800 (PST)
To: Matthew Mjacob <mjacob@nas.nasa.gov>
Cc: port-alpha@netbsd.org
From: "Chris G. Demetriou" <cgd@CS.cmu.edu>
Subject: Re: random build breakage? 
In-Reply-To: Your message of "Thu, 20 Feb 1997 11:05:39 PST."
             <199702201905.LAA24114@mother.nas.nasa.gov> 
Date: Thu, 20 Feb 1997 14:35:04 -0500
Message-Id: <17506.856467304@ux2.SP.CS.CMU.EDU>
Status: R

> a 'make includes' on current for alpha gets the following upchuck.
> [ ... ]

Not for me.  8-)

bunnahabhain# pwd
/usr/src/domestic/lib/libkrb
bunnahabhain# make includes
cd /usr/src/domestic/lib/libkrb/../../usr.bin/compile_et && make depend && make
lex  /usr/src/domestic/usr.bin/compile_et/et_lex.lex.l
mv lex.yy.c et_lex.lex.c
mkdep -a -DHAVE_CONFIG_H -I. -I/usr/src/domestic/usr.bin/compile_et/../../include -I/usr/src/domestic/usr.bin/compile_et/../../lib/libcom_err -I/usr/src/domestic/usr.bin/compile_et/../../include /usr/src/domestic/usr.bin/compile_et/compile_et.c
cc -pipe -O -DHAVE_CONFIG_H -I. -I/usr/src/domestic/usr.bin/compile_et/../../include -I/usr/src/domestic/usr.bin/compile_et/../../lib/libcom_err -I/usr/src/domestic/usr.bin/compile_et/../../include  -I/usr/src/domestic/usr.bin/compile_et/../../include -Werror  -c /usr/src/domestic/usr.bin/compile_et/compile_et.c
yacc -d /usr/src/domestic/usr.bin/compile_et/error_table.y
cc -pipe -O -DHAVE_CONFIG_H -I. -I/usr/src/domestic/usr.bin/compile_et/../../include -I/usr/src/domestic/usr.bin/compile_et/../../lib/libcom_err -I/usr/src/domestic/usr.bin/compile_et/../../include  -I/usr/src/domestic/usr.bin/compile_et/../../include -Werror  -c -o error_table.o y.tab.c
rm -f y.tab.c
cc -pipe   -o compile_et compile_et.o error_table.o -ll
nroff -mandoc /usr/src/domestic/usr.bin/compile_et/compile_et.1 > compile_et.cat1
/usr/src/domestic/lib/libkrb/../../usr.bin/compile_et/obj/compile_et /usr/src/domestic/lib/libkrb/krb_err.et
cd /usr/src/domestic/lib/libkrb/obj; cmp -s krb_err.h  /usr/include/kerberosIV/krb_err.h ||  install -c -o bin -g bin -m 444 krb_err.h  /usr/include/kerberosIV


Looks like your other headers (esp. endian.h) are out of date.



chris