From owner-freebsd-current@FreeBSD.ORG Mon Feb 28 08:08:06 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 3A0C1106566C for ; Mon, 28 Feb 2011 08:08:06 +0000 (UTC) (envelope-from datastream.freecity@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id D11B58FC12 for ; Mon, 28 Feb 2011 08:08:05 +0000 (UTC) Received: by ywf9 with SMTP id 9so1355829ywf.13 for ; Mon, 28 Feb 2011 00:08:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=vv6uNTk18sWj/2Ff+cTBNshBtCCRXtbKu7frv4XOvoY=; b=BTTo8cAKl6HQli3I5p/tJOkftvzeKkNY2J/SOheKa/E2lgwENGKxXO7qk/alHRYBHS AKsg/Rjj3XOUeBq7JWQiUMZbLDuCKjGNrCDQkr4v3Zg+LjrtvpOJjfzjrLofnk7+2ZZs zdtoT3lZeBRgS7N354fWYkhFQdyjD7263GwKY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=MNZjJoyv19835MjuXaBPaMz3fY6ltZGkmYAnUupLPRWSp4vVGZxKfmChYkaIqTrx1W 1EJ9jPBQyOmPlt/dDvbWW/1cABp20YY94ETEHaeKLI1jliCAq4sLTePFK+7pqMpUprFe ASdx9QgP/Tdqkx1NO0u5liDZHYYL/FGsrMn4M= MIME-Version: 1.0 Received: by 10.151.144.9 with SMTP id w9mr6822339ybn.174.1298880485032; Mon, 28 Feb 2011 00:08:05 -0800 (PST) Received: by 10.151.47.7 with HTTP; Mon, 28 Feb 2011 00:08:05 -0800 (PST) In-Reply-To: <4D6B54F6.2000804@FreeBSD.org> References: <11C58791-9103-4C0E-8B35-EE46A4A6D3D4@kientzle.com> <4D6B54F6.2000804@FreeBSD.org> Date: Mon, 28 Feb 2011 16:08:05 +0800 Message-ID: From: "datastream datastream.freecity" To: Doug Barton Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:08:06 -0000 Me too. #make buildkernel .... clang -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=make sh /usr/src/sys/conf/newvers.sh G9laptop /usr/local/bin/svnversion clang -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector vers.c clang: warning: argument unused during compilation: '-frename-registers' clang: warning: argument unused during compilation: '-mfpmath=387' linking kernel load: 0.01 cmd: ctfmerge 33795 [umtxn] 1241.95r 0.00u 0.03s 0% 428k load: 0.20 cmd: ctfmerge 33795 [umtxn] 1646.21r 0.00u 0.03s 0% 428k load: 0.18 cmd: ctfmerge 33795 [umtxn] 1650.68r 0.00u 0.03s 0% 428k load: 0.14 cmd: ctfmerge 33795 [umtxn] 2697.40r 0.00u 0.03s 0% 428k load: 0.12 cmd: ctfmerge 33795 [umtxn] 3371.61r 0.00u 0.03s 0% 428k load: 0.13 cmd: ctfmerge 33795 [umtxn] 3651.02r 0.00u 0.03s 0% 428k load: 0.51 cmd: ctfmerge 33795 [umtxn] 5262.95r 0.00u 0.03s 0% 428k On Mon, Feb 28, 2011 at 3:55 PM, 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. 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). > > > Doug > > -- > > Nothin' ever doesn't change, but nothin' changes much. > -- OK Go > > Breadth of IT experience, and depth of knowledge in the DNS. > Yours for the right price. :) http://SupersetSolutions.com/ > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >