From owner-freebsd-ia64 Fri Mar 14 13: 7:47 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4151937B401; Fri, 14 Mar 2003 13:07:45 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6718243FB1; Fri, 14 Mar 2003 13:07:44 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.8/8.12.8) with ESMTP id h2EL7iSd063502; Fri, 14 Mar 2003 13:07:44 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.7/8.12.7) with ESMTP id h2EL7hVP000948; Fri, 14 Mar 2003 13:07:43 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.7/8.12.7/Submit) id h2EL7hZC000947; Fri, 14 Mar 2003 13:07:43 -0800 (PST) (envelope-from marcel) Date: Fri, 14 Mar 2003 13:07:43 -0800 From: Marcel Moolenaar To: Joe Marcus Clarke Cc: Kris Kennaway , FreeBSD GNOME Users , ia64@FreeBSD.ORG Subject: Re: AbiWord2 broken on ia64 Message-ID: <20030314210743.GC777@dhcp01.pn.xcllnt.net> References: <20030314170854.GF2611@rot13.obsecurity.org> <1047669110.317.54.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1047669110.317.54.camel@gyros> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Mar 14, 2003 at 02:11:51PM -0500, Joe Marcus Clarke wrote: > On Fri, 2003-03-14 at 12:08, Kris Kennaway wrote: > > http://bento.freebsd.org/errorlogs/ia64-5-latest/AbiWord2-1.1.3.log > > > > pt_PT_DeleteSpan.o(.text+0x2b2): undefined reference to `.L32' > > gmake[5]: *** [AbiWord_d] Error 1 > > gmake[5]: Leaving directory `/tmp/a/ports/editors/AbiWord2/work/abiword-1.1.3/abi/src/wp/main/unix' > > gmake[4]: *** [all-recursive] Error 1 > > Yep, it looks to be broken. For the life of me, I can't see where this > error is coming from. If I get time, I may test this on pluto1. JFYI: After working around the libobjc.a problem for lang/gnustep-base I hit upon this as well. It is therefore not specific to AbiWord. The label in question is a temporary label with (file) global scope and thus never appears in object files (modulo bugs). Hence, this is a label that's created by the compiler for its own use. I haven't looked at it myself yet. Keep me posted if you tracked it down before I do. My suggestion would be to play with the compiler options to see which one causes it (besides -O). -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message