From owner-freebsd-current@FreeBSD.ORG Thu Jun 24 13:42:03 2010 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 6E7A91065670 for ; Thu, 24 Jun 2010 13:42:03 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2C5B58FC18 for ; Thu, 24 Jun 2010 13:42:03 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:e1f1:8066:6d95:b7de] (unknown [IPv6:2001:7b8:3a7:0:e1f1:8066:6d95:b7de]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 0D7825C43; Thu, 24 Jun 2010 15:42:02 +0200 (CEST) Message-ID: <4C2360AC.9070309@andric.com> Date: Thu, 24 Jun 2010 15:42:04 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.4) Gecko/20100619 Lanikai/3.1.1pre MIME-Version: 1.0 To: Cristiano Deana References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Problem with buildworld 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: Thu, 24 Jun 2010 13:42:03 -0000 On 2010-06-24 15:33, Cristiano Deana wrote: > Last lines: > > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_dgst.c:135:2: > error: unsupported inline asm: input with type 'unsigned long' > matching output with type > 'unsigned int' > R1(D,A,B,C,X( 4), 5,0x5A827999L); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't try building head with clang, it is not possible yet. Use clangbsd instead. :)