Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2003 14:53:29 -0600
From:      "KroNiC~BSD" <kronic_bsd@fastmail.fm>
To:        freebsd-mozilla@freebsd.org
Subject:   Fwd: firebird 7 in freebsd cvs appears to be broke
Message-ID:  <20031019205329.EA6723C0D3@www.fastmail.fm>

next in thread | raw e-mail | index | archive | help

On Sun, 19 Oct 2003 14:42:55 -0600, "KroNiC~BSD" <kronic_bsd@fastmail.fm>
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 <URL:http://gcc.gnu.org/bugs.html>; 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031019205329.EA6723C0D3>