Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot emerge Firefox 22
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Ser_p
n00b
n00b


Joined: 04 Jul 2013
Posts: 4

PostPosted: Sat Jul 06, 2013 4:05 pm    Post subject: Cannot emerge Firefox 22 Reply with quote

Hi there,

I'm getting error
Code:
  * ERROR: www-client/firefox-22.0 failed (compile phase):
 *   emake failed
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 5113:  Called die
 * The specific snippet of code:
 *           CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL}" emake -f client.mk || die "emake failed";
 *
 * If you need support, post the output of `emerge --info '=www-client/firefox-22.0'`,
 * the complete build log and the output of `emerge -pqv '=www-client/firefox-22.0'`.
 * The complete build log is located at '/var/tmp/portage/www-client/firefox-22.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/firefox-22.0/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release'
 * S: '/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release'

>>> Failed to emerge www-client/firefox-22.0, Log file:

>>>  '/var/tmp/portage/www-client/firefox-22.0/temp/build.log'

 * Messages for package www-client/firefox-22.0:

 * ERROR: www-client/firefox-22.0 failed (compile phase):
 *   emake failed
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 5113:  Called die
 * The specific snippet of code:
 *           CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL}" emake -f client.mk || die "emake failed";
 *
 * If you need support, post the output of `emerge --info '=www-client/firefox-22.0'`,
 * the complete build log and the output of `emerge -pqv '=www-client/firefox-22.0'`.
 * The complete build log is located at '/var/tmp/portage/www-client/firefox-22.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/firefox-22.0/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release'
 * S: '/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release'


When trying to install firefox 21 there is also similar error

make.conf
Code:

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=atom -mtune=atom -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -msahf -mmovbe --param l1-cache-size=24 --param l1-cache-line-size=64 --param l2-cache-size=512"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
INPUT_DEVICES="keyboard synaptics mouse evdev"
VIDEO_CARDS="intel"
USE="-minimal a52 aac acl acpi alsa apng bindist cairo caps caps-ng consolekit cdr cups dbus dts dvd dvdr emboss encode evdev exif fam firefox flac gif gpm gudev hal hwdb icu java jit jpeg kerberos keymap lcms ldap libnotify lock lxde mad mesa mikmod minizip mng mono mp3 mp4 mpeg ogg openbox opengl opus pam pango pdf png ppds policykit python readline session sqlite spell startup-notification svg thunar tiff truetype vorbis udev udisks uicode upcall usb winbind X xcb x264 xfce xml xv xvid"
FEATURES="ccache"
ACCEPT_KEYWORDS="~x86"
ACCEPT_LICENSE="*"


Could please somebody help?
Back to top
View user's profile Send private message
broken_chaos
Guru
Guru


Joined: 18 Jan 2006
Posts: 370
Location: Ontario, Canada

PostPosted: Sat Jul 06, 2013 4:20 pm    Post subject: Reply with quote

Check the build log (mentioned in the output you did copy) for the actual error. The part you've copied of the error is just portage telling you that there is an error, not the actual error itself.

For a shot-in-the-dark guess... You're on an Atom processor, how much RAM does that machine have? Firefox takes an immense amount of RAM to compile and link (especially if you've got /var/tmp/portage on tmpfs).
Back to top
View user's profile Send private message
Ser_p
n00b
n00b


Joined: 04 Jul 2013
Posts: 4

PostPosted: Sat Jul 06, 2013 4:53 pm    Post subject: Reply with quote

I have 2Gb RAM + 2Gb swap

Here is end of log

Code:

