From owner-freebsd-current@FreeBSD.ORG Mon Jul 18 20:11:14 2011 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 E21BD106566C; Mon, 18 Jul 2011 20:11:14 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 858A48FC15; Mon, 18 Jul 2011 20:11:14 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:ad26:bb30:2166:3809] (unknown [IPv6:2001:7b8:3a7:0:ad26:bb30:2166:3809]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 4FED55C37; Mon, 18 Jul 2011 22:11:10 +0200 (CEST) Message-ID: <4E249358.7030904@FreeBSD.org> Date: Mon, 18 Jul 2011 22:11:04 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Doug Barton References: <4E22B560.4040401@FreeBSD.org> <4E22EBC2.4070802@FreeBSD.org> <4E23E3E0.2090209@FreeBSD.org> In-Reply-To: <4E23E3E0.2090209@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: sys/boot/i386/boot2 build failure with clang 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: Mon, 18 Jul 2011 20:11:15 -0000 On 2011-07-18 09:42, Doug Barton wrote: .. > A clean /usr/obj got me all the way through buildworld to the point > where it was building the 32-bit compat libs, and got this: ... > /tmp/.root/cc-ysEysz.s:31589: Error: unknown pseudo-op: `.cfi_sections' > clang: error: assembler command failed with exit code 1 (use -v to see This should now really be fixed with r224201. Can you please confirm? :)