From owner-freebsd-stable@FreeBSD.ORG Mon Jul 9 20:47:49 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEDA0106566B for ; Mon, 9 Jul 2012 20:47:49 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmfepi104.cox.net (fed1rmfepi104.cox.net [68.230.241.135]) by mx1.freebsd.org (Postfix) with ESMTP id 7F02B8FC08 for ; Mon, 9 Jul 2012 20:47:49 +0000 (UTC) Received: from fed1rmimpo110.cox.net ([68.230.241.159]) by fed1rmfepo201.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120709204431.PLBH29577.fed1rmfepo201.cox.net@fed1rmimpo110.cox.net> for ; Mon, 9 Jul 2012 16:44:31 -0400 Received: from dell64 ([72.220.103.209]) by fed1rmimpo110.cox.net with bizsmtp id YLkX1j0054X51K403LkXzX; Mon, 09 Jul 2012 16:44:31 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A02020A.4FFB42AF.00BB,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=VHAEUwC36PFTgqwLp7jeMWQF3V+lIkKEtKzfmasc/LU= c=1 sm=1 a=ZtsjS-0zHTUA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=9eRLpXbTwyrdKc8or95E8w==:17 a=zR_ZBHi0PIgc_l4SPCEA:9 a=CjuIK1q_8ugA:10 a=9eRLpXbTwyrdKc8or95E8w==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Date: Mon, 9 Jul 2012 13:44:26 -0700 From: Robert To: freebsd-stable@freebsd.org Message-ID: <20120709134426.7f01dd96@dell64> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Build failure xorg-drivers with Clang X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2012 20:47:49 -0000 Greetings I am trying to build a 9.0 Stable system and am getting this error when building xorg meta port. I have clang set up as follows make.conf cat /etc/make.conf CC=clang CXX=clang++ CPP=clang-cpp # added by use.perl 2012-07-09 07:23:29 PERL_VERSION=5.16.0 src.conf CC=clang CXX=clang++ CPP=clang-cpp uname -a FreeBSD pita9bsd.shasta204.local 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jul 8 18:52:16 PDT 2012 root@pita9bsd.shasta204.local:/usr/obj/usr/src/sys/GENERIC i386 The error: In file included from xf86Helper.c:54: In file included from ../../../hw/xfree86/os-support/xf86_OSlib.h:451: ./compiler.h:1104:24: error: invalid operand in inline asm: 'in${0:B} ($1)' __asm__ __volatile__("in%B0 (%1)" : ^ ./compiler.h:1104:24: error: unknown use of instruction mnemonic without a size suffix :1:2: note: instantiated into assembly here in (%dx) ^ In file included from xf86Helper.c:54: In file included from ../../../hw/xfree86/os-support/xf86_OSlib.h:451: ./compiler.h:1104:24: error: invalid operand in inline asm: 'in${0:B} ($1)' __asm__ __volatile__("in%B0 (%1)" : ^ ./compiler.h:1104:24: error: unknown use of instruction mnemonic without a size suffix :1:2: note: instantiated into assembly here in (%dx) In file included from xf86Helper.c:54: In file included from ../../../hw/xfree86/os-support/xf86_OSlib.h:451: ./compiler.h:1104:24: error: invalid operand in inline asm: 'in${0:B} ($1)' __asm__ __volatile__("in%B0 (%1)" : ^ ./compiler.h:1104:24: error: unknown use of instruction mnemonic without a size suffix :1:2: note: instantiated into assembly here in (%dx) ^ In file included from xf86Helper.c:54: In file included from ../../../hw/xfree86/os-support/xf86_OSlib.h:451: ./compiler.h:1104:24: error: invalid operand in inline asm: 'in${0:B} ($1)' __asm__ __volatile__("in%B0 (%1)" : ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. gmake[5]: *** [xf86Helper.lo] Error 1 gmake[4]: *** [all] Error 2 gmake[3]: *** [all-recursive] Error 1 gmake[2]: *** [all] Error 2 gmake[1]: *** [all-recursive] Error 1 gmake: *** [all-recursive] Error 1 *** [do-build] Error code 1 I just retrieved the ports this morning with portsnap fetch extract. Any help appreciated. Robert