From owner-freebsd-tinderbox@FreeBSD.ORG Fri Feb 23 16:23:47 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 3898D16A407; Fri, 23 Feb 2007 16:23:47 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.freebsd.org (Postfix) with ESMTP id E84BF13C4B5; Fri, 23 Feb 2007 16:23:46 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from newluxor.wired.org (ip-91-186.sn1.eutelia.it [62.94.91.186]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.oltrelinux.com (Postfix) with ESMTP id 78FE411AE51; Fri, 23 Feb 2007 16:56:31 +0100 (CET) Received: (from piso@localhost) by newluxor.wired.org (8.13.8/8.13.8/Submit) id l1NFuQEW003380; Fri, 23 Feb 2007 16:56:27 +0100 (CET) (envelope-from piso) Date: Fri, 23 Feb 2007 16:56:26 +0100 From: Paolo Pisati To: FreeBSD Tinderbox Message-ID: <20070223155626.GA3351@tin.it> References: <20070223143124.BED2C73039@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070223143124.BED2C73039@freebsd-current.sentex.ca> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Cc: current@freebsd.org, i386@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, 23 Feb 2007 16:23:47 -0000 On Fri, Feb 23, 2007 at 09:31:24AM -0500, FreeBSD Tinderbox wrote: [snip] > cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/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 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/aha/aha_mca.c > /src/sys/dev/aha/aha_mca.c: In function `aha_mca_attach': > /src/sys/dev/aha/aha_mca.c:197: warning: passing arg 4 of `bus_setup_intr' from incompatible pointer type > /src/sys/dev/aha/aha_mca.c:197: warning: passing arg 5 of `bus_setup_intr' from incompatible pointer type > /src/sys/dev/aha/aha_mca.c:197: error: too few arguments to function `bus_setup_intr' Should be fixed now. bye, P.