From owner-freebsd-current@FreeBSD.ORG Thu Aug 28 20:01:14 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676231065672; Thu, 28 Aug 2008 20:01:14 +0000 (UTC) (envelope-from rrs@lakerest.net) Received: from lakerest.net (unknown [IPv6:2001:240:585:2:203:6dff:fe1a:4ddc]) by mx1.freebsd.org (Postfix) with ESMTP id 57B438FC28; Thu, 28 Aug 2008 20:01:13 +0000 (UTC) (envelope-from rrs@lakerest.net) Received: from [10.1.1.54] ([10.1.1.54]) (authenticated bits=0) by lakerest.net (8.14.1/8.14.1) with ESMTP id m7SK1432026875 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Thu, 28 Aug 2008 16:01:12 -0400 (EDT) (envelope-from rrs@lakerest.net) DKIM-Signature: a=rsa-sha1; c=simple/simple; d=lakerest.net; s=mail; t=1219953672; h=Cc:Message-Id:From:To:In-Reply-To:Content-Type: Content-Transfer-Encoding:Mime-Version:Subject:Date:References: X-Mailer; b=1OgqCbnGNWzfWBeYm3S1ChiuByhf2YujlOt/QcJdsrR6ynhwDJWdcgg zdvt0XN4t8QcjVdT2mdG9roD2UFe6hw== Message-Id: <9802793C-038E-4F06-8E9A-D1C2F2902E35@lakerest.net> From: Randall Stewart To: FreeBSD Tinderbox In-Reply-To: <20080828152359.699EE73039@freebsd-current.sentex.ca> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Thu, 28 Aug 2008 16:01:04 -0400 References: <20080828152359.699EE73039@freebsd-current.sentex.ca> X-Mailer: Apple Mail (2.926) Cc: current@freebsd.org, i386@freebsd.org Subject: Re: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 28 Aug 2008 20:01:14 -0000 Dang.. I forgot to build lint on this one :-( I will get a fix in as soon as I do .. (the label is not used with invarients .. we panic.. but I will put a goto in anyway to keep the compiler happy) R On Aug 28, 2008, at 11:23 AM, FreeBSD Tinderbox wrote: > TB --- 2008-08-28 14:08:16 - tinderbox 2.3 running on freebsd- > current.sentex.ca > TB --- 2008-08-28 14:08:16 - starting HEAD tinderbox run for i386/pc98 > TB --- 2008-08-28 14:08:16 - cleaning the object tree > TB --- 2008-08-28 14:08:43 - cvsupping the source tree > TB --- 2008-08-28 14:08:43 - /usr/bin/csup -r 3 -g -L 1 -h localhost > -s /tinderbox/HEAD/i386/pc98/supfile > TB --- 2008-08-28 14:08:49 - building world (CFLAGS=-O -pipe) > TB --- 2008-08-28 14:08:49 - cd /src > TB --- 2008-08-28 14:08:49 - /usr/bin/make -B buildworld >>>> World build started on Thu Aug 28 14:08:51 UTC 2008 >>>> 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 >>>> World build completed on Thu Aug 28 15:16:31 UTC 2008 > TB --- 2008-08-28 15:16:31 - generating LINT kernel config > TB --- 2008-08-28 15:16:31 - cd /src/sys/pc98/conf > TB --- 2008-08-28 15:16:31 - /usr/bin/make -B LINT > TB --- 2008-08-28 15:16:31 - building LINT kernel (COPTFLAGS=) > TB --- 2008-08-28 15:16:31 - cd /src > TB --- 2008-08-28 15:16:31 - /usr/bin/make -B buildkernel > KERNCONF=LINT >>>> Kernel build for LINT started on Thu Aug 28 15:16:31 UTC 2008 >>>> 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 -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 -mno-align-long-strings -mpreferred-stack-boundary=2 - > mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding - > fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/ > sctp_output.c > cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 - > mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding - > fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/ > sctp_pcb.c > cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 - > mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding - > fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/ > sctp_peeloff.c > cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 - > mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding - > fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/ > sctp_sysctl.c > cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 - > mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding - > fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/ > sctp_timer.c > cc1: warnings being treated as errors > /src/sys/netinet/sctp_timer.c: In function 'sctp_mark_all_for_resend': > /src/sys/netinet/sctp_timer.c:682: warning: label 'start_again' > defined but not used > *** Error code 1 > > Stop in /obj/pc98/src/sys/LINT. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2008-08-28 15:23:59 - WARNING: /usr/bin/make returned exit > code 1 > TB --- 2008-08-28 15:23:59 - ERROR: failed to build lint kernel > TB --- 2008-08-28 15:23:59 - tinderbox aborted > TB --- 3335.48 user 421.85 system 4543.15 real > > > http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org > " > ------------------------------ Randall Stewart 803-317-4952 (cell) 803-345-0391(direct)