From owner-freebsd-current@FreeBSD.ORG Mon Feb 28 08:18:49 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 733F0106566C for ; Mon, 28 Feb 2011 08:18:49 +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 28AAA8FC0C for ; Mon, 28 Feb 2011 08:18:48 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtps (TLSv1:AES128-SHA:128) (Exim 4.54 (FreeBSD)) id 1PtyJa-0006Yp-Jj; Mon, 28 Feb 2011 11:18:47 +0300 From: Boris Samorodov To: Doug Barton References: <11C58791-9103-4C0E-8B35-EE46A4A6D3D4@kientzle.com> <4D6B54F6.2000804@FreeBSD.org> Date: Mon, 28 Feb 2011 11:18:45 +0300 In-Reply-To: <4D6B54F6.2000804@FreeBSD.org> (Doug Barton's message of "Sun, 27 Feb 2011 23:55:34 -0800") Message-ID: <37480426@h30.sp.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: FreeBSD-current Current Subject: Re: Can't update CLang-based system 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, 28 Feb 2011 08:18:49 -0000 On Sun, 27 Feb 2011 23:55:34 -0800 Doug Barton wrote: > On 02/27/2011 19:30, Tim Kientzle wrote: > > I have a FreeBSD-CURRENT AMD64 system here that was last updated at r215029. > > > > I'm trying to update it to r219079, but the build fails in lib/libz > > when it tries to compile gvmat64.S. It looks like the Makefile here > > has a workaround for clang on AMD64, but it doesn't seem to actually > > be working in this case. > I have a different problem on r219092. Everything builds find, but > "linking kernel.debug" hangs forever. It can't even be killed with > ^C. I had the same problem with kernel.debug hanging (top showed ctfconvert sitting at umtx state) with a custom kernel. I tried many things (tmpfs, sound and linux loadable modules were broken as well) and can't say for sure what helped me but seems that GENERIC kernel was built successfully. > My existing system is r218985M, which was built with clang. This > is my first time trying to build a system with clang ON a system that > was itself built with clang (if that makes sense). -- WBR, bsam