From owner-freebsd-current@FreeBSD.ORG Wed Mar 27 00:36:49 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 26EF5AB9; Wed, 27 Mar 2013 00:36:49 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) by mx1.freebsd.org (Postfix) with ESMTP id D12A719C; Wed, 27 Mar 2013 00:36:48 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id n1so5445938oag.37 for ; Tue, 26 Mar 2013 17:36:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=EnyVJrgOAjwwwmTu4bWCf3pjBUsERbDJEjyPrQW7aDk=; b=RfMIZdmXOf90MPmq4P3f+LuuF9o1NiUYxxGpqrv4sH7t++5Kze+QCPbN6+AuS9PNZ3 oUipDCiOq6xVi3/bdlGMfnUqtkvkLLXhqrGGbkxDwKRfwxnlhmAqV81CT+kB95l990Th DJsmBdfV2GB85IYUbDvYBKkR0OjwbJxR/L7ruCSM81lBxAJB1PrBxS+lwOubyVf7NuKh 25SEmTXsTeI1pGaDG83jCDFVZAKJCA/XF5qrzfNspw3HbCG8W7lf2i33FbWwSJmjEQso 7Tut0XldVtMAH2M2HFyopXdaOG2ltRvF8fAE30flmj2kVh+n1adw1ItU9mr93vc254n9 vJ4Q== MIME-Version: 1.0 X-Received: by 10.60.0.129 with SMTP id 1mr10977028oee.5.1364344608006; Tue, 26 Mar 2013 17:36:48 -0700 (PDT) Received: by 10.182.116.196 with HTTP; Tue, 26 Mar 2013 17:36:47 -0700 (PDT) In-Reply-To: <9A7E9656-014A-4897-AB37-F68397CBD1F3@FreeBSD.org> References: <515016C2.1020201@gmail.com> <9A7E9656-014A-4897-AB37-F68397CBD1F3@FreeBSD.org> Date: Tue, 26 Mar 2013 20:36:47 -0400 Message-ID: Subject: Re: On 10.0, Clang is not accepted as compiler From: Super Bisquit To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Cc: Johan Hendriks , Koop Mast , freebsd-current 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, 27 Mar 2013 00:36:49 -0000 No go on this one. I received the same errors. Rebuilding the entire system isn't an option that I currently have. Qt4 and anything dependent upon it will just have to wait. Thanks much, though. On Tue, Mar 26, 2013 at 3:58 AM, Dimitry Andric wrote: > On Mar 26, 2013, at 03:06, Super Bisquit wrote: >> In file included from tools/qsimd.cpp:42: >> In file included from tools/qsimd_p.h:203: >> In file included from /usr/include/clang/3.2/mm3dnow.h:27: >> /usr/include/clang/3.2/mmintrin.h:28:2: error: "MMX instruction set not enabled" >> #error "MMX instruction set not enabled" >> ^ > ... >> Stop in /usr/ports/devel/qt4-corelib. >> *** [build-depends] Error code 1 > > This is a problem with the qt4 port; I think the ports guys are still investigating this one. In any case, you must compile it with CPUTYPE i686 or higher in /etc/make.conf, otherwise it will not build. >