Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2007 19:47:34 +0100
From:      "Bruce M. Simpson" <bms@FreeBSD.org>
To:        FreeBSD Tinderbox <tinderbox@freebsd.org>
Cc:        current@freebsd.org, sparc64@freebsd.org
Subject:   Re: [head tinderbox] failure on sparc64/sparc64
Message-ID:  <466EEA46.1060803@FreeBSD.org>
In-Reply-To: <20070612183708.E31A073069@freebsd-current.sentex.ca>

index | next in thread | previous in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?466EEA46.1060803>