From owner-freebsd-arm@FreeBSD.ORG Fri Apr 29 00:19:53 2011 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 686441065689; Fri, 29 Apr 2011 00:19:53 +0000 (UTC) (envelope-from andy@fud.org.nz) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id B06158FC15; Fri, 29 Apr 2011 00:19:52 +0000 (UTC) Received: by wyf23 with SMTP id 23so3254631wyf.13 for ; Thu, 28 Apr 2011 17:19:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.145.130 with SMTP id p2mr2448655wej.58.1304034684818; Thu, 28 Apr 2011 16:51:24 -0700 (PDT) Sender: andy@fud.org.nz Received: by 10.216.187.133 with HTTP; Thu, 28 Apr 2011 16:51:24 -0700 (PDT) In-Reply-To: <20110428233030.GA35428@icarus.home.lan> References: <201104282106.p3SL6W1Y030026@freebsd-stable.sentex.ca> <20110428233030.GA35428@icarus.home.lan> Date: Fri, 29 Apr 2011 11:51:24 +1200 X-Google-Sender-Auth: 0GlbRnwmJUPk9M-2En9IwVNpbN4 Message-ID: From: Andrew Thompson To: Jeremy Chadwick Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: arm@freebsd.org, stable@freebsd.org, FreeBSD Tinderbox , hselasky@freebsd.org Subject: Re: [releng_8 tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 00:19:53 -0000 On 29 April 2011 11:30, Jeremy Chadwick wrote: > 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: > I merged the missing rev a few hours ago, http://svnweb.freebsd.org/base?view=revision&revision=221185 Andrew