From owner-freebsd-tinderbox@FreeBSD.ORG Tue Jun 12 18:47:38 2007 Return-Path: X-Original-To: tinderbox@freebsd.org Delivered-To: freebsd-tinderbox@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 234BF16A46C; Tue, 12 Jun 2007 18:47:38 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id EA81A13C458; Tue, 12 Jun 2007 18:47:37 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 6ABE915AB; Tue, 12 Jun 2007 14:47:37 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 12 Jun 2007 14:47:37 -0400 X-Sasl-enc: GTKCwkusACKeyvh4bm1iZOvo/JvcHbIYoH3nuMc6ioGb 1181674056 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id A10E81DD88; Tue, 12 Jun 2007 14:47:36 -0400 (EDT) Message-ID: <466EEA46.1060803@FreeBSD.org> Date: Tue, 12 Jun 2007 19:47:34 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.10 (X11/20070407) MIME-Version: 1.0 To: FreeBSD Tinderbox References: <20070612183708.E31A073069@freebsd-current.sentex.ca> In-Reply-To: <20070612183708.E31A073069@freebsd-current.sentex.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org, sparc64@freebsd.org Subject: Re: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2007 18:47:38 -0000 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 . Can anyone spot what is wrong? The psu argument is correct and the code has built OK on other platforms previously. regards, BMS