From owner-freebsd-current@FreeBSD.ORG Wed May 30 07:03:47 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76891106566C; Wed, 30 May 2012 07:03:47 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id C35A48FC1D; Wed, 30 May 2012 07:03:46 +0000 (UTC) Received: by eabm6 with SMTP id m6so1491595eab.13 for ; Wed, 30 May 2012 00:03:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=1MUV6Y5sOuog+Yq5h5U2SMAwqHcnZuMpIqauvGBWbOo=; b=l9fUe6eDXcaRragCCmO5ZfIsuAdv2qNhQiptDpET4JQHMjDnwsiJgkXeTQvnvPM61M DzbdITuEXiMrr42Hy8c0L85vSVXpXT6PGwELqm20RLzHSA8mVo8guuIhy++JhZ36HgAP M7U3ahcm4+++6VhDFNaRrQINwIHL3UMfKNMCTN/MJ8xwy7NCqFsq8RKcGFZFzGllfTDn PU+iptw7/7vw11scQYuIaJFFQnT7dBBCEmA/RabjOKb6R1f7QQfD44cIBAh0m1iXW7gr MuufQOtT4h7dFU9/qzwNvHYNtihx/o10sAy2TWvalZ3fP0FAk3prdPm7c9xIuqsbOb8C Kd8Q== Received: by 10.14.53.65 with SMTP id f41mr5668850eec.179.1338361425574; Wed, 30 May 2012 00:03:45 -0700 (PDT) Received: from Sevans-MacBook-Pro.local (cpc2-brig17-2-0-cust527.3-3.cable.virginmedia.com. [81.101.198.16]) by mx.google.com with ESMTPS id v46sm56983677eef.11.2012.05.30.00.03.43 (version=SSLv3 cipher=OTHER); Wed, 30 May 2012 00:03:44 -0700 (PDT) Message-ID: <4FC5C64F.4060008@gmail.com> Date: Wed, 30 May 2012 08:03:43 +0100 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Dimitry Andric References: <4FBE6C22.6080109@gmail.com> <4FBE8A4D.9000607@FreeBSD.org> <4FBE9EFA.5050906@gmail.com> <4FC3D5C9.5090807@FreeBSD.org> In-Reply-To: <4FC3D5C9.5090807@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Kernel builds failing with lots of "failed to retrieve array bounds" errors 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: Wed, 30 May 2012 07:03:47 -0000 On 28/05/2012 20:45, Dimitry Andric wrote: > Note, in r236149 I have pulled in a change from upstream clang, which > should fix the root cause of the "failed to retrieve array bounds" > messages. Indeed, I updated & rebuilt yesterday & message no-longer appeared. Thanks Sevan