[head tinderbox] failure on sparc64/sparc64

Bruce M. Simpson bms at FreeBSD.org
Tue Jun 12 18:57:54 UTC 2007


FreeBSD Tinderbox wrote:
> cc -O2 -pipe  -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/sparc64 -I/src/lib/libc/sparc64/sys -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/sparc64/src/lib/libc -I/src/lib/libc/resolv -DPOSIX_MISTAKE -I/src/lib/libc/locale -I/src/lib/libc/sparc64/fpu -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libc/net/sourcefilter.c
> /src/lib/libc/net/sourcefilter.c: In function 'setsourcefilter':
> /src/lib/libc/net/sourcefilter.c:309: error: invalid type argument of '->'
> /src/lib/libc/net/sourcefilter.c:329: warning: implicit declaration of function 'setsockopt'
> /src/lib/libc/net/sourcefilter.c: In function 'getsourcefilter':
> /src/lib/libc/net/sourcefilter.c:370: error: invalid type argument of '->'
> /src/lib/libc/net/sourcefilter.c:397: warning: implicit declaration of function 'getsockopt'

I understand the sparc64/sun4v ports are currently having transient 
build failures.

getsockopt() and setsockopt() should have been declared (but not 
defined) in <sys/socket.h>.
Can anyone spot what is wrong? The psu argument is correct and the code 
has built OK on other platforms previously.

regards,
BMS


More information about the freebsd-sparc64 mailing list