On Sun, 19 May 2013, Dimitry Andric wrote:

On May 19, 2013, at 04:31, Adrian Chadd <adr...@freebsd.org> wrote:
On 18 May 2013 18:40, FreeBSD Tinderbox <tinder...@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.

-Dimitry

FWIW, my last build of 250794 failed here on amd64 while building kernel:

 --- ar9300_misc.o ---
ctfconvert -L VERSION -g ar9300_misc.o
--- if_ath.o ---
/usr/src/sys/modules/ath/../../dev/ath/if_ath.c:4751:31: error: use of undeclared identifier 'ah'
                                        ath_hal_gettxdesclinkptr(ah,
                                                                 ^
@/dev/ath/if_athvar.h:1333:6: note: expanded from macro 'ath_hal_gettxdesclinkptr'
        ((*(_ah)->ah_getTxDescLinkPtr)((_ah), (_ds), (_linkptr)))
            ^
/usr/src/sys/modules/ath/../../dev/ath/if_ath.c:4751:31: error: use of undeclared identifier 'ah' @/dev/ath/if_athvar.h:1333:34: note: expanded from macro 'ath_hal_gettxdesclinkptr'
        ((*(_ah)->ah_getTxDescLinkPtr)((_ah), (_ds), (_linkptr)))
                                        ^
2 errors generated.
*** [if_ath.o] Error code 1

make: stopped in /usr/src/sys/modules/ath
--- if_ath_keycache.o ---
ctfconvert -L VERSION -g if_ath_keycache.o
--- if_ath_tx.o ---
/usr/src/sys/modules/ath/../../dev/ath/if_ath_tx.c:952:21: error: use of undeclared identifier 'ATH_DEBUG_RESET'
        if (sc->sc_debug & ATH_DEBUG_RESET)
                           ^
--- if_ath_led.o ---
ctfconvert -L VERSION -g if_ath_led.o
--- if_ath_tx.o ---
1 error generated.
*** [if_ath_tx.o] Error code 1

_______________________________________________
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"

Reply via email to