Date: Sun, 19 May 2013 07:41:55 -0700 From: Adrian Chadd <adrian@freebsd.org> To: Konstantin Belousov <kostikbel@gmail.com> Cc: Dimitry Andric <dim@freebsd.org>, "current@freebsd.org Current" <current@freebsd.org> Subject: Re: [head tinderbox] failure on mips64/mips Message-ID: <CAJ-VmokB8ceMw4d8_ySzy20A4a06t80%2B44-EZBZtBdb1SkKBkg@mail.gmail.com> In-Reply-To: <20130519115805.GO3047@kib.kiev.ua> References: <201305190140.r4J1eD4G041778@freebsd-current.sentex.ca> <CAJ-VmonbHs-r=-eXH_Q5HbYJXbVhhEuPjG7Mgk%2B_pSRNXPM8tQ@mail.gmail.com> <8DBBDD30-D062-4A07-B087-FAEF7B96CE82@FreeBSD.org> <20130519115805.GO3047@kib.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
That was quickly fixed. Sorry! adrian On 19 May 2013 04:58, Konstantin Belousov <kostikbel@gmail.com> wrote: > On Sun, May 19, 2013 at 01:17:54PM +0200, Dimitry Andric wrote: >> On May 19, 2013, at 04:31, Adrian Chadd <adrian@freebsd.org> wrote: >> > On 18 May 2013 18:40, FreeBSD Tinderbox <tinderbox@freebsd.org> wrote: >> >> TB --- 2013-05-19 00:28:08 - tinderbox 2.10 running on freebsd-curren= t.sentex.ca >> [...] >> >> TB --- 2013-05-19 01:38:44 - /usr/bin/make -B buildkernel KERNCONF=3D= 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 th= e > long time. > > cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -= I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -DGPROF -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-= pointer -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse= -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-prote= ctor -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 'a= h' > ath_hal_gettxdesclinkptr(ah, > ^ > /src/sys/dev/ath/if_athvar.h:1333:6: note: expanded from macro 'ath_hal_g= ettxdesclinkptr' > ((*(_ah)->ah_getTxDescLinkPtr)((_ah), (_ds), (_linkptr))) > ^ > /src/sys/dev/ath/if_ath.c:4751:31: error: use of undeclared identifier 'a= h' > /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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmokB8ceMw4d8_ySzy20A4a06t80%2B44-EZBZtBdb1SkKBkg>