Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471000 - dev-lang/spidermonkey-{1.8.5-r4,1.8.7-r3} USE=jit on x32 - methodjit/PunboxAssembler.h:61:30: error: expected ')' before 'shtag'
Summary: dev-lang/spidermonkey-{1.8.5-r4,1.8.7-r3} USE=jit on x32 - methodjit/PunboxAs...
Status: RESOLVED DUPLICATE of bug 439558
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-22 14:09 UTC by Flo Gravo
Modified: 2013-05-22 14:17 UTC (History)
0 users

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


Attachments
/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/temp/build.log on x32 (build.log,188.04 KB, text/plain)
2013-05-22 14:11 UTC, Flo Gravo
Details
/var/tmp/portage/dev-lang/spidermonkey-1.8.7-r3/temp/build.log with jit on x32 (build.log,478.48 KB, text/plain)
2013-05-22 14:17 UTC, Flo Gravo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Flo Gravo 2013-05-22 14:09:02 UTC
spidermonkey-{1.8.5-r4,1.8.7-r3} fails with USE="jit" on x32, while it compiles fine on amd64. spidermonkey-1.8.7-r3 with USE="-jit" on x32 compiles, too.

Reproducible: Always

Steps to Reproduce:
1. emerge spidermonkey
Actual Results:  
In file included from methodjit/CodeGenIncludes.h:58:0,
                 from methodjit/BaseAssembler.h:52,
                 from methodjit/PolyIC.h:50,
                 from jscompartment.cpp:51:
methodjit/PunboxAssembler.h: At global scope:
methodjit/PunboxAssembler.h:61:30: error: expected ')' before 'shtag'
     ImmTag(JSValueShiftedTag shtag)
                              ^
methodjit/PunboxAssembler.h: In constructor 'js::mjit::ImmType::ImmType(JSValueType)':
methodjit/PunboxAssembler.h:69:64: error: 'JSVAL_TYPE_TO_SHIFTED_TAG' was not declared in this scope
       : ImmTag(JSValueShiftedTag(JSVAL_TYPE_TO_SHIFTED_TAG(type)))
                                                                ^
methodjit/PunboxAssembler.h:69:65: error: 'JSValueShiftedTag' was not declared in this scope
       : ImmTag(JSValueShiftedTag(JSVAL_TYPE_TO_SHIFTED_TAG(type)))
                                                                 ^
methodjit/PunboxAssembler.h: In member function 'void js::mjit::PunboxAssembler::loadValueAsComponents(const js::Value&, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID)':
methodjit/PunboxAssembler.h:130:38: error: 'JSVAL_TAG_MASK' was not declared in this scope
         move(Imm64(val.asRawBits() & JSVAL_TAG_MASK), type);
                                      ^
methodjit/PunboxAssembler.h:131:38: error: 'JSVAL_PAYLOAD_MASK' was not declared in this scope
         move(Imm64(val.asRawBits() & JSVAL_PAYLOAD_MASK), payload);
                                      ^
methodjit/PunboxAssembler.h: In member function 'JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump js::mjit::PunboxAssembler::testNull(JSC::MacroAssemblerX86Common::Condition, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID)':
methodjit/PunboxAssembler.h:280:44: error: 'JSVAL_SHIFTED_TAG_NULL' was not declared in this scope
         return branchPtr(cond, reg, ImmTag(JSVAL_SHIFTED_TAG_NULL));
                                            ^
methodjit/PunboxAssembler.h: In member function 'JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump js::mjit::PunboxAssembler::testUndefined(JSC::MacroAssemblerX86Common::Condition, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID)':
methodjit/PunboxAssembler.h:289:44: error: 'JSVAL_SHIFTED_TAG_UNDEFINED' was not declared in this scope
         return branchPtr(cond, reg, ImmTag(JSVAL_SHIFTED_TAG_UNDEFINED));
                                            ^
methodjit/PunboxAssembler.h: In member function 'JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump js::mjit::PunboxAssembler::testInt32(JSC::MacroAssemblerX86Common::Condition, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID)':
methodjit/PunboxAssembler.h:298:44: error: 'JSVAL_SHIFTED_TAG_INT32' was not declared in this scope
         return branchPtr(cond, reg, ImmTag(JSVAL_SHIFTED_TAG_INT32));
                                            ^
methodjit/PunboxAssembler.h: In member function 'JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump js::mjit::PunboxAssembler::testNumber(JSC::MacroAssemblerX86Common::Condition, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID)':
methodjit/PunboxAssembler.h:309:33: error: 'JSVAL_UPPER_EXCL_SHIFTED_TAG_OF_NUMBER_SET' was not declared in this scope
                          ImmTag(JSVAL_UPPER_EXCL_SHIFTED_TAG_OF_NUMBER_SET));
                                 ^
