From owner-freebsd-current@FreeBSD.ORG Sat Apr 17 17:32:58 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 633531065677; Sat, 17 Apr 2010 17:32:58 +0000 (UTC) (envelope-from james-freebsd-current@jrv.org) Received: from mail.jrv.org (rrcs-24-73-246-106.sw.biz.rr.com [24.73.246.106]) by mx1.freebsd.org (Postfix) with ESMTP id 0FDEA8FC23; Sat, 17 Apr 2010 17:32:57 +0000 (UTC) Received: from kremvax.housenet.jrv (kremvax.housenet.jrv [192.168.3.124]) by mail.jrv.org (8.14.3/8.14.3) with ESMTP id o3HGm2mk089011; Sat, 17 Apr 2010 11:48:02 -0500 (CDT) (envelope-from james-freebsd-current@jrv.org) Authentication-Results: mail.jrv.org; domainkeys=pass (testing) header.from=james-freebsd-current@jrv.org DomainKey-Signature: a=rsa-sha1; s=enigma; d=jrv.org; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=UlWQw+w4dqmFx/bAY7IN7Uu1hiCLsxAQos/2FxqOFQr1bazkNkUarXOW35Hp7twSz DZC7DBDkpHOAsI+pYDSpLkmGUUuzhebqBXUFbXBDLokdMXurmkpuG9XlHJg8sjOWcm9 WnGU6vU5NuBmGlcMRPrlkZJIpzUn0Iy2Ur/RWC4= Message-ID: <4BC9E642.1050502@jrv.org> Date: Sat, 17 Apr 2010 11:48:02 -0500 From: "James R. Van Artsdalen" User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Roman Divacky References: <20100416160818.GA69460@freebsd.org> In-Reply-To: <20100416160818.GA69460@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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:32:58 -0000 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