From owner-freebsd-tinderbox@FreeBSD.ORG Fri Aug 20 14:25:52 2010 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1698D1065697; Fri, 20 Aug 2010 14:25:52 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id DB2618FC12; Fri, 20 Aug 2010 14:25:51 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0L7G00100DB2SS00@smtpauth2.wiscmail.wisc.edu>; Fri, 20 Aug 2010 08:25:50 -0500 (CDT) Received: from comporellon.tachypleus.net ([unknown] [76.210.72.125]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0L7G00CBEDB0LV40@smtpauth2.wiscmail.wisc.edu>; Fri, 20 Aug 2010 08:25:50 -0500 (CDT) Date: Fri, 20 Aug 2010 08:25:48 -0500 From: Nathan Whitehorn In-reply-to: <86sk29ws6u.fsf@ds4.des.no> To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= Message-id: <4C6E825C.5060509@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.210.72.125 X-Spam-PmxInfo: Server=avs-11, Version=5.6.0.2009776, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2010.8.20.131215, SenderIP=76.210.72.125 References: <201008190304.o7J34Wa4089466@freebsd-current.sentex.ca> <86occzdmhg.fsf@ds4.des.no> <4C6D557E.6080406@freebsd.org> <86sk29ws6u.fsf@ds4.des.no> User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.11) Gecko/20100729 Thunderbird/3.0.6 Cc: powerpc@freebsd.org, FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on powerpc64/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2010 14:25:52 -0000 On 08/20/10 04:26, Dag-Erling Smørgrav wrote: > Nathan Whitehorn writes: > >> The problem is that until yesterday, you could not build a powerpc64 >> LINT, and so it was trying to build a PPC32 kernel with a 64-bit >> toolchain. An actual powerpc64 kernel does not include >> ofw_standard.c. This should be fixed now with r211483, so long as the >> LINT config is made with TARGET_ARCH set (and is not reused for 32 and >> 64-bit builds). There is a seat-belt mechanism I should add soon that >> will complain earlier about architecture mismatches like this. Thanks >> for your patience. >> > >>>> stage 3.2: building everything >>>> > [...] > /src/sys/powerpc/fpu/fpu_emu.c: In function 'fpu_execute': > /src/sys/powerpc/fpu/fpu_emu.c:329: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long int' > /src/sys/powerpc/fpu/fpu_emu.c:329: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'long int' > /src/sys/powerpc/fpu/fpu_emu.c:359: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long int' > /src/sys/powerpc/fpu/fpu_emu.c:359: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'long int' > /src/sys/powerpc/fpu/fpu_emu.c:376: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long int' > /src/sys/powerpc/fpu/fpu_emu.c:376: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'vm_offset_t' > /src/sys/powerpc/fpu/fpu_emu.c:778: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'register_t' > *** Error code 1 > > Stop in /obj/powerpc.powerpc64/src/sys/LINT. > OK, that one is fixed now too. :) Next up: tinderbox needs to build GENERIC64, not GENERIC, on powerpc64. make buildkernel is programmed to do the right thing is you don't pass a KERNCONF, but tinderbox apparently passes GENERIC explicitly. This one's in your court! -Nathan