From owner-freebsd-tinderbox@FreeBSD.ORG Fri Dec 9 08:21:18 2005 Return-Path: X-Original-To: tinderbox@freebsd.org Delivered-To: freebsd-tinderbox@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EE4216A426; Fri, 9 Dec 2005 08:21:18 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9647243D49; Fri, 9 Dec 2005 08:20:50 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jB98KbLD086801; Fri, 9 Dec 2005 08:20:38 GMT (envelope-from davidxu@freebsd.org) Message-ID: <43993E59.4080706@freebsd.org> Date: Fri, 09 Dec 2005 16:20:41 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20050928 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <20051209021612.8DBA37302F@freebsd-current.sentex.ca> <20051209080939.GI37414@FreeBSD.org> In-Reply-To: <20051209080939.GI37414@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on i386/i386 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: Fri, 09 Dec 2005 08:21:19 -0000 Gleb Smirnoff wrote: > btw, Andre's breakage has masked another one, by David: > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/src/sys/kern/kern_time.c > /usr/src/sys/kern/kern_time.c:90: error: conflicting types for 'itimers_event_hook' > /usr/src/sys/sys/timers.h:115: error: previous declaration of 'itimers_event_hook' was here > /usr/src/sys/kern/kern_time.c:90: error: conflicting types for 'itimers_event_hook' > /usr/src/sys/sys/timers.h:115: error: previous declaration of 'itimers_event_hook' was here > *** Error code 1 > Sorry, fixed! please try again.