TB --- 2013-09-21 23:10:18 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-09-21 23:10:18 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des_at_freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-09-21 23:10:18 - starting HEAD tinderbox run for armv6/arm TB --- 2013-09-21 23:10:18 - cleaning the object tree TB --- 2013-09-21 23:12:59 - /usr/local/bin/svn stat /src TB --- 2013-09-21 23:13:03 - At svn revision 255778 TB --- 2013-09-21 23:13:04 - building world TB --- 2013-09-21 23:13:04 - CROSS_BUILD_TESTING=YES TB --- 2013-09-21 23:13:04 - MAKEOBJDIRPREFIX=/obj TB --- 2013-09-21 23:13:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-09-21 23:13:04 - SRCCONF=/dev/null TB --- 2013-09-21 23:13:04 - TARGET=arm TB --- 2013-09-21 23:13:04 - TARGET_ARCH=armv6 TB --- 2013-09-21 23:13:04 - TZ=UTC TB --- 2013-09-21 23:13:04 - __MAKE_CONF=/dev/null TB --- 2013-09-21 23:13:04 - cd /src TB --- 2013-09-21 23:13:04 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Sat Sep 21 23:13:11 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 >>> World build completed on Sun Sep 22 02:16:02 UTC 2013 TB --- 2013-09-22 02:16:02 - generating LINT kernel config TB --- 2013-09-22 02:16:02 - cd /src/sys/arm/conf TB --- 2013-09-22 02:16:02 - /usr/bin/make -B LINT TB --- 2013-09-22 02:16:02 - cd /src/sys/arm/conf TB --- 2013-09-22 02:16:02 - /usr/sbin/config -m LINT TB --- 2013-09-22 02:16:02 - skipping LINT kernel TB --- 2013-09-22 02:16:02 - cd /src/sys/arm/conf TB --- 2013-09-22 02:16:02 - /usr/sbin/config -m AC100 TB --- 2013-09-22 02:16:02 - building AC100 kernel TB --- 2013-09-22 02:16:02 - CROSS_BUILD_TESTING=YES TB --- 2013-09-22 02:16:02 - MAKEOBJDIRPREFIX=/obj TB --- 2013-09-22 02:16:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-09-22 02:16:02 - SRCCONF=/dev/null TB --- 2013-09-22 02:16:02 - TARGET=arm TB --- 2013-09-22 02:16:02 - TARGET_ARCH=armv6 TB --- 2013-09-22 02:16:02 - TZ=UTC TB --- 2013-09-22 02:16:02 - __MAKE_CONF=/dev/null TB --- 2013-09-22 02:16:02 - cd /src TB --- 2013-09-22 02:16:02 - /usr/bin/make -B buildkernel KERNCONF=AC100 >>> Kernel build for AC100 started on Sun Sep 22 02:16:02 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 >>> Kernel build for AC100 completed on Sun Sep 22 02:18:43 UTC 2013 TB --- 2013-09-22 02:18:43 - cd /src/sys/arm/conf TB --- 2013-09-22 02:18:43 - /usr/sbin/config -m ARMADAXP TB --- 2013-09-22 02:18:43 - building ARMADAXP kernel TB --- 2013-09-22 02:18:43 - CROSS_BUILD_TESTING=YES TB --- 2013-09-22 02:18:43 - MAKEOBJDIRPREFIX=/obj TB --- 2013-09-22 02:18:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-09-22 02:18:43 - SRCCONF=/dev/null TB --- 2013-09-22 02:18:43 - TARGET=arm TB --- 2013-09-22 02:18:43 - TARGET_ARCH=armv6 TB --- 2013-09-22 02:18:43 - TZ=UTC TB --- 2013-09-22 02:18:43 - __MAKE_CONF=/dev/null TB --- 2013-09-22 02:18:43 - cd /src TB --- 2013-09-22 02:18:43 - /usr/bin/make -B buildkernel KERNCONF=ARMADAXP >>> Kernel build for ARMADAXP started on Sun Sep 22 02:18:43 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 [...] cc -c -O -pipe -std=c99 -g -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 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -funwind-tables -mllvm -arm-enable-ehabi -ffreestanding -Werror /src/sys/kern/subr_smp.c /src/sys/kern/subr_smp.c:235:14: error: use of undeclared identifier 'IPI_SUSPEND' if (type == IPI_SUSPEND) ^ /src/sys/kern/subr_smp.c:265:14: error: use of undeclared identifier 'IPI_SUSPEND' if (type == IPI_SUSPEND) ^ 2 errors generated. *** Error code 1 Stop. bmake[1]: stopped in /obj/arm.armv6/src/sys/ARMADAXP *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-09-22 02:20:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-09-22 02:20:53 - ERROR: failed to build ARMADAXP kernel TB --- 2013-09-22 02:20:53 - 9024.45 user 1675.61 system 11435.64 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-armv6-arm.fullReceived on Sun Sep 22 2013 - 00:20:55 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:41 UTC