From owner-freebsd-stable@FreeBSD.ORG Sun Mar 13 13:26:31 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 445FA106566C for ; Sun, 13 Mar 2011 13:26:31 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [76.96.62.96]) by mx1.freebsd.org (Postfix) with ESMTP id E4CCF8FC0A for ; Sun, 13 Mar 2011 13:26:30 +0000 (UTC) Received: from omta15.westchester.pa.mail.comcast.net ([76.96.62.87]) by qmta09.westchester.pa.mail.comcast.net with comcast id JdGj1g0031swQuc59dSRrz; Sun, 13 Mar 2011 13:26:25 +0000 Received: from koitsu.dyndns.org ([98.248.33.18]) by omta15.westchester.pa.mail.comcast.net with comcast id JdSN1g0160PUQVN3bdSPZB; Sun, 13 Mar 2011 13:26:24 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 870CE9B427; Sun, 13 Mar 2011 06:26:21 -0700 (PDT) Date: Sun, 13 Mar 2011 06:26:21 -0700 From: Jeremy Chadwick To: stable@freebsd.org Message-ID: <20110313132621.GA49728@icarus.home.lan> References: <201103131304.p2DD45SF011815@freebsd-legacy.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201103131304.p2DD45SF011815@freebsd-legacy.sentex.ca> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: devon.odell@gmail.com, ia64@freebsd.org Subject: Re: [releng_7 tinderbox] failure on ia64/ia64 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: Sun, 13 Mar 2011 13:26:31 -0000 On Sun, Mar 13, 2011 at 01:04:05PM +0000, FreeBSD Tinderbox wrote: > [...] > cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/kern/imgact_shell.c > /src/sys/kern/imgact_shell.c: In function 'exec_shell_imgact': > /src/sys/kern/imgact_shell.c:238: error: invalid storage class for function 'shell_modevent' > cc1: warnings being treated as errors > /src/sys/kern/imgact_shell.c:238: warning: no previous prototype for 'shell_modevent' > /src/sys/kern/imgact_shell.c:238: error: initializer element is not constant > /src/sys/kern/imgact_shell.c:238: error: (near initialization for 'shell_mod.evhand') > /src/sys/kern/imgact_shell.c:238: error: expected declaration or statement at end of input > *** Error code 1 > > [...] > > http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-ia64-ia64.full Looks like this was the following recent commit, associated with kern/155321: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/imgact_shell.c -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP 4BD6C0CB |