Subject: problems upgrading to -current
To: None <port-pc532@netbsd.org>
From: Jon Buller <jonb@metronet.com>
List: port-pc532
Date: 09/02/1998 01:10:31
OK,

Anyone have a hint for how to get past this?

jonb@bullbox[519]$ cd /usr/src/lib/libc ; make
lint -chapbxz -DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DRESOLVSORT -DPOSIX_MISTAKE -DFLOATING_POINT -i /usr/src/lib/libc/compat-43/setrgid.c
setrgid.c(48): syntax error
setrgid.c(57): syntax error
setrgid.c(58): rgid undefined
setrgid.c(58): warning: conversion to 'unsigned int' due to prototype, arg #1
setrgid.c(59): lint error: chkausg() 1
*** Error code 1

Stop.


I have done a make -k several times on the entire tree, followed
by a make -k install, but this one doesn't seem to go away...
(Note that libc.so.12.30 built and seems to work fine, but it can't
seem to get past lint.)

Jon