Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17778 - Mozilla-1.3 doesn't build (segfaults at nsIScriptSecurityManager.h)
Summary: Mozilla-1.3 doesn't build (segfaults at nsIScriptSecurityManager.h)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-18 19:03 UTC by Peter Ruskin
Modified: 2003-03-20 13:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Ruskin 2003-03-18 19:03:55 UTC
g++ -o nsKeygenHandler.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
-I../../../../dist/public/nss  -I../../../../dist/include/nspr
-I../../../../dist/include/xpcom -I../../../../dist/include/string
-I../../../../dist/include/necko -I../../../../dist/include/uriloader
-I../../../../dist/include/pref -I../../../../dist/include/caps
-I../../../../dist/include/dom -I../../../../dist/include/intl
-I../../../../dist/include/locale -I../../../../dist/include/profile
-I../../../../dist/include/windowwatcher -I../../../../dist/include/js
-I../../../../dist/include/widget -I../../../../dist/include/layout
-I../../../../dist/include/content -I../../../../dist/include/pippki
-I../../../../dist/include/xpconnect -I../../../../dist/include/jar
-I../../../../dist/include/unicharutil -I../../../../dist/include/pipboot
-I../../../../dist/include/pipnss -I../../../../dist/include
-I/var/tmp/portage/mozilla-1.3/work/mozilla/dist/include/nspr     
-I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include -fno-rtti -fno-exceptions
-Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-long-long -march=athlon-xp -pipe -Wno-deprecated
-fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -O2 
-I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h
-Wp,-MD,.deps/nsKeygenHandler.pp nsKeygenHandler.cpp
In file included from nsNSSComponent.h:41,
                 from nsKeygenHandler.cpp:27:
../../../../dist/include/caps/nsIScriptSecurityManager.h:50: internal error:
   Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
make[4]: *** [nsKeygenHandler.o] Error 1
make[4]: Leaving directory
`/var/tmp/portage/mozilla-1.3/work/mozilla/security/manager/ssl/src'
make[3]: *** [libs] Error 2
make[3]: Leaving directory
`/var/tmp/portage/mozilla-1.3/work/mozilla/security/manager/ssl'
make[2]: *** [libs] Error 2
make[2]: Leaving directory
`/var/tmp/portage/mozilla-1.3/work/mozilla/security/manager'
make[1]: *** [tier_95] Error 2
make[1]: Leaving directory `/var/tmp/portage/mozilla-1.3/work/mozilla'
make: *** [default] Error 2

!!! ERROR: net-www/mozilla-1.3 failed.
!!! Function src_compile, Line 375, Exitcode 2
!!! (no error message)

# emerge info
Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r3)
=================================================================
System uname: 2.4.20-xfs i686 AMD Athlon(tm) XP 1900+
GENTOO_MIRRORS="ftp://ftp.mirror.ac.uk/sites/www.ibiblio.org/gentoo
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/texmf/tex/generic/config
/usr/share/texmf/tex/platex/config /var/bind /usr/X11R6/lib/X11/xkb
/usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi cups encode gif jpeg mikmod mmx mpeg ncurses nls
pdflib png quicktime spell truetype xml2 xmms xv zlib alsa berkdb slang readline
arts tetex aalib bonobo svga ggi tcltk java guile mysql postgres X sdl gpm tcpd
pam ssl perl python esd imlib oggvorbis gtk qt kde opengl mozilla snmp cdr
scanner acpi doc dvd fbcon innodb maildir mbox nocardbus odbc samba slp sse tiff
usb wmf -crypt -gnome -libg++ -motif -gdbm -libwww"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -mmmx -msse -m3dnow "
CXXFLAGS="-O2 -march=athlon-xp -pipe -mmmx -msse -m3dnow "
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache userpriv usersandbox"
Comment 1 Peter Ruskin 2003-03-18 21:52:57 UTC
Very sorry!!  I tried again and it built OK...should have known that segfaults are down to me...think my box is running too hot.
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-03-20 04:53:27 UTC
Try with C[XX]FLAGS="-O2 -march=athlon-xp -pipe" only.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-03-20 10:10:03 UTC
Ahh, ok.  Add a few case fans and maybe a copper based heatsink ?
Comment 4 Peter Ruskin 2003-03-20 13:32:31 UTC
Yes, emerge of kdelibs segfaulted twice as well, until I left the case open.  Trouble occurs when CPU temperature goes above 58
Comment 5 Peter Ruskin 2003-03-20 13:32:31 UTC
Yes, emerge of kdelibs segfaulted twice as well, until I left the case open.  Trouble occurs when CPU temperature goes above 58°C.