From owner-freebsd-current@FreeBSD.ORG Fri Feb 25 15:58:45 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 5CF2E1065672; Fri, 25 Feb 2011 15:58:45 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 13E5E8FC0C; Fri, 25 Feb 2011 15:58:44 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Pt043-0002KN-Kx; Fri, 25 Feb 2011 18:58:43 +0300 From: Boris Samorodov To: Dimitry Andric References: <71444321@h30.sp.ipt.ru> <4D67AFB2.2040104@FreeBSD.org> Date: Fri, 25 Feb 2011 18:58:43 +0300 In-Reply-To: <4D67AFB2.2040104@FreeBSD.org> (Dimitry Andric's message of "Fri, 25 Feb 2011 14:33:38 +0100") Message-ID: <25043276@h30.sp.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 25 Feb 2011 15:58:45 -0000 On Fri, 25 Feb 2011 14:33:38 +0100 Dimitry Andric wrote: > On 2011-02-25 13:36, Boris Samorodov wrote: > > I can't mount tmpfs from fstab if world/kernel are build by clang, > > however just making world with gcc works fine. > The cause of this issue is a problem with the way clang's integrated > assembler handles global symbols that are not referenced. > This problem has been submitted upstream, and it is fixed meanwhile, so > I will import a new clang snapshot soon. > 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 -- WBR, bsam