On 1/20/2011 9:30 AM, Matthew Fleming wrote: > As far as I can tell this is another cvsup / tinderbox bug. Both > sysctl.h and tsc.c were modified in r217616 but somehow tsc.c is > seeing the old version of sysctl.h. This happened on another of my > commits a few weeks ago.
Sometimes it takes a bit to get all the updates. The tinderbox syncs off my local cvsup server which gets its updates from cvsup18 once per hr. You can check its progress at http://tinderbox.freebsd.org/ It has since built amd64 ---Mike > > Hmm, does bumping __FreeBSD_version have anything to do with this? I > belatedly realize that I should have done it for that rev since the > name of a kernel interface changed. > > Thanks, > matthew > > On Wed, Jan 19, 2011 at 10:18 PM, FreeBSD Tinderbox > <tinder...@freebsd.org> wrote: >> TB --- 2011-01-20 03:55:00 - tinderbox 2.6 running on >> freebsd-current.sentex.ca >> TB --- 2011-01-20 03:55:00 - starting HEAD tinderbox run for amd64/amd64 >> TB --- 2011-01-20 03:55:00 - cleaning the object tree >> TB --- 2011-01-20 03:55:27 - cvsupping the source tree >> TB --- 2011-01-20 03:55:27 - /usr/bin/csup -z -r 3 -g -L 1 -h >> cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile >> TB --- 2011-01-20 03:55:39 - building world >> TB --- 2011-01-20 03:55:39 - MAKEOBJDIRPREFIX=/obj >> TB --- 2011-01-20 03:55:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-01-20 03:55:39 - TARGET=amd64 >> TB --- 2011-01-20 03:55:39 - TARGET_ARCH=amd64 >> TB --- 2011-01-20 03:55:39 - TZ=UTC >> TB --- 2011-01-20 03:55:39 - __MAKE_CONF=/dev/null >> TB --- 2011-01-20 03:55:39 - cd /src >> TB --- 2011-01-20 03:55:39 - /usr/bin/make -B buildworld >>>>> World build started on Thu Jan 20 03:55:43 UTC 2011 >>>>> 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 Jan 20 06:04:21 UTC 2011 >> TB --- 2011-01-20 06:04:21 - generating LINT kernel config >> TB --- 2011-01-20 06:04:21 - cd /src/sys/amd64/conf >> TB --- 2011-01-20 06:04:21 - /usr/bin/make -B LINT >> TB --- 2011-01-20 06:04:21 - building LINT kernel >> TB --- 2011-01-20 06:04:21 - MAKEOBJDIRPREFIX=/obj >> TB --- 2011-01-20 06:04:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin >> TB --- 2011-01-20 06:04:21 - TARGET=amd64 >> TB --- 2011-01-20 06:04:21 - TARGET_ARCH=amd64 >> TB --- 2011-01-20 06:04:21 - TZ=UTC >> TB --- 2011-01-20 06:04:21 - __MAKE_CONF=/dev/null >> TB --- 2011-01-20 06:04:21 - cd /src >> TB --- 2011-01-20 06:04:21 - /usr/bin/make -B buildkernel KERNCONF=LINT >>>>> Kernel build for LINT started on Thu Jan 20 06:04:21 UTC 2011 >>>>> 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 -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall >> -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign >> -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq >> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common >> -finline-limit=8000 --param inline-unit-growth=100 --param >> large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF >> -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone >> -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float >> -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg >> -mprofiler-epilogue /src/sys/x86/x86/nexus.c >> cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall >> -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign >> -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq >> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common >> -finline-limit=8000 --param inline-unit-growth=100 --param >> large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF >> -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone >> -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float >> -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg >> -mprofiler-epilogue /src/sys/x86/x86/tsc.c >> cc1: warnings being treated as errors >> /src/sys/x86/x86/tsc.c: In function 'sysctl_machdep_tsc_freq': >> /src/sys/x86/x86/tsc.c:266: warning: implicit declaration of function >> 'sysctl_handle_64' >> /src/sys/x86/x86/tsc.c:266: warning: nested extern declaration of >> 'sysctl_handle_64' >> /src/sys/x86/x86/tsc.c: At top level: >> /src/sys/x86/x86/tsc.c:274: error: 'CTLTYPE_U64' undeclared here (not in a >> function) >> *** Error code 1 >> >> Stop in /obj/src/sys/LINT. >> *** Error code 1 >> >> Stop in /src. >> *** Error code 1 >> >> Stop in /src. >> TB --- 2011-01-20 06:18:49 - WARNING: /usr/bin/make returned exit code 1 >> TB --- 2011-01-20 06:18:49 - ERROR: failed to build lint kernel >> TB --- 2011-01-20 06:18:49 - 6881.73 user 1196.77 system 8628.90 real >> >> >> http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" >> > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" > > _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"