Subject: Re: Help; can someone try a make assym.h on sparc -current for me?
To: Rob Healey <rhealey@MR.Net>
From: Absolute(Zero) <abs@anim.dreamworks.com>
List: current-users
Date: 05/13/1997 23:32:44
	Just made assym.h fine from supped -current about 30 minutes ago.

	Just at a level of paranoia - have you ftp'ed down genassym.sh and
	genassym.cf and diffed them with your current copies?

	If no luck on that.. hmmm, you could try rebuilding the tools
	used by genassym.sh one by one (starting with awk :)

	If its still out to lunch after that... its getting real
	interesting :/

                David/abs               abs@anim.dreamworks.com

.---- I've been too drunk to love ----.-- I've been too drunk to remember -.
|          too drunk to care          |    the hell of the night before    |
|  looked like death, felt like hell  |   I've been drinking myself blind  |
`------ been the worse for wear ------'-- and still I'll drink some more --'

On Tue, 13 May 1997, Rob Healey wrote:

> 
> 	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
>