From owner-freebsd-current@FreeBSD.ORG Sat Apr 17 17:35:54 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C10C106572E for ; Sat, 17 Apr 2010 17:35:54 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id B9AA78FC08 for ; Sat, 17 Apr 2010 17:35:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id BCEBC9CB25F; Sat, 17 Apr 2010 19:33:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3AAjn-LhzWEk; Sat, 17 Apr 2010 19:33:33 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 993179CB27D; Sat, 17 Apr 2010 19:33:33 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id o3HHXXmv046276; Sat, 17 Apr 2010 19:33:33 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 17 Apr 2010 19:33:33 +0200 From: Roman Divacky To: "James R. Van Artsdalen" Message-ID: <20100417173333.GB46116@freebsd.org> References: <20100416160818.GA69460@freebsd.org> <4BC9E642.1050502@jrv.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BC9E642.1050502@jrv.org> User-Agent: Mutt/1.4.2.3i Cc: current@freebsd.org Subject: Re: [CFT]: ClangBSD is selfhosting, we need testers now 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: Sat, 17 Apr 2010 17:35:54 -0000 what version of clang/llvm are you using? On Sat, Apr 17, 2010 at 11:48:02AM -0500, James R. Van Artsdalen wrote: > Roman Divacky wrote: > > Recently, we've achieved the state when clang can compile all of FreeBSD world > > on i386/amd64 platforms (including all the C++ apps we have and itself) > > and a bootable kernel. > > bigback:/usr/clangbsd# make buildworld > . > . > . > clang++ -O2 -pipe > -I/usr/clangbsd/usr.bin/clang/lib/libllvmsupport/../../../../contrib/llvm/include > -I/usr/clangbsd/usr.bin/clang/lib/libllvmsupport/../../../../contrib/llvm/tools/clang/include > -I/usr/clangbsd/usr.bin/clang/lib/libllvmsupport/../../../../contrib/llvm/lib/Support > -I. -I/usr/clangbsd/usr.bin/clang/lib/libllvmsupport/../../include > -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS > -D__STDC_CONSTANT_MACROS > -DLLVM_HOSTTRIPLE=\"amd64-undermydesk-freebsd9.0\" -g > -I/usr/obj/usr/clangbsd/tmp/legacy/usr/include -c > /usr/clangbsd/usr.bin/clang/lib/libllvmsupport/../../../../contrib/llvm/lib/Support/DeltaAlgorithm.cpp > /tmp/cc-Jb5jkf.s: Assembler messages: > /tmp/cc-Jb5jkf.s:4487: Error: can not do 8 byte pc-relative relocation > /tmp/cc-Jb5jkf.s:4607: Error: can not do 8 byte pc-relative relocation > /tmp/cc-Jb5jkf.s:4640: Error: can not do 8 byte pc-relative relocation > /tmp/cc-Jb5jkf.s:4787: Error: can not do 8 byte pc-relative relocation > /tmp/cc-Jb5jkf.s:4820: Error: can not do 8 byte pc-relative relocation > /tmp/cc-Jb5jkf.s:4969: Error: can not do 8 byte pc-relative relocation > clang: error: assembler command failed with exit code 1 (use -v to see > invocation) > *** Error code 1 > > Stop in /usr/clangbsd/usr.bin/clang/lib/libllvmsupport. > *** Error code 1 > > > _______________________________________________ > 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"