From owner-freebsd-current@FreeBSD.ORG Wed Jun 2 23:53:01 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23AFF1065676 for ; Wed, 2 Jun 2010 23:53:01 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 90C318FC12 for ; Wed, 2 Jun 2010 23:53:00 +0000 (UTC) Received: by vws12 with SMTP id 12so390299vws.13 for ; Wed, 02 Jun 2010 16:52:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=+8NjWyxu0YGPp8UQanevryh5VlEyt8yWGKLv4N41hnM=; b=XioC+kFntAmwq11GOR11IbDn76/ObYC9ppivG/g8gOSe/wn/DcvsTWC8GNzT7K5Zsi HRDWFqWXFZFfj9PuErQ4ggE4xf1w6pvp02MFbeAHy45YprNpzfJOMhv4JvYpnQhux5VV FSx4NWAS+8sn/F6gBkSYmArW1j2YJVHQoli4A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=J+JHla0wPXGTG52q/wxrK3YLT1sV8Nd+r0OeOxykWA0V/mO8bFJ2e5RPUuP2G01O/c Zb0CItzKtk6F3UxXOCurtFTmW2EqvLPnzFYIlBmmPVUvWSvTdA5kigeIq9HRjdLIeIzU lChXwuKoKOmuZKFukHL3vuLxA8uNEGNq5mvtA= MIME-Version: 1.0 Received: by 10.224.35.196 with SMTP id q4mr4107063qad.348.1275522779595; Wed, 02 Jun 2010 16:52:59 -0700 (PDT) Received: by 10.229.233.74 with HTTP; Wed, 2 Jun 2010 16:52:59 -0700 (PDT) In-Reply-To: <4C06E5DC.1090502@truschinski.de> References: <20100529130240.GA99732@freebsd.org> <0D6C8897-3CC3-453F-BFC4-16E5D1892252@cederstrand.dk> <4C06E5DC.1090502@truschinski.de> Date: Wed, 2 Jun 2010 16:52:59 -0700 Message-ID: From: Garrett Cooper To: Gerd Truschinski Content-Type: text/plain; charset=ISO-8859-1 Cc: current@freebsd.org, Erik Cederstrand Subject: Re: [TESTING]: ClangBSD branch needs testing before the import to HEAD 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, 02 Jun 2010 23:53:01 -0000 On Wed, Jun 2, 2010 at 4:14 PM, Gerd Truschinski wrote: > Erik Cederstrand wrote: >> >> Den 31/05/2010 kl. 21.50 skrev Erik Cederstrand: >> >> >>> >>> I do have a problem with buildworld on an unmodified ClangBSD src/ tree >>> within a ClangBSD VM. Clang barfs on the mmintrin.h headers when building >>> it's own Lexer because it picks up the gcc version of the headers instead of >>> the clang version. This has been fixed before in ClangBSD, but probably the >>> logic to decide on which headers to use are insufficient. >>> >> >> Building a new ClangBSD VM from the latest revision solved this issue for >> me and I'm able to build ClangBSD within ClangBSD using unmodified sources. >> > > Fine, but can we stop calling it ClangBSD, else we end calling the other one > Hurd (formerly known as gccBSD, which once was FreeBSD) > > /gT/ > who now has an excuse to buy a new box, dedicated to FreeBSD(Clang). I have resources; I just don't have the time to maintain more boxes right now. -Garrett