Subject: Help; can someone try a make assym.h on sparc -current for me?
To: None <current-users@NetBSD.ORG>
From: Rob Healey <rhealey@MR.Net>
List: current-users
Date: 05/13/1997 21:05:30
OK, I've been trying for days with no luck to track down why
all attempts to get kern/genassym.sh to generate a proper assym.h file
on my -current SPARC system have failed.
I've nuked the WHOLE source tree, resupped, make share/mk install,
make depend, etc. and still the make depend in my kernel config
dir STILL barfs on the sparc/sparc/genassym.cf file claiming:
# make assym.h
sh ../../../../kern/genassym.sh cc -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -mno-fpu -I. -I../../../../arch -I../../../.. -nostdinc -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DEXEC_AOUT -DEXEC_SCRIPT -DSUN4C -DKTRACE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DLKM -DDDB -DCOMPAT_43 -DCOMPAT_12 -DCOMPAT_SUNOS -DFFS -DNFS -DKERNFS -DNULLFS -DMFS -DFDESC -DUMAPFS -DLFS -DPORTAL -DPROCFS -DCD9660 -DUNION -DMSDOSFS -DNFSSERVER -DQUOTA -DFIFO -DINET -DTCP_COMPAT_42 -DGATEWAY -DMROUTING -DDIRECTED_BROADCAST -DPFIL_HOOKS -DRASTERCONSOLE -DMAXUSERS=16 -D_KERNEL < ../../../../arch/sparc/sparc/genassym.cf > assym.h.tmp && mv -f assym.h.tmp assym.h
/tmp/7063.c:79: unterminated `#if' conditional
Could somebody PLEASE do a from scratch kernel config, i.e.
wipe the kernel directory, do a config FOO, where FOO is your
favorite sparc config file and then do a make depend and see
if genassym.sh works properly? I'm going nuts trying to figure
this out since sparc/sparc/genassym.cf is:
# $NetBSD: genassym.cf,v 1.1 1997/03/12 15:16:35 christos Exp $
and when I comment out the offending code from the
'unterminated `#if' conditional' I get screenfulls of define and
symbol errors from kern/genassym.sh. ARRRRRRRRRRGH!
Heeeeeeeeeeeeeeeeeeeelp! From my previous pleas I've received no
"me too"'s so I'm going nutts trying to figure out where I've
gone wrong. B^(.
-Rob