In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/FullParseHandler.h:11:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/Parser.h:22,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/BytecodeCompiler.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/BytecodeEmitter.h:21,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsopcodeinlines.h:12,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsinterpinlines.h:27,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.cpp:23:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseNode.h: In member function 'js::frontend::ParseNode* js::frontend::ParseNode::last() const':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseNode.h:751:89: warning: invalid access to non-static data member 'js::frontend::ParseNode::pn_next'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseNode.h:751:89: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.cpp: In member function 'JSGenerator* js::StackFrame::maybeSuspendedGenerator(JSRuntime*)':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.cpp:184:53: warning: invalid access to non-static data member 'JSGenerator::stackSnapshot'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.cpp:184:53: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.cpp: In member function 'js::StackIter& js::StackIter::operator++()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.cpp:1586:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.
{standard input}: Assembler messages:
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
make[5]: *** [Stack.o] Error 1
make[5]: *** Waiting for unfinished jobs....
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:1:0: note: this is the location of the previous definition
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsapi.h:25:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:19,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jspubtd.h:364:85: warning: invalid access to non-static data member 'js::PerThreadDataFriendFields::RuntimeDummy::mainThread'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jspubtd.h:364:85: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Barrier.h:13:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsatom.h:22,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:22,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Heap.h: In static member function 'static js::gc::Chunk* js::gc::Chunk::fromPointerToNext(js::gc::Chunk**)':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Heap.h:809:76: warning: invalid access to non-static data member 'js::gc::Chunk::info'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Heap.h:809:76: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Heap.h: At global scope:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Heap.h:827:94: warning: invalid access to non-static data member 'js::gc::Chunk::bitmap'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Heap.h:827:94: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:24:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsgc.h: In static member function 'static uintptr_t js::gc::ArenaLists::getFreeListOffset(js::gc::AllocKind)':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsgc.h:318:60: warning: invalid access to non-static data member 'js::gc::ArenaLists::freeLists'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsgc.h:318:60: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jspropertycache.h:15:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:25,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/String.h: In static member function 'static void JSShortString::staticAsserts()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/String.h:684:95: warning: invalid access to non-static data member 'JSString::d'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/String.h:684:95: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:36:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/AsmJS.h: In static member function 'static unsigned int js::AsmJSActivation::offsetOfContext()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/AsmJS.h:90:85: warning: invalid access to non-static data member 'js::AsmJSActivation::cx_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/AsmJS.h:90:85: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/AsmJS.h: In static member function 'static unsigned int js::AsmJSActivation::offsetOfResumePC()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/AsmJS.h:91:86: warning: invalid access to non-static data member 'js::AsmJSActivation::resumePC_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/AsmJS.h:91:86: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/AsmJS.h: In static member function 'static unsigned int js::AsmJSActivation::offsetOfErrorRejoinSP()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/AsmJS.h:94:91: warning: invalid access to non-static data member 'js::AsmJSActivation::errorRejoinSP_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/AsmJS.h:94:91: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/SPSProfiler.h:18:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:38,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsscript.h: In static member function 'static size_t JSScript::offsetOfMJITInfo()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsscript.h:717:77: warning: invalid access to non-static data member 'JSScript::mJITInfo'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsscript.h:717:77: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h:11:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:39,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsfun.h: In static member function 'static size_t JSFunction::offsetOfEnvironment()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsfun.h:197:89: warning: invalid access to non-static data member 'JSFunction::u'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsfun.h:197:89: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsfun.h: In static member function 'static size_t JSFunction::offsetOfAtom()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsfun.h:198:82: warning: invalid access to non-static data member 'JSFunction::atom_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsfun.h:198:82: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h:11:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:39,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsfun.h: In static member function 'static unsigned int JSFunction::offsetOfNativeOrScript()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsfun.h:260:48: warning: invalid access to non-static data member 'JSFunction::u'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsfun.h:260:48: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/IonFrameIterator.h:12:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h:14,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:39,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/IonCode.h: In static member function 'static size_t js::ion::IonScript::offsetOfMethod()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/IonCode.h:300:47: warning: invalid access to non-static data member 'js::ion::IonScript::method_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/IonCode.h:300:47: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/IonCode.h: In static member function 'static size_t js::ion::IonScript::offsetOfOsrEntryOffset()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/IonCode.h:303:47: warning: invalid access to non-static data member 'js::ion::IonScript::osrEntryOffset_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/IonCode.h:303:47: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:39:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h: In static member function 'static void js::FrameRegs::staticAssert()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h:1259:88: warning: invalid access to non-static data member 'js::FrameRegs::fp_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h:1259:88: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:39:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h:1260:93: warning: invalid access to non-static data member 'js::FrameRegs::inlined_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h:1260:93: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h: In static member function 'static const size_t js::StackSegment::offsetOfRegs()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h:1460:83: warning: invalid access to non-static data member 'js::StackSegment::regs_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/Stack.h:1460:83: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h: In static member function 'static void js::FreeOp::staticAsserts()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:413:71: warning: invalid access to non-static data member 'js::FreeOp::shouldFreeLater_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:413:71: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:11:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h: In static member function 'static unsigned int js::PerThreadData::offsetOfAsmJSActivationStackReadOnly()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:512:51: warning: invalid access to non-static data member 'js::PerThreadData::asmJSActivationStack_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscntxt.h:512:51: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps-inl.h:13:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:8:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseNode.h: In member function 'js::frontend::ParseNode* js::frontend::ParseNode::last() const':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseNode.h:751:89: warning: invalid access to non-static data member 'js::frontend::ParseNode::pn_next'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseNode.h:751:89: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/GlobalObject.h:18:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Zone.h:23,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscompartment.h:20,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:10:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsiter.h: In static member function 'static size_t js::NativeIterator::offsetOfNext()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsiter.h:78:52: warning: invalid access to non-static data member 'js::NativeIterator::next_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsiter.h:78:52: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsiter.h: In static member function 'static size_t js::NativeIterator::offsetOfPrev()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsiter.h:81:52: warning: invalid access to non-static data member 'js::NativeIterator::prev_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsiter.h:81:52: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jscompartment.h:20:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:10:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Zone.h: In static member function 'static size_t JS::Zone::OffsetOfNeedsBarrier()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Zone.h:146:42: warning: invalid access to non-static data member 'JS::shadow::Zone::needsBarrier_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/gc/Zone.h:146:42: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsprobes.h:20:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/String-inl.h:12,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:12:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h: In static member function 'static size_t js::VMFrame::offsetOfDynamicArgc()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h:97:45: warning: invalid access to non-static data member 'js::VMFrame::u'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h:97:45: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h: In static member function 'static size_t js::VMFrame::offsetOfRegsSp()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h:105:45: warning: invalid access to non-static data member 'js::VMFrame::regs'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h:105:45: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h: In static member function 'static size_t js::VMFrame::offsetOfRegsPc()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h:109:45: warning: invalid access to non-static data member 'js::VMFrame::regs'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h:109:45: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsprobes.h:20:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/String-inl.h:12,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:12:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h: In static member function 'static void js::VMFrame::staticAssert()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h:236:86: warning: invalid access to non-static data member 'js::VMFrame::regs'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h:236:86: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsprobes.h:20:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/String-inl.h:12,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:12:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h:237:91: warning: invalid access to non-static data member 'js::VMFrame::regs'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/methodjit/MethodJIT.h:237:91: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/IonFrames.h:265:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsinferinlines.h:17,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsobjinlines.h:45,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/String-inl.h:18,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:12:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/shared/IonFrames-x86-shared.h: In static member function 'static size_t js::ion::IonJSFrameLayout::offsetOfCalleeToken()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/shared/IonFrames-x86-shared.h:63:54: warning: invalid access to non-static data member 'js::ion::IonJSFrameLayout::calleeToken_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/shared/IonFrames-x86-shared.h:63:54: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/shared/IonFrames-x86-shared.h: In static member function 'static size_t js::ion::IonJSFrameLayout::offsetOfNumActualArgs()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/shared/IonFrames-x86-shared.h:66:54: warning: invalid access to non-static data member 'js::ion::IonJSFrameLayout::numActualArgs_'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/ion/shared/IonFrames-x86-shared.h:66:54: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
In file included from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsobjinlines.h:45:0,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/vm/String-inl.h:18,
                 from /var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/frontend/ParseMaps.cpp:12:
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsinferinlines.h: In member function 'JSCompartment* js::types::TypeCompartment::compartment()':
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsinferinlines.h:1116:80: warning: invalid access to non-static data member 'JSCompartment::types'  of NULL object [-Winvalid-offsetof]
/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/js/src/jsinferinlines.h:1116:80: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
make[5]: Leaving directory `/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/obj-i686-pc-linux-gnu/js/src'
make[4]: *** [default] Error 2
make[4]: Leaving directory `/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/obj-i686-pc-linux-gnu/js/src'
make[3]: *** [tier_js] Error 2
make[3]: Leaving directory `/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/obj-i686-pc-linux-gnu'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release/obj-i686-pc-linux-gnu'
make[1]: *** [realbuild] Error 2
make[1]: Leaving directory `/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release'
make: *** [build] Error 2
emake failed
 * ERROR: www-client/firefox-22.0 failed (compile phase):
 *   emake failed
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 5113:  Called die
 * The specific snippet of code:
 *           CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL}" emake -f client.mk || die "emake failed";
 *
 * If you need support, post the output of `emerge --info '=www-client/firefox-22.0'`,
 * the complete build log and the output of `emerge -pqv '=www-client/firefox-22.0'`.
 * The complete build log is located at '/var/tmp/portage/www-client/firefox-22.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/firefox-22.0/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release'
 * S: '/var/tmp/portage/www-client/firefox-22.0/work/mozilla-release'
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Sat Jul 06, 2013 5:16 pm    Post subject: Reply with quote

You are getting a segfault. Usually caused by bad RAM.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
roarinelk
Guru
Guru


Joined: 04 Mar 2004
Posts: 520

PostPosted: Sat Jul 06, 2013 5:18 pm    Post subject: Reply with quote

I know this one well: try with gcc-4.6 or 4.8.1.
other versions segfault if you use "march=atom" when building firefox.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Sat Jul 06, 2013 5:31 pm    Post subject: Reply with quote

FYI, it builds for me with march-atom and gcc-4.7.3. Although I'm using distcc in pump mode.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Ser_p
n00b
n00b


Joined: 04 Jul 2013
Posts: 4

PostPosted: Sun Jul 07, 2013 12:35 pm    Post subject: Reply with quote

RAM is OK. memtest86 showed no issues
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum