From owner-freebsd-current@FreeBSD.ORG Tue Feb 9 02:36:16 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 205DD106566B; Tue, 9 Feb 2010 02:36:16 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C7F438FC14; Tue, 9 Feb 2010 02:36:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o192WG1W084932; Mon, 8 Feb 2010 19:32:16 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 08 Feb 2010 19:32:16 -0700 (MST) Message-Id: <20100208.193216.548446513782626061.imp@bsdimp.com> To: mbr@freebsd.org From: "M. Warner Losh" In-Reply-To: <201002090208.o19289lO063423@freebsd-current.sentex.ca> References: <201002090208.o19289lO063423@freebsd-current.sentex.ca> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: mips@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on mips/mips X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 02:36:16 -0000 In message: <201002090208.o19289lO063423@freebsd-current.sentex.ca> FreeBSD Tinderbox writes: : TB --- 2010-02-09 01:20:02 - tinderbox 2.6 running on freebsd-current.sentex.ca : TB --- 2010-02-09 01:20:02 - starting HEAD tinderbox run for mips/mips : TB --- 2010-02-09 01:20:02 - cleaning the object tree : TB --- 2010-02-09 01:20:12 - cvsupping the source tree : TB --- 2010-02-09 01:20:12 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile : TB --- 2010-02-09 01:20:34 - building world : TB --- 2010-02-09 01:20:34 - MAKEOBJDIRPREFIX=/obj : TB --- 2010-02-09 01:20:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin : TB --- 2010-02-09 01:20:34 - TARGET=mips : TB --- 2010-02-09 01:20:34 - TARGET_ARCH=mips : TB --- 2010-02-09 01:20:34 - TZ=UTC : TB --- 2010-02-09 01:20:34 - __MAKE_CONF=/dev/null : TB --- 2010-02-09 01:20:34 - cd /src : TB --- 2010-02-09 01:20:34 - /usr/bin/make -B buildworld : >>> World build started on Tue Feb 9 01:20:35 UTC 2010 : >>> Rebuilding the temporary build tree : >>> stage 1.1: legacy release compatibility shims : >>> stage 1.2: bootstrap tools : >>> stage 2.1: cleaning up the object tree : >>> stage 2.2: rebuilding the object tree : >>> stage 2.3: build tools : >>> stage 3: cross tools : >>> stage 4.1: building includes : >>> stage 4.2: building libraries : >>> stage 4.3: make dependencies : >>> stage 4.4: building everything : [...] : cc -O -pipe -EL -msoft-float -G0 -mno-dsp -mabicalls -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 -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.sbin/vipw/vipw.c : cc -O -pipe -EL -msoft-float -G0 -mno-dsp -mabicalls -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 -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wl,-EL -o vipw vipw.o -lutil : gzip -cn /src/usr.sbin/vipw/vipw.8 > vipw.8.gz : ===> usr.sbin/wake (all) : cc -O -pipe -EL -msoft-float -G0 -mno-dsp -mabicalls -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 -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.sbin/wake/wake.c : cc1: warnings being treated as errors : /src/usr.sbin/wake/wake.c: In function 'find_ether': : /src/usr.sbin/wake/wake.c:123: warning: cast increases required alignment of target type r203686 | mbr | 2010-02-08 13:57:49 -0700 (Mon, 08 Feb 2010) | 8 lines If there is only one NIC in the system that is up and running, the interface specifier on the command line can be ommited. Besides of this, the bpf is being reused for each machine that has to be woken up. Submitted by: Marc Balmer Please fix it. Warner