From owner-freebsd-current@FreeBSD.ORG Fri Feb 25 13:08:43 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 89E5B106566B; Fri, 25 Feb 2011 13:08:43 +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 0A6C48FC0A; Fri, 25 Feb 2011 13:08:42 +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 1Pswuc-00022I-Vv; Fri, 25 Feb 2011 15:36:47 +0300 From: Boris Samorodov To: freebsd-current@FreeBSD.org Date: Fri, 25 Feb 2011 15:36:46 +0300 Message-ID: <71444321@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: dim@FreeBSD.org Subject: [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 13:08:43 -0000 Hi! I can't mount tmpfs from fstab if world/kernel are build by clang, however just making world with gcc works fine. The last revision I've tested: ----- % uname -a FreeBSD h30.sp.ipt.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r219024: Fri Feb 25 13:17:07 MSK 2011 bsam@h30.sp.ipt.ru:/usr/obj/usr/src/sys/BB i386 ----- The previos clang kernel at r218879 works. Mounting from rc.conf works as well. -- WBR, bsam