Subject: lib/libc/arch/sparc/SYS.h blows up getegid.o; assembler error
To: None <current-users@NetBSD.ORG>
From: Rob Healey <rhealey@MR.Net>
List: current-users
Date: 10/21/1996 11:21:04
	Fetched a brand spanking new tree this morning. Did an install of
	the make config files, i.e. share/mk, did a make includes, then
	tried to build libc. It constantly whined about:

creating {Whatever}.o
In file included from :1:
/opt/bsd/lib/libc/arch/sparc/SYS.h:107: warning: `SYSCALL_NOERROR' redefined
/opt/bsd/lib/libc/arch/sparc/SYS.h:97: warning: this is the location of the previous definition

	And then it completely died while assembling getegid.o with:
creating getegid.o
In file included from :1:
/opt/bsd/lib/libc/arch/sparc/SYS.h:107: warning: `SYSCALL_NOERROR' redefined
/opt/bsd/lib/libc/arch/sparc/SYS.h:97: warning: this is the location of the previous definition
: Assembler messages:
:2: Error: Unknown opcode: `RSYSCALL_NOERROR(getegid)'
*** Error code 1

	What gives? I thought the libc makefile was fixed up yesterday?

	Again, I DID a fresh install of the include files and the make
	config files.

		-Rob