TB --- 2010-05-23 14:15:51 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-05-23 14:15:51 - starting RELENG_8 tinderbox run for amd64/amd64 TB --- 2010-05-23 14:15:51 - cleaning the object tree TB --- 2010-05-23 14:16:09 - cvsupping the source tree TB --- 2010-05-23 14:16:09 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8/amd64/amd64/supfile TB --- 2010-05-23 14:16:39 - building world TB --- 2010-05-23 14:16:39 - MAKEOBJDIRPREFIX=/obj TB --- 2010-05-23 14:16:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-05-23 14:16:39 - TARGET=amd64 TB --- 2010-05-23 14:16:39 - TARGET_ARCH=amd64 TB --- 2010-05-23 14:16:39 - TZ=UTC TB --- 2010-05-23 14:16:39 - __MAKE_CONF=/dev/null TB --- 2010-05-23 14:16:39 - cd /src TB --- 2010-05-23 14:16:39 - /usr/bin/make -B buildworld>>> World build started on Sun May 23 14:16:39 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sun May 23 15:42:45 UTC 2010TB --- 2010-05-23 15:42:45 - generating LINT kernel config TB --- 2010-05-23 15:42:45 - cd /src/sys/amd64/conf TB --- 2010-05-23 15:42:45 - /usr/bin/make -B LINT TB --- 2010-05-23 15:42:45 - building LINT kernel TB --- 2010-05-23 15:42:45 - MAKEOBJDIRPREFIX=/obj TB --- 2010-05-23 15:42:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-05-23 15:42:45 - TARGET=amd64 TB --- 2010-05-23 15:42:45 - TARGET_ARCH=amd64 TB --- 2010-05-23 15:42:45 - TZ=UTC TB --- 2010-05-23 15:42:45 - __MAKE_CONF=/dev/null TB --- 2010-05-23 15:42:45 - cd /src TB --- 2010-05-23 15:42:45 - /usr/bin/make -B buildkernel KERNCONF=LINT>>> Kernel build for LINT started on Sun May 23 15:42:45 UTC 2010 >>> 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[...] /src/sys/geom/part/g_part_apm.c: In function 'apm_parse_type': /src/sys/geom/part/g_part_apm.c:131: error: 'G_PART_ALIAS_APPLE_BOOT' undeclared (first use in this function) /src/sys/geom/part/g_part_apm.c:131: error: (Each undeclared identifier is reported only once /src/sys/geom/part/g_part_apm.c:131: error: for each function it appears in.) /src/sys/geom/part/g_part_apm.c:141: error: 'G_PART_ALIAS_APPLE_UFS' undeclared (first use in this function) /src/sys/geom/part/g_part_apm.c: In function 'g_part_apm_type': /src/sys/geom/part/g_part_apm.c:453: error: 'G_PART_ALIAS_APPLE_BOOT' undeclared (first use in this function) /src/sys/geom/part/g_part_apm.c:457: error: 'G_PART_ALIAS_APPLE_UFS' undeclared (first use in this function) *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-05-23 15:51:56 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-05-23 15:51:56 - ERROR: failed to build lint kernel TB --- 2010-05-23 15:51:56 - 4295.41 user 873.46 system 5764.79 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-amd64-amd64.full
On 05/23/10 10:51, FreeBSD Tinderbox wrote:> [...] > /src/sys/geom/part/g_part_apm.c: In function 'apm_parse_type': > /src/sys/geom/part/g_part_apm.c:131: error: 'G_PART_ALIAS_APPLE_BOOT' undeclared (first use in this function) > /src/sys/geom/part/g_part_apm.c:131: error: (Each undeclared identifier is reported only once > /src/sys/geom/part/g_part_apm.c:131: error: for each function it appears in.) > /src/sys/geom/part/g_part_apm.c:141: error: 'G_PART_ALIAS_APPLE_UFS' undeclared (first use in this function) > /src/sys/geom/part/g_part_apm.c: In function 'g_part_apm_type': > /src/sys/geom/part/g_part_apm.c:453: error: 'G_PART_ALIAS_APPLE_BOOT' undeclared (first use in this function) > /src/sys/geom/part/g_part_apm.c:457: error: 'G_PART_ALIAS_APPLE_UFS' undeclared (first use in this function) > *** Error code 1 >This is fixed now (as of r208450). Apologies for the breakage! -Nathan