Subject: libc make error on -current
To: None <current-users@netbsd.org>
From: Kazufumi-MIT-Mitani <mit@mit-s.otaru-uc.ac.jp>
List: current-users
Date: 09/17/1998 13:46:07
I make -current on my ss10 box.
it is 9/16 night(JST) -current

at src/lib/libc I got

mits10# make depend
creating LintSysNormal.c
syscall sigaction not found!
*** Error code 1

Stop.

Ignoreing this, (I type make depend once more and  make)

mits10# make sigsetops.o
cc -O -DALL_STATE -Wno-uninitialized -Wno-parentheses -Wno-error  -Wall -Wstrict
-prototypes -Wmissing-prototypes -Wpointer-arith -Werror -Wno-error  -DNLS -DYP
-DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -I/mnt/src/lib/libc/include -D__DBINTERF
ACE_PRIVATE -DRESOLVSORT -DPOSIX_MISTAKE -DFLOATING_POINT -c /mnt/src/lib/libc/g
en/sigsetops.c
/mnt/src/lib/libc/gen/sigsetops.c: In function `sigemptyset':
/mnt/src/lib/libc/gen/sigsetops.c:60: incompatible types in assignment
/mnt/src/lib/libc/gen/sigsetops.c: In function `sigfillset':
/mnt/src/lib/libc/gen/sigsetops.c:68: conversion to non-scalar type requested
/mnt/src/lib/libc/gen/sigsetops.c: In function `sigaddset':
/mnt/src/lib/libc/gen/sigsetops.c:81: invalid operands to binary |
/mnt/src/lib/libc/gen/sigsetops.c: In function `sigdelset':
/mnt/src/lib/libc/gen/sigsetops.c:94: invalid operands to binary &
/mnt/src/lib/libc/gen/sigsetops.c: In function `sigismember':
/mnt/src/lib/libc/gen/sigsetops.c:107: invalid operands to binary &
/mnt/src/lib/libc/gen/sigsetops.c:108: warning: control reaches end of non-void
function
*** Error code 1

Stop.


what's wrong with me?

//mit