Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 20:19:02 GMT
From:      FreeBSD Tinderbox <tinderbox@freebsd.org>
To:        FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <powerpc64@freebsd.org>
Subject:   [head tinderbox] failure on powerpc64/powerpc
Message-ID:  <201309052019.r85KJ2L5017564@freebsd-current.sentex.ca>

next in thread | raw e-mail | index | archive | help
TB --- 2013-09-05 17:02:05 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-09-05 17:02:05 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012     des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-09-05 17:02:05 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2013-09-05 17:02:05 - cleaning the object tree
TB --- 2013-09-05 17:02:05 - /usr/local/bin/svn stat /src
TB --- 2013-09-05 17:02:09 - At svn revision 255238
TB --- 2013-09-05 17:02:10 - building world
TB --- 2013-09-05 17:02:10 - CROSS_BUILD_TESTING=YES
TB --- 2013-09-05 17:02:10 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-09-05 17:02:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-09-05 17:02:10 - SRCCONF=/dev/null
TB --- 2013-09-05 17:02:10 - TARGET=powerpc
TB --- 2013-09-05 17:02:10 - TARGET_ARCH=powerpc64
TB --- 2013-09-05 17:02:10 - TZ=UTC
TB --- 2013-09-05 17:02:10 - __MAKE_CONF=/dev/null
TB --- 2013-09-05 17:02:10 - cd /src
TB --- 2013-09-05 17:02:10 - /usr/bin/make -B buildworld
>>> Building an up-to-date make(1)
>>> World build started on Thu Sep  5 17:02:18 UTC 2013
>>> 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
>>> stage 5.1: building 32 bit shim libraries
>>> World build completed on Thu Sep  5 20:05:46 UTC 2013
TB --- 2013-09-05 20:05:46 - generating LINT kernel config
TB --- 2013-09-05 20:05:46 - cd /src/sys/powerpc/conf
TB --- 2013-09-05 20:05:46 - /usr/bin/make -B LINT
TB --- 2013-09-05 20:05:46 - cd /src/sys/powerpc/conf
TB --- 2013-09-05 20:05:46 - /usr/sbin/config -m LINT
TB --- 2013-09-05 20:05:46 - skipping LINT kernel
TB --- 2013-09-05 20:05:46 - cd /src/sys/powerpc/conf
TB --- 2013-09-05 20:05:46 - /usr/sbin/config -m GENERIC
TB --- 2013-09-05 20:05:46 - skipping GENERIC kernel
TB --- 2013-09-05 20:05:46 - cd /src/sys/powerpc/conf
TB --- 2013-09-05 20:05:46 - /usr/sbin/config -m GENERIC64
TB --- 2013-09-05 20:05:46 - building GENERIC64 kernel
TB --- 2013-09-05 20:05:46 - CROSS_BUILD_TESTING=YES
TB --- 2013-09-05 20:05:46 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-09-05 20:05:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-09-05 20:05:46 - SRCCONF=/dev/null
TB --- 2013-09-05 20:05:46 - TARGET=powerpc
TB --- 2013-09-05 20:05:46 - TARGET_ARCH=powerpc64
TB --- 2013-09-05 20:05:46 - TZ=UTC
TB --- 2013-09-05 20:05:46 - __MAKE_CONF=/dev/null
TB --- 2013-09-05 20:05:46 - cd /src
TB --- 2013-09-05 20:05:46 - /usr/bin/make -B buildkernel KERNCONF=GENERIC64
>>> Kernel build for GENERIC64 started on Thu Sep  5 20:05:46 UTC 2013
>>> stage 1: configuring the kernel
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3.1: making dependencies
>>> stage 3.2: building everything
[...]
ld -Bshareable  -d -warn-common -o mpt.ko.debug mpt.kld
objcopy --only-keep-debug mpt.ko.debug mpt.ko.symbols
objcopy --strip-debug --add-gnu-debuglink=mpt.ko.symbols mpt.ko.debug mpt.ko
===> mqueue (all)
cc  -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /obj/powerpc.powerpc64/src/sys/GENERIC64/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -mlongcall -fno-omit-frame-pointer -I/obj/powerpc.powerpc64/src/sys/GENERIC64  -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option   -c /src/sys/modules/mqueue/../../kern/uipc_mqueue.c
cc1: warnings being treated as errors
/src/sys/modules/mqueue/../../kern/uipc_mqueue.c: In function 'kern_kmq_notify':
/src/sys/modules/mqueue/../../kern/uipc_mqueue.c:2250: warning: unused variable 'rights' [-Wunused-variable]
*** Error code 1

Stop.
bmake[3]: stopped in /src/sys/modules/mqueue
*** Error code 1

Stop.
bmake[2]: stopped in /src/sys/modules
*** Error code 1

Stop.
bmake[1]: stopped in /obj/powerpc.powerpc64/src/sys/GENERIC64
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-09-05 20:19:02 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-09-05 20:19:02 - ERROR: failed to build GENERIC64 kernel
TB --- 2013-09-05 20:19:02 - 10323.75 user 1287.12 system 11817.57 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc64-powerpc.full



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