From owner-freebsd-sparc64@FreeBSD.ORG Fri Jun 27 02:15:26 2008 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D69F1065674; Fri, 27 Jun 2008 02:15:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id 557D98FC17; Fri, 27 Jun 2008 02:15:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0K33001ZNM7A3RN0@mta5.srv.hcvlny.cv.net>; Thu, 26 Jun 2008 21:45:11 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m5R1j9d3000510; Thu, 26 Jun 2008 21:45:09 -0400 Date: Thu, 26 Jun 2008 21:45:09 -0400 From: "Aryeh M. Friedman" In-reply-to: <20080626221618.4EC8773039@freebsd-current.sentex.ca> To: FreeBSD Tinderbox Message-id: <48644625.6080906@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <20080626221618.4EC8773039@freebsd-current.sentex.ca> User-Agent: Thunderbird 2.0.0.14 (X11/20080607) Cc: current@freebsd.org, sparc64@freebsd.org Subject: Re: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2008 02:15:26 -0000 I don't know if tinderbox has already reported this but I get the same error on i386 FreeBSD Tinderbox wrote: > TB --- 2008-06-26 20:58:50 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2008-06-26 20:58:50 - starting HEAD tinderbox run for sparc64/sun4v > TB --- 2008-06-26 20:58:50 - cleaning the object tree > TB --- 2008-06-26 20:59:11 - cvsupping the source tree > TB --- 2008-06-26 20:59:11 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile > TB --- 2008-06-26 20:59:18 - building world (CFLAGS=-O -pipe) > TB --- 2008-06-26 20:59:18 - cd /src > TB --- 2008-06-26 20:59:18 - /usr/bin/make -B buildworld > >>>> World build started on Thu Jun 26 20:59:19 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 Jun 26 22:01:29 UTC 2008 >>>> > TB --- 2008-06-26 22:01:29 - generating LINT kernel config > TB --- 2008-06-26 22:01:29 - cd /src/sys/sun4v/conf > TB --- 2008-06-26 22:01:29 - /usr/bin/make -B LINT > TB --- 2008-06-26 22:01:29 - building LINT kernel (COPTFLAGS=) > TB --- 2008-06-26 22:01:29 - cd /src > TB --- 2008-06-26 22:01:29 - /usr/bin/make -B buildkernel KERNCONF=LINT > >>>> Kernel build for LINT started on Thu Jun 26 22:01:30 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 >>>> Kernel build for LINT completed on Thu Jun 26 22:14:29 UTC 2008 >>>> > TB --- 2008-06-26 22:14:29 - building GENERIC kernel (COPTFLAGS=) > TB --- 2008-06-26 22:14:29 - cd /src > TB --- 2008-06-26 22:14:29 - /usr/bin/make -B buildkernel KERNCONF=GENERIC > >>>> Kernel build for GENERIC started on Thu Jun 26 22:14:30 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 >>>> > [...] > ${NORMAL_CTFCONVERT} expands to empty string > cc -c -std=c99 -g -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=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/rpc/auth_unix.c > /src/sys/rpc/auth_unix.c: In function 'authunix_create': > /src/sys/rpc/auth_unix.c:138: error: 'curthread' undeclared (first use in this function) > /src/sys/rpc/auth_unix.c:138: error: (Each undeclared identifier is reported only once > /src/sys/rpc/auth_unix.c:138: error: for each function it appears in.) > /src/sys/rpc/auth_unix.c: In function 'authunix_destroy': > /src/sys/rpc/auth_unix.c:322: error: 'curthread' undeclared (first use in this function) > *** Error code 1 > > Stop in /obj/sun4v/src/sys/GENERIC. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2008-06-26 22:16:18 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2008-06-26 22:16:18 - ERROR: failed to build GENERIC kernel > TB --- 2008-06-26 22:16:18 - tinderbox aborted > TB --- 3652.19 user 426.14 system 4647.31 real > > > http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.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" > >