From owner-freebsd-current@FreeBSD.ORG Tue Oct 30 07:58:39 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 CC389CCE; Tue, 30 Oct 2012 07:58:39 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from smtp5.clear.net.nz (smtp5.clear.net.nz [203.97.33.68]) by mx1.freebsd.org (Postfix) with ESMTP id 904DA8FC0C; Tue, 30 Oct 2012 07:58:38 +0000 (UTC) Received: from mxin3-orange.clear.net.nz (lb2-srcnat.clear.net.nz [203.97.32.237]) by smtp5.clear.net.nz (CLEAR Net Mail) with ESMTP id <0MCP00FRI4T8YG30@smtp5.clear.net.nz>; Tue, 30 Oct 2012 20:58:22 +1300 (NZDT) Received: from 202-0-48-19.paradise.net.nz (HELO localhost) ([202.0.48.19]) by smtpin32.paradise.net.nz with ESMTP; Tue, 30 Oct 2012 20:58:20 +1300 Date: Tue, 30 Oct 2012 20:58:18 +1300 From: Andrew Turner Subject: Re: make tinderbox failures In-reply-to: To: mdf@FreeBSD.org Message-id: <20121030205818.784c1bf1@fubar.geek.nz> MIME-version: 1.0 X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; i386-portbld-freebsd8.1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Pirate: Arrrr References: <29E39FE3-57CC-484C-8966-2F33A7A63C89@bsdimp.com> Cc: Garrett Cooper , freebsd-current@freebsd.org, Warner Losh 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: Tue, 30 Oct 2012 07:58:40 -0000 On Fri, 26 Oct 2012 15:31:50 -0700 mdf@FreeBSD.org wrote: > Thanks for fixes! Is the reason the public tinderbox didn't see these > because it has explicit lists of arch/CONF kernels to build, while > "make tinderbox" on my machine just builds all the capitalized files > as configuration files? I don't know about the MIPS builds but with ARM it is because the tinderbox only builds for TARGET_ARCH=arm. 2 months ago I updated the ARM configs to set their machine option correctly. This meant the kernels sere built with the correct toolchain in "make tinderbox" but not the public tinderbox. The correct fix is to update the public tinderbox to build arm, armv6 and armeb. Andrew