From owner-freebsd-current@FreeBSD.ORG Fri Oct 26 22:24:14 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45F90144 for ; Fri, 26 Oct 2012 22:24:14 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id EE3298FC14 for ; Fri, 26 Oct 2012 22:24:13 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so4048700oag.13 for ; Fri, 26 Oct 2012 15:24:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=+Mfg2XKT35oaptmWCZBWeePK57UDfQd5E5cwRJtOLiU=; b=dMWuwwt9lMdafuLe1igLgoXV3R6sEpa0+T6QeB00dQzHToEFO9+ib614vZwQoqSSH0 JvPuYFpO3RaL8D5X6xiaupxGmsRn1BTCUxcP576VClWSLfhJq1AS67M+O/YwVWAATztz VdE66hcWjDT+N8x90lRBJZzod1Riri1iyDGxkFr7dUqcb5D1gZOlVPcJG/Onv3tCiBXe Kn20VSeea7j3aiL7MpnGvZLJa0WK+zPLMVWv4+pR8/9xHoO+pOMQ7U1GUjInaWg/XppX 4JVYBEZqJ6pozbdcNT3GUlHp/VKriuEE98WhdtruPoqL1LrQnSTCFC8rqfVefsorW905 BxWg== Received: by 10.60.9.167 with SMTP id a7mr17057856oeb.61.1351290253072; Fri, 26 Oct 2012 15:24:13 -0700 (PDT) Received: from [10.30.101.53] ([209.117.142.2]) by mx.google.com with ESMTPS id yn8sm2604019obb.12.2012.10.26.15.24.11 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Oct 2012 15:24:12 -0700 (PDT) Sender: Warner Losh Subject: Re: make tinderbox failures Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Fri, 26 Oct 2012 16:24:09 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <29E39FE3-57CC-484C-8966-2F33A7A63C89@bsdimp.com> References: To: Garrett Cooper X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQkCb+6olWyGFZwEp2jXDmBQmXMZyE2Db5FbkEmfSY1wkMlIlMPOOEKu6YE3aeB7kTKEtd6Y Cc: mdf@freebsd.org, freebsd-current@freebsd.org 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: Fri, 26 Oct 2012 22:24:14 -0000 On Oct 26, 2012, at 1:08 PM, Garrett Cooper wrote: > On Fri, Oct 26, 2012 at 10:26 AM, wrote: >> Running make tinderbox locally I see failures that aren't being >> reported by the automated tinderbox builds. I'm curious what's >> different about the environment. Failures are in the following: >>=20 >> arm ARMADAXP kernel failed, check _.arm.ARMADAXP for details >> mips SENTRY5 kernel failed, check _.mips.SENTRY5 for details >> mips XLPN32 kernel failed, check _.mips.XLPN32 for details >> mips XLR kernel failed, check _.mips.XLR for details >> mips XLRN32 kernel failed, check _.mips.XLRN32 for details >>=20 >> _.arm.ARMADAXP: >> /data/sb/bsd.git/sys/arm/mv/armadaxp/armadaxp_mp.c: In function >> 'platform_mp_start_ap': >> /data/sb/bsd.git/sys/arm/mv/armadaxp/armadaxp_mp.c:181: warning: >> passing argument 1 of 'pmap_kextract' makes integer from pointer >> without a cast This still needs some love... >> _.mips.SENTRY5: >> config: Error: device "siba" is unknown OK. Traced this down and fixed it. I'd planned on moving siba to = files, and it looks like I never finished that. My bad. >> _.mips.XLPN32 and _.mips.XLRN32: >> linking kernel.debug >> stack_machdep.o: In function `stack_capture': >> /data/sb/bsd.git/sys/mips/mips/stack_machdep.c:(.text+0x34): = undefined >> reference to `stack_zero' >> /data/sb/bsd.git/sys/mips/mips/stack_machdep.c:(.text+0x34): >> relocation truncated to fit: R_MIPS_26 against `stack_zero' >> /data/sb/bsd.git/sys/mips/mips/stack_machdep.c:(.text+0x13c): >> undefined reference to `stack_put' >> /data/sb/bsd.git/sys/mips/mips/stack_machdep.c:(.text+0x13c): >> relocation truncated to fit: R_MIPS_26 against `stack_put' stack_machdep needs to depend on options stack or ddb. Fixed. Unsure = why other kernels didn't uncover this. >> _.mips.XLR: >> linking kernel.debug >> board.o: In function `xlr_board_info_setup': >> /data/sb/bsd.git/sys/mips/rmi/board.c:(.text+0x3a4): undefined >> reference to `__ucmpdi2' >> /data/sb/bsd.git/sys/mips/rmi/board.c:(.text+0x3a4): relocation >> truncated to fit: R_MIPS_26 against `__ucmpdi2' >> /data/sb/bsd.git/sys/mips/rmi/board.c:(.text+0x3e4): undefined >> reference to `__ucmpdi2' >> /data/sb/bsd.git/sys/mips/rmi/board.c:(.text+0x3e4): relocation >> truncated to fit: R_MIPS_26 against `__ucmpdi2' Fixed earlier this week. >> Since I don't work on arm or mips I generally ignore these. But it >> makes it harder to have confidence in a global change when make >> tinderbox throws errors locally. >=20 > These are probably due to the changes that Warner made recently to the > mips conf files. Some of them... Warner