From owner-freebsd-current@FreeBSD.ORG Wed Dec 16 14:52:43 2009 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 E82221065670 for ; Wed, 16 Dec 2009 14:52:43 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id A0DA48FC0C for ; Wed, 16 Dec 2009 14:52:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 4386B9CB059; Wed, 16 Dec 2009 15:50:36 +0100 (CET) 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 vl6jqS9Q1d3n; Wed, 16 Dec 2009 15:50:33 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id B07559CB0D6; Wed, 16 Dec 2009 15:50:33 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id nBGEoXUI069350; Wed, 16 Dec 2009 15:50:33 +0100 (CET) (envelope-from rdivacky) Date: Wed, 16 Dec 2009 15:50:33 +0100 From: Roman Divacky To: Anton Shterenlikht Message-ID: <20091216145033.GA69013@freebsd.org> References: <20091216144906.GA23342@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091216144906.GA23342@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: llvm on ia64 ? 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: Wed, 16 Dec 2009 14:52:44 -0000 I wont comment the failure but llvm does NOT support generating IA64 code as the support for this was removed some 6 months or so ago.... what exactly do you want to use the llvm@ia64 for? On Wed, Dec 16, 2009 at 02:49:06PM +0000, Anton Shterenlikht wrote: > llvm port fails to build on ia64 current: > > gmake[3]: Leaving directory `/usr/ports/devel/llvm/work/llvm-2.6/tools/llvmc/driver' > gmake[2]: Leaving directory `/usr/ports/devel/llvm/work/llvm-2.6/tools/llvmc' > /usr/ports/devel/llvm/work/llvm-2.6/Release/lib/libLLVMJIT.a(JIT.o)(.text+0x1231): In function `llvm::JIT::JIT(llvm::ModuleProvider*, llvm::TargetMachine&, llvm::TargetJITInfo&, llvm::JITMemoryManager*, llvm::CodeGenOpt::Level, bool)': > : undefined reference to `__register_frame' > /usr/ports/devel/llvm/work/llvm-2.6/Release/lib/libLLVMJIT.a(JIT.o)(.text+0x2011): In function `llvm::JIT::JIT(llvm::ModuleProvider*, llvm::TargetMachine&, llvm::TargetJITInfo&, llvm::JITMemoryManager*, llvm::CodeGenOpt::Level, bool)': > : undefined reference to `__register_frame' > gmake[2]: *** [/usr/ports/devel/llvm/work/llvm-2.6/Release/bin/lli] Error 1 > gmake[2]: Leaving directory `/usr/ports/devel/llvm/work/llvm-2.6/tools/lli' > gmake[1]: *** [lli/.makeall] Error 2 > gmake[1]: Leaving directory `/usr/ports/devel/llvm/work/llvm-2.6/tools' > gmake: *** [all] Error 1 > *** Error code 1 > > Stop in /usr/ports/devel/llvm. > *** Error code 1 > > > Anything I can do to help debug this? > > many thanks > > -- > Anton Shterenlikht > Room 2.6, Queen's Building > Mech Eng Dept > Bristol University > University Walk, Bristol BS8 1TR, UK > Tel: +44 (0)117 331 5944 > Fax: +44 (0)117 929 4423 > _______________________________________________ > 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"