On Sun, May 19, 2013 at 01:17:54PM +0200, Dimitry Andric wrote: > On May 19, 2013, at 04:31, Adrian Chadd <adrian_at_freebsd.org> wrote: > > On 18 May 2013 18:40, FreeBSD Tinderbox <tinderbox_at_freebsd.org> wrote: > >> TB --- 2013-05-19 00:28:08 - tinderbox 2.10 running on freebsd-current.sentex.ca > [...] > >> TB --- 2013-05-19 01:38:44 - /usr/bin/make -B buildkernel KERNCONF=OCTEON1 > >>>>> Kernel build for OCTEON1 started on Sun May 19 01:38:44 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 > >> [...] > >> *** Error code 1 > > > > Has anyone noticed how these are not giving out useful info now? > > > Yes, this is getting rather annoying. In a few previous cases, the > really interesting bits of error or warning messages got cut off. > > A few extra lines of context would be nice. The full logs are available at the http://tinderbox.freebsd.org/ In this case, the issue is ath(4), which does not surprise anybody for the long time. cc -c -O2 -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 -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -DGPROF -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg /src/sys/dev/ath/if_ath.c -I/src/sys/dev/ath /src/sys/dev/ath/if_ath.c:4751:31: error: use of undeclared identifier 'ah' ath_hal_gettxdesclinkptr(ah, ^ /src/sys/dev/ath/if_athvar.h:1333:6: note: expanded from macro 'ath_hal_gettxdesclinkptr' ((*(_ah)->ah_getTxDescLinkPtr)((_ah), (_ds), (_linkptr))) ^ /src/sys/dev/ath/if_ath.c:4751:31: error: use of undeclared identifier 'ah' /src/sys/dev/ath/if_athvar.h:1333:34: note: expanded from macro 'ath_hal_gettxdesclinkptr' ((*(_ah)->ah_getTxDescLinkPtr)((_ah), (_ds), (_linkptr))) ^ 2 errors generated. *** Error code 1
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:37 UTC