From owner-freebsd-tinderbox@FreeBSD.ORG Thu Apr 28 23:43:49 2011 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C54451065670 for ; Thu, 28 Apr 2011 23:43:49 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id 739A68FC1B for ; Thu, 28 Apr 2011 23:43:49 +0000 (UTC) Received: from omta15.westchester.pa.mail.comcast.net ([76.96.62.87]) by qmta02.westchester.pa.mail.comcast.net with comcast id dAjj1g0021swQuc52BWaxK; Thu, 28 Apr 2011 23:30:34 +0000 Received: from koitsu.dyndns.org ([67.180.84.87]) by omta15.westchester.pa.mail.comcast.net with comcast id dBWY1g00x1t3BNj3bBWZUi; Thu, 28 Apr 2011 23:30:34 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 086CA9B418; Thu, 28 Apr 2011 16:30:31 -0700 (PDT) Date: Thu, 28 Apr 2011 16:30:31 -0700 From: Jeremy Chadwick To: FreeBSD Tinderbox Message-ID: <20110428233030.GA35428@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201104282106.p3SL6W1Y030026@freebsd-stable.sentex.ca> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: arm@freebsd.org, stable@freebsd.org, hselasky@freebsd.org, thompsa@freebsd.org Subject: Re: [releng_8 tinderbox] failure on arm/arm 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: Thu, 28 Apr 2011 23:43:49 -0000 On Thu, Apr 28, 2011 at 09:06:32PM +0000, FreeBSD Tinderbox wrote: > ===> usr.sbin/usbdump (all) > cc -O -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/usr.sbin/usbdump/usbdump.c > cc1: warnings being treated as errors > /src/usr.sbin/usbdump/usbdump.c: In function 'print_apacket': > /src/usr.sbin/usbdump/usbdump.c:353: warning: cast increases required alignment of target type > /src/usr.sbin/usbdump/usbdump.c: In function 'print_packets': > /src/usr.sbin/usbdump/usbdump.c:399: warning: cast increases required alignment of target type > *** Error code 1 > > Stop in /src/usr.sbin/usbdump. > *** Error code 1 CC'ing hselasky and thompsa for review of this. For failure logs (so far ia64 and arm), please see end of this page: http://lists.freebsd.org/pipermail/freebsd-stable/2011-April/thread.html Commit question is revision 1.6.2.2 to RELENG_8: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/usbdump/usbdump.c Relevant code bits: 290: static void 291: print_apacket(const struct bpf_xhdr *hdr, const uint8_t *ptr, int ptr_len) 292: { ... 349: const struct usbpf_framehdr *uf; ... 353: uf = (const struct usbpf_framehdr *)ptr; -- | 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 |