From owner-freebsd-stable@FreeBSD.ORG Thu May 21 13:33:44 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BB5A106564A for ; Thu, 21 May 2009 13:33:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4E9698FC0C for ; Thu, 21 May 2009 13:33:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 04B7E46B0D; Thu, 21 May 2009 09:33:44 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id B3A008A026; Thu, 21 May 2009 09:33:42 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Thu, 21 May 2009 08:33:47 -0400 User-Agent: KMail/1.9.7 References: <4A150DBA.9010209@intersonic.se> In-Reply-To: <4A150DBA.9010209@intersonic.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905210833.48039.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Thu, 21 May 2009 09:33:42 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Subject: Re: kernel compile fails in machdep.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 13:33:44 -0000 On Thursday 21 May 2009 4:15:54 am Per olof Ljungmark wrote: > Latest stable sources, machdep.c is > $FreeBSD: src/sys/i386/i386/intr_machdep.c,v 1.29.2.7 2009/05/19 > 22:07:54 jhb Exp $ > > cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc > -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/i386/i386/intr_machdep.c > cc1: warnings being treated as errors > /usr/src/sys/i386/i386/intr_machdep.c: In function 'intr_register_source': > /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 4 > of 'intr_event_create' makes pointer from integer without a cast > /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 7 > of 'intr_event_create' from incompatible pointer type > /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing argument 8 > of 'intr_event_create' from incompatible pointer type > /usr/src/sys/i386/i386/intr_machdep.c: In function 'intr_execute_handlers': > /usr/src/sys/i386/i386/intr_machdep.c:261: warning: implicit declaration > of function 'intr_event_handle' > /usr/src/sys/i386/i386/intr_machdep.c:261: warning: nested extern > declaration of 'intr_event_handle' > *** Error code 1 I think you must have some files not in sync. It compiled before commit and the tinderbox has not reported any errors after the commit. -- John Baldwin