Date: Fri, 14 Mar 2003 13:07:43 -0800 From: Marcel Moolenaar <marcel@xcllnt.net> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: Kris Kennaway <kris@obsecurity.org>, FreeBSD GNOME Users <gnome@FreeBSD.ORG>, ia64@FreeBSD.ORG Subject: Re: AbiWord2 broken on ia64 Message-ID: <20030314210743.GC777@dhcp01.pn.xcllnt.net> In-Reply-To: <1047669110.317.54.camel@gyros> References: <20030314170854.GF2611@rot13.obsecurity.org> <1047669110.317.54.camel@gyros>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030314210743.GC777>