Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Feb 2010 19:32:16 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        mbr@freebsd.org
Cc:        mips@freebsd.org, current@freebsd.org
Subject:   Re: [head tinderbox] failure on mips/mips
Message-ID:  <20100208.193216.548446513782626061.imp@bsdimp.com>
In-Reply-To: <201002090208.o19289lO063423@freebsd-current.sentex.ca>
References:  <201002090208.o19289lO063423@freebsd-current.sentex.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <201002090208.o19289lO063423@freebsd-current.sentex.ca>
            FreeBSD Tinderbox <tinderbox@FreeBSD.org> 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 <marc@msys.ch>


Please fix it.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100208.193216.548446513782626061.imp>