From owner-freebsd-current@FreeBSD.ORG Sun May 19 11:28:39 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8C80DEFD; Sun, 19 May 2013 11:28:39 +0000 (UTC) (envelope-from mack@macktronics.com) Received: from coco.macktronics.com (coco.macktronics.com [209.181.253.65]) by mx1.freebsd.org (Postfix) with ESMTP id 68770352; Sun, 19 May 2013 11:28:39 +0000 (UTC) Received: from coco.macktronics.com (coco.macktronics.com [209.181.253.65]) by coco.macktronics.com (Postfix) with ESMTP id D89644AC40; Sun, 19 May 2013 06:28:31 -0500 (CDT) Date: Sun, 19 May 2013 06:28:31 -0500 (CDT) From: Dan Mack To: Dimitry Andric Subject: Re: [head tinderbox] failure on mips64/mips In-Reply-To: <8DBBDD30-D062-4A07-B087-FAEF7B96CE82@FreeBSD.org> Message-ID: <20130519062601.M83867@coco.macktronics.com> References: <201305190140.r4J1eD4G041778@freebsd-current.sentex.ca> <8DBBDD30-D062-4A07-B087-FAEF7B96CE82@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Adrian Chadd , "current@freebsd.org Current" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2013 11:28:39 -0000 On Sun, 19 May 2013, Dimitry Andric wrote: > On May 19, 2013, at 04:31, Adrian Chadd wrote: >> On 18 May 2013 18:40, FreeBSD Tinderbox 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