methodjit/PunboxAssembler.h: In member function 'JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump js::mjit::PunboxAssembler::testPrimitive(JSC::MacroAssemblerX86Common::Condition, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID)':
methodjit/PunboxAssembler.h:320:33: error: 'JSVAL_UPPER_EXCL_SHIFTED_TAG_OF_PRIMITIVE_SET' was not declared in this scope
                          ImmTag(JSVAL_UPPER_EXCL_SHIFTED_TAG_OF_PRIMITIVE_SET));
                                 ^
methodjit/PunboxAssembler.h: In member function 'JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump js::mjit::PunboxAssembler::testObject(JSC::MacroAssemblerX86Common::Condition, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID)':
methodjit/PunboxAssembler.h:330:44: error: 'JSVAL_SHIFTED_TAG_OBJECT' was not declared in this scope
         return branchPtr(cond, reg, ImmTag(JSVAL_SHIFTED_TAG_OBJECT));
                                            ^
methodjit/PunboxAssembler.h: In member function 'JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump js::mjit::PunboxAssembler::testDouble(JSC::MacroAssemblerX86Common::Condition, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID)':
methodjit/PunboxAssembler.h:340:44: error: 'JSVAL_SHIFTED_TAG_MAX_DOUBLE' was not declared in this scope
         return branchPtr(cond, reg, ImmTag(JSVAL_SHIFTED_TAG_MAX_DOUBLE));
                                            ^
methodjit/PunboxAssembler.h: In member function 'JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump js::mjit::PunboxAssembler::testBoolean(JSC::MacroAssemblerX86Common::Condition, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID)':
methodjit/PunboxAssembler.h:349:44: error: 'JSVAL_SHIFTED_TAG_BOOLEAN' was not declared in this scope
         return branchPtr(cond, reg, ImmTag(JSVAL_SHIFTED_TAG_BOOLEAN));
                                            ^
methodjit/PunboxAssembler.h: In member function 'JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump js::mjit::PunboxAssembler::testString(JSC::MacroAssemblerX86Common::Condition, JSC::AbstractMacroAssembler<JSC::X86Assembler>::RegisterID)':
methodjit/PunboxAssembler.h:358:44: error: 'JSVAL_SHIFTED_TAG_STRING' was not declared in this scope
         return branchPtr(cond, reg, ImmTag(JSVAL_SHIFTED_TAG_STRING));
                                            ^
In file included from nanojit/Native.h:66:0,
                 from nanojit/nanojit.h:374,
                 from jsbuiltins.h:45,
                 from jstracer.h:48,
                 from jscompartment.cpp:47:
nanojit/NativeX64.h: At global scope:
nanojit/NativeX64.h:346:31: warning: 'nanojit::SavedRegs' defined but not used [-Wunused-variable]
     static const RegisterMask SavedRegs = 1<<REGNUM(RBX) | 1<<REGNUM(R12) | 1<<REGNUM(R13) |
                               ^
