From owner-freebsd-alpha Sun Sep 8 14:29:38 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F7337B400; Sun, 8 Sep 2002 14:29:36 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B95D743E75; Sun, 8 Sep 2002 14:29:35 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA20088; Sun, 8 Sep 2002 17:29:34 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g88LT4R65953; Sun, 8 Sep 2002 17:29:04 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15739.49440.257640.512733@grasshopper.cs.duke.edu> Date: Sun, 8 Sep 2002 17:29:04 -0400 (EDT) To: obrien@FreeBSD.ORG Cc: Joe Marcus Clarke , alpha@FreeBSD.ORG Subject: Re: mozilla failure on 4.6.2 In-Reply-To: <20020907000825.GA4091@dragon.nuxi.com> References: <20020906040641.GA61111@xor.obsecurity.org> <1031287598.361.2.camel@gyros.marcuscom.com> <15736.40749.986834.818558@grasshopper.cs.duke.edu> <1031329151.342.9.camel@gyros.marcuscom.com> <20020906194732.GA2244@dragon.nuxi.com> <15737.2550.488154.4401@grasshopper.cs.duke.edu> <20020907000825.GA4091@dragon.nuxi.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David O'Brien writes: > > The vtable format in stable is not the same as AlphaLinux, it is the same > in -CURRENT. Do we know if the results you posted also happen on > -CURRENT? There's some kind of name-mangling problem on -current: c++ -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -mcpu=ev6 -fshort-wchar -pipe -DNDEBUG -DTRIMMED -o TestXPTCInvoke TestXPTCInvoke.o -L../../../../dist/bin -L../../../../dist/lib -L../../../../dist/bin -lxpcom -L/usr/ports/www/mozilla-devel/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -lm ../../../../dist/bin/libxpcom.so: undefined reference to `nsXPTCStubBase::Stub203()' ../../../../dist/bin/libxpcom.so: undefined reference to `nsXPTCStubBase::Stub156()' <...> <5:27pm>monet/gallatin:lib>nm -A * | grep Stub203 /usr/libexec/elf/nm: libmoz_art_lgpl.so: no symbols /usr/libexec/elf/nm: libmozjs.so: no symbols /usr/libexec/elf/nm: libmozz.so: no symbols /usr/libexec/elf/nm: libnspr4.so: no symbols /usr/libexec/elf/nm: libplc4.so: no symbols /usr/libexec/elf/nm: libplds4.so: no symbols /usr/libexec/elf/nm: libxpcom.so: no symbols libxpcomproxy_s.a:nsProxyEventObject.o: U _ZN14nsXPTCStubBase7Stub203Ev libxptcall.a:xptcall.o: U _ZN14nsXPTCStubBase7Stub203Ev libxptcmd.a:xptcstubs_linux_alpha.o:0000000000001ba0 T Stub203__14nsXPTCStubBase Have I ever mentioned how much I despise c++? Drew PS: Does the ports gcc on -stable use the same vtable format as linux? I'm trying it now.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message