From owner-freebsd-mozilla@FreeBSD.ORG Sun Oct 19 13:53:34 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3729C16A4B3 for ; Sun, 19 Oct 2003 13:53:34 -0700 (PDT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EE2A43F85 for ; Sun, 19 Oct 2003 13:53:33 -0700 (PDT) (envelope-from kronic_bsd@fastmail.fm) Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id CED6131765B for ; Sun, 19 Oct 2003 16:53:30 -0400 (EDT) Received: from 10.202.2.132 ([10.202.2.132] helo=www.fastmail.fm) by messagingengine.com with SMTP; Sun, 19 Oct 2003 16:53:30 -0400 Received: by www.fastmail.fm (Postfix, from userid 99) id EA6723C0D3; Sun, 19 Oct 2003 16:53:29 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "KroNiC~BSD" To: freebsd-mozilla@freebsd.org Date: Sun, 19 Oct 2003 14:53:29 -0600 X-Epoch: 1066596810 X-Sasl-enc: cMzKyyKxpx/TgvxDRWZVmQ Message-Id: <20031019205329.EA6723C0D3@www.fastmail.fm> Subject: Fwd: firebird 7 in freebsd cvs appears to be broke X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 20:53:34 -0000 On Sun, 19 Oct 2003 14:42:55 -0600, "KroNiC~BSD" said: > I downloaded the new firebird-7 port from the freebsd cvs server. Make > will run for about 20-mins then stop with these errors: > > gmake[4]: Leaving directory > `/sandbox/firebird/work/mozilla/content/xsl/public' > gmake[3]: Leaving directory `/sandbox/firebird/work/mozilla/content/xsl' > gmake[3]: Entering directory > `/sandbox/firebird/work/mozilla/content/events' > gmake[4]: Entering directory > `/sandbox/firebird/work/mozilla/content/events/public' > gmake[4]: Leaving directory > `/sandbox/firebird/work/mozilla/content/events/public' > gmake[4]: Entering directory > `/sandbox/firebird/work/mozilla/content/events/src' > nsEventListenerManager.cpp > c++ -o nsEventListenerManager.o -c -DOSTYPE=\"FreeBSD5\" > -DOSARCH=\"FreeBSD\" -I./../../html/base/src -I./../../xul/content/src > -I../../../dist/include/xpcom -I../../../dist/include/string > -I../../../dist/include/dom -I../../../dist/include/js > -I../../../dist/include/locale -I../../../dist/include/gfx > -I../../../dist/include/layout -I../../../dist/include/widget > -I../../../dist/include/caps -I../../../dist/include/xpconnect > -I../../../dist/include/docshell -I../../../dist/include/pref > -I../../../dist/include/view -I../../../dist/include/necko > -I../../../dist/include/unicharutil -I../../../dist/include/content > -I../../../dist/include > -I/sandbox/firebird/work/mozilla/dist/include/nspr -I/usr/local/include > -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include > -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions > -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual > -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -march=athlon-xp > -D_THREAD_SAFE -fshort-wchar -pipe -DNDEBUG -DTRIMMED > -ffunction-sections -I/usr/X11R6/include -I/usr/X11R6/include > -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h > nsEventListenerManager.cpp > In file included from nsEventListenerManager.cpp:69: > ../../../dist/include/content/nsINodeInfo.h:324: internal compiler error: > Segmentation > fault > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > gmake[4]: *** [nsEventListenerManager.o] Error 1 > gmake[4]: Leaving directory > `/sandbox/firebird/work/mozilla/content/events/src' > gmake[3]: *** [libs] Error 2 > gmake[3]: Leaving directory > `/sandbox/firebird/work/mozilla/content/events' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory `/sandbox/firebird/work/mozilla/content' > gmake[1]: *** [tier_9] Error 2 > gmake[1]: Leaving directory `/sandbox/firebird/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 > > Thanks in advance > -- > KroNiC~BSD > kronic_bsd@fastmail.fm > > -- > http://www.fastmail.fm - Send your email first class thought i would forward this to freebsd-mozilla I also downloaded the src code from mozilla'a cvs and tried to build it myself with the following .mozconfig file MOZ_PHOENIX=1 BUILD_OFFICIAL=1 export MOZ_PHOENIX export BUILD_OFFICIAL mk_add_options MOZ_PHOENIX=1 mk_add_options BUILD_OFFICIAL=1 ac_add_options --prefix=/usr/local/firebird ac_add_options --disable-tests ac_add_options --disable-debug ac_add_options --disable-mailnews ac_add_options --disable-composer ac_add_options --disable-calendar ac_add_options --disable-xinerama ac_add_options --disable-ctl ac_add_options --disable-mathml ac_add_options --disable-ldap ac_add_options --disable-ldap-experimental ac_add_options --disable-mailnews ac_add_options --disable-js-ultrasparc ac_add_options --disable-gtktest ac_add_options --disable-shared ac_add_options --enable-static ac_add_options --enable-crypto ac_add_options --disable-pedantic ac_add_options --with-pthreads ac_add_options --enable-optimize="-O2 -funroll-loops -ffast-math -fschedule-insns2 -fexpensive-optimizations" had to add " ac_add_options --disable-pedantic " or the build would stop with c++ errors for the exceptions. anyway this did build and firebird started but when you go to options and try to select the private config section it just crashes, no error ....just crashes. -- KroNiC~BSD kronic_bsd@fastmail.fm -- http://www.fastmail.fm - Email service worth paying for. Try it for free