nanojit/NativeX64.h:354:31: warning: 'nanojit::SingleByteStoreRegs' defined but not used [-Wunused-variable]
     static const RegisterMask SingleByteStoreRegs = GpRegs & ~(1<<REGNUM(RSP) | 1<<REGNUM(RBP) |
                               ^
make[1]: *** [jscompartment.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src'
make: *** [default] Error 2
 * ERROR: dev-lang/spidermonkey-1.8.5-r4 failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-lang/spidermonkey-1.8.5-r4'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/spidermonkey-1.8.5-r4'`.
 * The complete build log is located at '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src'
 * S: '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5'


-------------- on x32 ----------------

# emerge --info
Portage 2.2.0_alpha176 (default/linux/amd64/13.0/x32, gcc-4.8.0, glibc-2.17, 3.9.3-gentoo x86_64)
=================================================================
System uname: Linux-3.9.3-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T9550_@_2.66GHz-with-gentoo-2.2
KiB Mem:     8131272 total,   5100044 free
KiB Swap:    8387580 total,   8387580 free
Timestamp of tree: Wed, 22 May 2013 07:15:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-lang/python:          2.7.4, 3.2.4
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.6, 1.13.2
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.7.1, 4.8.0
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnux32"
CFLAGS="-O2 -pipe -march=core2 -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnux32"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=core2 -fomit-frame-pointer"
DISTDIR="/home/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="  http://mirror.opteamax.de/gentoo/  http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/  http://mirror.netcologne.de/gentoo/  http://gentoo.mirror.dkm.cz/pub/gentoo/  http://gentoo.mneisen.org/  ftp://gentoo.mirror.dkm.cz/pub/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS=" -j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/home/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync4.de.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 avahi berkdb bluetooth bzip2 cairo cdda cdr cli colord consolekit cracklib crypt cuda cups cxx dbus device-mapper dga directfb dri dts dvd dvdr eds eigen emboss encode evo exif fat ffmpeg fftw firefox flac fontconfig fortran ftp gdbm gif gimp git gnome gnome-keyring gnome-online-accounts gnome-shell gpm gptfdisk graphite gstreamer gtk gtk3 gtkstyle harfbuzz highlight http iconv icu id3tag imagemagick imlib introspection ipv6 jabber jit jpeg jpeg2k laptop lcms lensfun libav libffi libnotify libsecret lto lzma lzo mad matroska mercurial minizip mms mmx mmxext mng modules mp3 mp4 mpeg mplayer mtp mudflap multicore multilib musicbrainz nautilus ncurses networkmanager nfs nfsidmap nfsv4 nfsv41 nls nptl ntfs ntfsprogs ntp ogg opengl openmp openrc opus pam pango pcre pdf pm-utils png policykit ppds ppp pulseaudio python3 quvi rar raw readline sdl session sip smp socialweb speex spell sse sse2 sse2check sse3 sse4 sse4_1 ssl ssse3 startup-notification svg taglib tcpd theora threads tiff truetype udev udisks umfpack unicode upnp upnp-av upower usb v4l vaapi vala vdpau vorbis vpx webgl webkit webkit2 webm webp wxwidgets x264 xcb xetex xft xine xinerama xml xmpp xv xvid xvmc xz zeitgeist zeroconf zlib" ABI_X86="x32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Flo Gravo 2013-05-22 14:09:28 UTC
---------- on amd64 -----------

emerge --info
Portage 2.2.0_alpha176 (!../../usr/portage/profiles/default/linux/amd64/13.0/desktop/gnome, gcc-4.7.3, glibc-2.17, 3.9.3-gentoo x86_64)
=================================================================
System uname: Linux-3.9.3-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T9550_@_2.66GHz-with-gentoo-2.2
KiB Mem:     8131272 total,   5067820 free
KiB Swap:    8387580 total,   8387580 free
Timestamp of tree: Wed, 22 May 2013 07:15:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.4, 3.2.4, 3.3.2
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.13.2
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.6.4, 4.7.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r5::gnome
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo science luman gentoo-haskell sunrise gnome maggu2810-overlay r3pek THG
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=core2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=core2"
DISTDIR="/home/portage/distfiles"
FCFLAGS="-O2 -pipe -march=core2"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe -march=core2"
GENTOO_MIRRORS="http://gentoo.mirror.dkm.cz/pub/gentoo/ http://de-mirror.org/gentoo/ http://mirrors.linuxant.fr/distfiles.gentoo.org/ http://gentoo.tiscali.nl/ http://mirror.leaseweb.com/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/home/portage"
PORTDIR_OVERLAY="/var/lib/layman/science /var/lib/layman/luman /var/lib/layman/haskell /var/lib/layman/sunrise /var/lib/layman/gnome /var/lib/layman/maggu2810-overlay /var/lib/layman/r3pek /usr/local/portage/thg"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="X a52 aac acl acoustid acpi alsa amd64 avahi berkdb bluetooth broadway btrfs bzip2 cairo cdda cddb cdr chroma chromaprint cli colord consolekit cracklib crypt cuda cups cxx dbus device-mapper directfb dri dts dvd dvdr eds eigen emboss encode equalizer evo exif fat ffmpeg fftw firefox flac fontconfig fortran ftp g3dvl gallium gbm gdbm gif gimp git gnome gnome-keyring gnome-online-accounts gnome-screensaver gnome-shell gpm gptfdisk graphite grilo gstreamer gtk gtk3 gtkstyle harfbuzz http iconv icu id3tag imagemagick introspection ipv6 irc jabber jit jpeg jpeg2k ladspa laptop lcms lensfun libav libnotify libsecret libvisual lto lzma lzo mad matroska mercurial minizip mms mmx mmxext modules mount mp3 mp4 mpeg mplayer mtp mudflap multilib musicbrainz nautilus ncurses networkmanager nfs nfsidmap nfsv4 nfsv41 nls nptl ntfs ntfsprogs ntp ogg opencl openexr opengl openmp openrc opus pam pango pcre pdf pm-utils png policykit ppds pulseaudio python3 quvi rar raw readline samba sdl session shared-dricore shared-glapi sip smp socialweb spell sse sse2 sse2check sse3 sse4 sse4_1 ssl ssse3 startup-notification svg t1lib taglib tcpd theora threads tiff truetype udev udisks umfpack unicode upcall upnp upnp-av upower usb v4l vaapi vala vdpau vorbis vpx webgl webkit webkit2 webm webp wxwidgets x264 xcb xetex xft xine xinerama xml xmpp xv xvid xvmc xz youtube zeitgeist zeroconf zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="words sheets" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 2 Flo Gravo 2013-05-22 14:11:22 UTC
Created attachment 348920 [details]
/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/temp/build.log on x32
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-05-22 14:15:11 UTC

*** This bug has been marked as a duplicate of bug 439558 ***
Comment 4 Flo Gravo 2013-05-22 14:17:41 UTC
Created attachment 348922 [details]
/var/tmp/portage/dev-lang/spidermonkey-1.8.7-r3/temp/build.log with jit on x32