From owner-freebsd-current@FreeBSD.ORG Sun Feb 27 01:43:51 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 AC75C106564A for ; Sun, 27 Feb 2011 01:43:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) 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 6D7978FC08 for ; Sun, 27 Feb 2011 01:43:51 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:14c:e271:776c:35cb] (unknown [IPv6:2001:7b8:3a7:0:14c:e271:776c:35cb]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id A769B5C59; Sun, 27 Feb 2011 02:43:50 +0100 (CET) Message-ID: <4D69AC58.1040905@FreeBSD.org> Date: Sun, 27 Feb 2011 02:43:52 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.15pre) Gecko/20110221 Lanikai/3.1.9pre MIME-Version: 1.0 To: Boris Samorodov References: <71444321@h30.sp.ipt.ru> <4D67AFB2.2040104@FreeBSD.org> <25043276@h30.sp.ipt.ru> In-Reply-To: <25043276@h30.sp.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: [clang] regression: tmpfs is not mounted from fstab 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: Sun, 27 Feb 2011 01:43:51 -0000 On 2011-02-25 16:58, Boris Samorodov wrote: > On Fri, 25 Feb 2011 14:33:38 +0100 Dimitry Andric wrote: >> For now, please build kernels with "-no-integrated-as" added to >> COPTFLAGS, that should fix it. > > FYI unfortunately this does not help. Full build log is here: > ftp://ftp.bsam.ru/pub/tmp/bk.log.bz2 Hm, I was wrong, COPTFLAGS is used for the kernel itself, but CFLAGS for the modules. So you had to add -no-integrated-as to both CFLAGS and COPTFLAGS for it to work... In any case, in r219077 I imported a new drop of llvm/clang that should fix the problem without adding those flags. Can you please try it with this new version?