From owner-freebsd-current@FreeBSD.ORG Wed Feb 20 15:32:35 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D10116C3; Wed, 20 Feb 2013 15:32:35 +0000 (UTC) (envelope-from davide.italiano@gmail.com) Received: from mail-vc0-f179.google.com (mail-vc0-f179.google.com [209.85.220.179]) by mx1.freebsd.org (Postfix) with ESMTP id 6EA0FB5F; Wed, 20 Feb 2013 15:32:35 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id gb23so5178461vcb.10 for ; Wed, 20 Feb 2013 07:32:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=woegzMZYJQzSVjt0OQClKq9gQwYINPohBMAN52QPbDk=; b=almf3f/eRolRTndHfdo+I+JxjtuT/kt7xq8cHzKRpU9tIIDoXZVIcz1Z7mZOxmPmAt yIN80Jw7fufiwLCCFg4BZES2sjPwa5CXiM2tOnv/NU9VH9NuvRG3qDFv21qsf1zkzyMv gQcpp/1tQvBoAFyzuOUgies7PnzPbqwlT8sJg/cq6SujNLEZOc/DDXJWqeTjt+HAyZw7 XsWtYa1/mYCdPUq2NbBqIr+BuuOzFu66wk3DRThJRjNJiAoDVQkeegXUJen4DjxgpdVq UnUSc9Yi3v0mhHrISJ/ogVqZoo8pcL4fEnd48FXlS4ig9sC9EO3oNKqEQsIyW0TR+2Y4 hZTQ== MIME-Version: 1.0 X-Received: by 10.220.220.6 with SMTP id hw6mr1408845vcb.59.1361374016168; Wed, 20 Feb 2013 07:26:56 -0800 (PST) Sender: davide.italiano@gmail.com Received: by 10.220.34.203 with HTTP; Wed, 20 Feb 2013 07:26:56 -0800 (PST) In-Reply-To: <86ip5nxqbw.fsf@ds4.des.no> References: <86ip5nxqbw.fsf@ds4.des.no> Date: Wed, 20 Feb 2013 16:26:56 +0100 X-Google-Sender-Auth: k3Ju7hipbI9hhsOHO1TX6HKdq9M Message-ID: Subject: Re: r246916 probably broke amd64 build From: Davide Italiano To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "Simon L. B. Nielsen" , freebsd-current , mav@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: Wed, 20 Feb 2013 15:32:35 -0000 On Wed, Feb 20, 2013 at 10:54 AM, Dag-Erling Sm=F8rgrav wrote: > Davide Italiano writes: >> Unfortunately tinderbox didn't catch this bug because it's triggered >> only when gcc is used to build kernel. > > In this particular case, the broken code is only built on platforms > which default to clang. Otherwise, it would have been caught when > building one of the platforms that default to gcc. > I see. In fact this was a very unlucky case (problem in MD code, for a platform that default to clang). > The tinderbox servers simply donn't have enough CPU power to build all > possible combinations. There isn't even enough for a standard build of > all platforms at a reasonable frequency. I have a stack of new servers, > but nowhere to host them - see the donations wantlist for details. > > DES > -- > Dag-Erling Sm=F8rgrav - des@des.no Sorry I can't help you with that. Thanks, Davide