Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 474680 Details for
Bug 619774
dev-lang/spidermonkey-1.8.5-r6 stabilization
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log (make -j1)
build.log (text/x-log), 78.52 KB, created by
ernsteiswuerfel
on 2017-05-29 23:06:41 UTC
(
hide
)
Description:
build.log (make -j1)
Filename:
MIME Type:
Creator:
ernsteiswuerfel
Created:
2017-05-29 23:06:41 UTC
Size:
78.52 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-lang/spidermonkey-1.8.5-r4 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: mozilla@gentoo.org >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking js185-1.0.0.tar.gz to /var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work >>>> Source unpacked in /var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work >>>> Preparing source in /var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5 ... > [32;01m*[0m Applying spidermonkey-1.8.5-fix-install-symlinks.patch ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying spidermonkey-1.8.5-fix-ppc64.patch ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying spidermonkey-1.8.5-arm_respect_cflags-3.patch ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying spidermonkey-1.8.7-freebsd-pthreads.patch ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying spidermonkey-1.8.5-perf_event-check.patch ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying spidermonkey-1.8.5-symbol-versions.patch ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying spidermonkey-1.8.5-ia64-fix.patch ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying spidermonkey-1.8.5-ia64-static-strings.patch ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying spidermonkey-1.8.5-isfinite.patch ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying spidermonkey-perl-defined-array-check.patch ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoconf ... >[A[124C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5 ... > * econf: updating js-1.8.5/js/src/build/autoconf/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating js-1.8.5/js/src/build/autoconf/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating js-1.8.5/js/src/ctypes/libffi/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating js-1.8.5/js/src/ctypes/libffi/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-jemalloc --enable-readline --enable-threadsafe --with-system-nspr --disable-optimize --disable-profile-guided-optimization --disable-debug --disable-static --disable-tests >creating cache ./config.cache >checking host system type... x86_64-pc-linux-gnu >checking target system type... x86_64-pc-linux-gnu >checking build system type... x86_64-pc-linux-gnu >checking for mawk... no >checking for gawk... gawk >checking for perl5... no >checking for perl... /usr/bin/perl >checking for gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler (x86_64-pc-linux-gnu-gcc -pipe -O2 -mtune=native -march=native -Wl,-O1 -Wl,--as-needed) works... yes >checking whether the C compiler (x86_64-pc-linux-gnu-gcc -pipe -O2 -mtune=native -march=native -Wl,-O1 -Wl,--as-needed) is a cross-compiler... no >checking whether we are using GNU C... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for c++... x86_64-pc-linux-gnu-g++ >checking whether the C++ compiler (x86_64-pc-linux-gnu-g++ -O2 -pipe -Wl,-O1 -Wl,--as-needed) works... yes >checking whether the C++ compiler (x86_64-pc-linux-gnu-g++ -O2 -pipe -Wl,-O1 -Wl,--as-needed) is a cross-compiler... no >checking whether we are using GNU C++... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking for ranlib... x86_64-pc-linux-gnu-ranlib >checking for as... /usr/bin/as >checking for ar... x86_64-pc-linux-gnu-ar >checking for ld... x86_64-pc-linux-gnu-ld >checking for strip... strip >checking for windres... no >checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking for sb-conf... no >checking for ve... no >checking for a BSD compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >checking whether ln -s works... yes >checking for minimum required perl version >= 5.006... 5.024001 >checking for full perl installation... yes >checking for python2.7... /usr/bin/python2.7 >checking for doxygen... : >checking for autoconf... /usr/bin/autoconf >checking for unzip... /usr/bin/unzip >checking for zip... /usr/bin/zip >checking for makedepend... /usr/bin/makedepend >checking for xargs... /usr/bin/xargs >checking for gmake... /usr/bin/gmake >checking for X... libraries , headers >checking for dnet_ntoa in -ldnet... no >checking for dnet_ntoa in -ldnet_stub... no >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking whether the compiler supports -Wno-invalid-offsetof... yes >checking whether the compiler supports -Wno-variadic-macros... yes >checking whether the compiler supports -Werror=return-type... yes >checking whether ld has archive extraction flags... yes >checking that static assertion macros used in autoconf tests work... yes >checking for 64-bit OS... yes >checking for Python version >= 2.5 but not 3.x... yes >checking for ANSI C header files... yes >checking for working const... yes >checking for mode_t... yes >checking for off_t... yes >checking for pid_t... yes >checking for size_t... yes >checking for __stdcall... no >checking for ssize_t... yes >checking for st_blksize in struct stat... yes >checking for siginfo_t... yes >checking for stdint.h... yes >checking for the size of void*... 8 >checking for the alignment of void*... 8 >checking for the size of double... 8 >checking for int16_t... yes >checking for int32_t... yes >checking for int64_t... yes >checking for int64... no >checking for uint... yes >checking for uint_t... no >checking for uint16_t... no >checking for uname.domainname... yes >checking for uname.__domainname... no >checking for visibility(hidden) attribute... yes >checking for visibility(default) attribute... yes >checking for visibility pragma support... yes >checking For gcc visibility bug with class-level attributes (GCC bug 26905)... no >checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... no >checking for __force_align_arg_pointer__ attribute... yes >checking for dirent.h that defines DIR... yes >checking for opendir in -ldir... no >checking for sys/byteorder.h... no >checking for compat.h... no >checking for getopt.h... yes >checking for sys/bitypes.h... yes >checking for memory.h... yes >checking for unistd.h... yes >checking for gnu/libc-version.h... yes >checking for nl_types.h... yes >checking for malloc.h... yes >checking for X11/XKBlib.h... yes >checking for io.h... no >checking for sys/statvfs.h... yes >checking for sys/statfs.h... yes >checking for sys/vfs.h... yes >checking for sys/mount.h... yes >checking for sys/quota.h... yes >checking for linux/quota.h... yes >checking for mmintrin.h... yes >checking for new... yes >checking for sys/cdefs.h... yes >checking for linux/perf_event.h... yes >checking for perf_event_open system call... yes >checking for gethostbyname_r in -lc_r... no >checking for library containing dlopen... -ldl >checking for dlfcn.h... yes >checking for dladdr... yes >checking for socket in -lsocket... no >checking for ARM SIMD support in compiler... no >checking for ARM NEON support in compiler... no >checking for pthread_create in -lpthreads... no >checking for pthread_create in -lpthread... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -pthread... yes >checking whether mmap() sees write()s... yes >checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no >checking for 8-bit clean memcmp... yes >checking for fchmod... yes >checking for flockfile... yes >checking for getc_unlocked... yes >checking for _getc_nolock... no >checking for getpagesize... yes >checking for lchown... yes >checking for localtime_r... yes >checking for lstat64... yes >checking for memmove... yes >checking for random... yes >checking for rint... no >checking for sbrk... yes >checking for snprintf... yes >checking for stat64... yes >checking for statvfs... yes >checking for statvfs64... yes >checking for strerror... yes >checking for strtok_r... yes >checking for truncate64... yes >checking for clock_gettime(CLOCK_MONOTONIC) and -lrt... yes >checking for wcrtomb... yes >checking for mbrtowc... yes >checking for res_ninit()... yes >checking for gnu_get_libc_version()... yes >checking for iconv in -lc... yes >checking for iconv()... yes >checking for iconv() with const input... no >checking for an implementation of va_copy()... yes >checking for an implementation of __va_copy()... yes >checking whether va_lists can be copied by value... no >checking for gcc 3.0 ABI... yes >checking for C++ "explicit" keyword... yes >checking for C++ "typename" keyword... yes >checking for modern C++ template specialization syntax support... yes >checking whether partial template specialization works... yes >checking whether operators must be re-defined for templates derived from templates... no >checking whether we need to cast a derived template to pass as its base class... no >checking whether the compiler can resolve const ambiguities for templates... yes >checking whether the C++ "using" keyword can change access... yes >checking whether the C++ "using" keyword resolves ambiguity... yes >checking for "std::" namespace... yes >checking whether standard template operator!=() is ambiguous... unambiguous >checking for C++ reinterpret_cast... yes >checking for C++ dynamic_cast to void*... yes >checking whether C++ requires implementation of unused virtual methods... no >checking for trouble comparing to zero near std::operator!=()... no >checking for __thread keyword for TLS variables... yes >checking for malloc.h... (cached) yes >checking for strndup... yes >checking for posix_memalign... yes >checking for memalign... yes >checking for valloc... yes >checking for __attribute__((always_inline))... yes >checking for __attribute__((malloc))... yes >checking for __attribute__((warn_unused_result))... yes >checking for __attribute__((noreturn))... yes >checking for LC_MESSAGES... yes >checking for localeconv... yes >checking for nspr-config... /usr/bin/nspr-config >checking for NSPR - version >= 4.7.0... yes >checking whether to build for thumb2... no >checking size of int *... 8 >checking for __cxa_demangle... yes >checking for unwind.h... yes >checking for _Unwind_Backtrace... yes >checking for gcc -pipe support... yes >checking whether C compiler supports -fprofile-generate... yes >checking whether C++ compiler has -pedantic long long bug... no >checking for correct temporary object destruction order... yes >checking for correct overload resolution with const and templates... no >checking for tm_zone tm_gmtoff in struct tm... yes >checking for readline in -lreadline... yes >checking for posix_fallocate... yes >checking for setlocale... yes >checking for localeconv... (cached) yes >creating js-confdefs.h >==== js-confdefs.h ================================= >/* List of defines generated by configure. Included with preprocessor flag, > * -include, to avoid long list of -D defines on the compile command-line. > * Do not edit. > */ > >#ifndef _JS_CONFDEFS_H_ >#define _JS_CONFDEFS_H_ > >#define AVMPLUS_64BIT 1 >#define AVMPLUS_AMD64 1 >#define AVMPLUS_LINUX 1 >#define AVMPLUS_UNIX 1 >#define CPP_THROW_NEW throw() >#define D_INO d_ino >#define EDITLINE 1 >#define FEATURE_NANOJIT 1 >#define HAVE_64BIT_OS 1 >#define HAVE_CLOCK_MONOTONIC 1 >#define HAVE_CPP_ACCESS_CHANGING_USING 1 >#define HAVE_CPP_AMBIGUITY_RESOLVING_USING 1 >#define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1 >#define HAVE_CPP_EXPLICIT 1 >#define HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX 1 >#define HAVE_CPP_NAMESPACE_STD 1 >#define HAVE_CPP_NEW_CASTS 1 >#define HAVE_CPP_PARTIAL_SPECIALIZATION 1 >#define HAVE_CPP_TYPENAME 1 >#define HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL 1 >#define HAVE_DIRENT_H 1 >#define HAVE_DLADDR 1 >#define HAVE_DLOPEN 1 >#define HAVE_FCHMOD 1 >#define HAVE_FLOCKFILE 1 >#define HAVE_GETC_UNLOCKED 1 >#define HAVE_GETOPT_H 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_GNU_GET_LIBC_VERSION 1 >#define HAVE_GNU_LIBC_VERSION_H 1 >#define HAVE_I18N_LC_MESSAGES 1 >#define HAVE_ICONV 1 >#define HAVE_INT16_T 1 >#define HAVE_INT32_T 1 >#define HAVE_INT64_T 1 >#define HAVE_JEMALLOC_MEMALIGN 1 >#define HAVE_JEMALLOC_POSIX_MEMALIGN 1 >#define HAVE_JEMALLOC_VALLOC 1 >#define HAVE_LCHOWN 1 >#define HAVE_LINUX_QUOTA_H 1 >#define HAVE_LOCALECONV 1 >#define HAVE_LOCALECONV 1 >#define HAVE_LOCALTIME_R 1 >#define HAVE_LSTAT64 1 >#define HAVE_MALLOC_H 1 >#define HAVE_MBRTOWC 1 >#define HAVE_MEMALIGN 1 >#define HAVE_MEMMOVE 1 >#define HAVE_MEMORY_H 1 >#define HAVE_MMINTRIN_H 1 >#define HAVE_NL_TYPES_H 1 >#define HAVE_POSIX_FALLOCATE 1 >#define HAVE_POSIX_MEMALIGN 1 >#define HAVE_RANDOM 1 >#define HAVE_RES_NINIT 1 >#define HAVE_SBRK 1 >#define HAVE_SETLOCALE 1 >#define HAVE_SIGINFO_T 1 >#define HAVE_SNPRINTF 1 >#define HAVE_SSIZE_T 1 >#define HAVE_STAT64 1 >#define HAVE_STATVFS 1 >#define HAVE_STATVFS64 1 >#define HAVE_STRERROR 1 >#define HAVE_STRNDUP 1 >#define HAVE_STRTOK_R 1 >#define HAVE_ST_BLKSIZE 1 >#define HAVE_SYS_BITYPES_H 1 >#define HAVE_SYS_CDEFS_H 1 >#define HAVE_SYS_MOUNT_H 1 >#define HAVE_SYS_QUOTA_H 1 >#define HAVE_SYS_STATFS_H 1 >#define HAVE_SYS_STATVFS_H 1 >#define HAVE_SYS_VFS_H 1 >#define HAVE_THREAD_TLS_KEYWORD 1 >#define HAVE_TM_ZONE_TM_GMTOFF 1 >#define HAVE_TRUNCATE64 1 >#define HAVE_UINT 1 >#define HAVE_UNAME_DOMAINNAME_FIELD 1 >#define HAVE_UNISTD_H 1 >#define HAVE_VALLOC 1 >#define HAVE_VA_COPY 1 >#define HAVE_VA_LIST_AS_ARRAY 1 >#define HAVE_VISIBILITY_ATTRIBUTE 1 >#define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1 >#define HAVE_WCRTOMB 1 >#define HAVE_X11_XKBLIB_H 1 >#define HAVE__UNWIND_BACKTRACE 1 >#define HAVE___CXA_DEMANGLE 1 >#define JS_ALIGN_OF_POINTER 8 >#define JS_BITS_PER_WORD_LOG2 6 >#define JS_BYTES_PER_DOUBLE 8 >#define JS_BYTES_PER_WORD 8 >#define JS_CPU_X64 1 >#define JS_HAVE_STDINT_H 1 >#define JS_METHODJIT 1 >#define JS_MONOIC 1 >#define JS_POLYIC 1 >#define JS_POLYIC_TYPED_ARRAY 1 >#define JS_PUNBOX64 1 >#define JS_THREADSAFE 1 >#define JS_TRACER 1 >#define MALLOC_H <malloc.h> >#define MOZ_DLL_SUFFIX ".so" >#define MOZ_MEMORY 1 >#define MOZ_MEMORY_LINUX 1 >#define MOZ_MEMORY_SIZEOF_PTR_2POW 3 >#define NEW_H <new> >#define NS_ALWAYS_INLINE __attribute__((always_inline)) >#define NS_ATTR_MALLOC __attribute__((malloc)) >#define NS_NORETURN __attribute__((noreturn)) >#define NS_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) >#define SIZEOF_INT_P 8 >#define STDC_HEADERS 1 >#define UNIX_ASYNC_DNS 1 >#define VA_COPY va_copy >#define XP_UNIX 1 >#define _REENTRANT 1 > >#endif /* _JS_CONFDEFS_H_ */ > >creating Makefile >creating shell/Makefile >creating lirasm/Makefile >creating jsapi-tests/Makefile >creating tests/Makefile >creating config/Makefile >creating config/mkdepend/Makefile >updating cache ./config.cache >creating ./config.status >creating config/autoconf.mk >creating js-config.h >invoking make to create js-config script >rm -f js-config.tmp >sed < js-config.in > js-config.tmp \ >-e 's|@prefix@|/usr|' \ >-e 's|@exec_prefix@|/usr|' \ >-e 's|@includedir@|/usr/include|' \ >-e 's|@libdir@|/usr/lib64|' \ >-e 's|@MOZILLA_VERSION@||' \ >-e 's|@LIBRARY_NAME@|mozjs185|' \ >-e 's|@NSPR_CFLAGS@|-I/usr/include/nspr|' \ >-e 's|@JS_CONFIG_LIBS@|-lplds4 -lplc4 -lnspr4 -lpthread -ldl -ldl -lm -ldl |' \ >-e 's|@MOZ_JS_LIBS@|-L/usr/lib64 -lmozjs185|' \ >&& mv js-config.tmp js-config && chmod +x js-config >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5 ... >make -j1 >make export >make[1]: Entering directory '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src' >make -C config/ nsinstall >make[2]: Entering directory '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/config' >nsinstall.c >x86_64-pc-linux-gnu-gcc -o host_nsinstall.o -c -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -pedantic -Wno-long-long -pipe -O2 -mtune=native -march=native -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -DXP_UNIX -DUNICODE -D_UNICODE -I. -I. -I../dist/include -I../dist/include/nsprpub -I/usr/include/nspr -I/usr/include/nspr nsinstall.c >pathsub.c >x86_64-pc-linux-gnu-gcc -o host_pathsub.o -c -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -pedantic -Wno-long-long -pipe -O2 -mtune=native -march=native -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -DXP_UNIX -DUNICODE -D_UNICODE -I. -I. -I../dist/include -I../dist/include/nsprpub -I/usr/include/nspr -I/usr/include/nspr pathsub.c >x86_64-pc-linux-gnu-gcc -o nsinstall -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -pedantic -Wno-long-long -pipe -O2 -mtune=native -march=native -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -DXP_UNIX -DUNICODE -D_UNICODE -lpthread -Wl,-O1 -Wl,--as-needed -Wl,-rpath-link,/bin -Wl,-rpath-link,/usr/lib host_nsinstall.o host_pathsub.o >make[2]: Leaving directory '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/config' >Creating /var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/.deps >make[2]: Entering directory '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/config' >rm -f nfspwd >cp nfspwd.pl nfspwd >chmod +x nfspwd >/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/config/nsinstall -R nsinstall ../dist/bin >if test ! -d system_wrappers_js; then mkdir system_wrappers_js; fi >/usr/bin/perl ./preprocessor.pl -DOSTYPE=\"Linux4.11\" -DOSARCH=Linux -DHAVE_64BIT_OS=1 -DD_INO=d_ino -DJS_CPU_X64=1 -DJS_PUNBOX64=1 -DJS_METHODJIT=1 -DJS_MONOIC=1 -DJS_POLYIC=1 -DJS_POLYIC_TYPED_ARRAY=1 -DFEATURE_NANOJIT=1 -DJS_TRACER=1 -DAVMPLUS_AMD64=1 -DAVMPLUS_64BIT=1 -DAVMPLUS_UNIX=1 -DAVMPLUS_LINUX=1 -DSTDC_HEADERS=1 -DHAVE_SSIZE_T=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_SIGINFO_T=1 -DJS_HAVE_STDINT_H=1 -DJS_BYTES_PER_WORD=8 -DJS_BITS_PER_WORD_LOG2=6 -DJS_ALIGN_OF_POINTER=8 -DJS_BYTES_PER_DOUBLE=8 -DHAVE_INT16_T=1 -DHAVE_INT32_T=1 -DHAVE_INT64_T=1 -DHAVE_UINT=1 -DHAVE_UNAME_DOMAINNAME_FIELD=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_ATTRIBUTE=1 -DHAVE_DIRENT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_BITYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GNU_LIBC_VERSION_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_X11_XKBLIB_H=1 -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_STATFS_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_SYS_QUOTA_H=1 -DHAVE_LINUX_QUOTA_H=1 -DHAVE_MMINTRIN_H=1 -DNEW_H=\<new\> -DHAVE_SYS_CDEFS_H=1 -DHAVE_DLOPEN=1 -DHAVE_DLADDR=1 -D_REENTRANT=1 -DHAVE_FCHMOD=1 -DHAVE_FLOCKFILE=1 -DHAVE_GETC_UNLOCKED=1 -DHAVE_GETPAGESIZE=1 -DHAVE_LCHOWN=1 -DHAVE_LOCALTIME_R=1 -DHAVE_LSTAT64=1 -DHAVE_MEMMOVE=1 -DHAVE_RANDOM=1 -DHAVE_SBRK=1 -DHAVE_SNPRINTF=1 -DHAVE_STAT64=1 -DHAVE_STATVFS=1 -DHAVE_STATVFS64=1 -DHAVE_STRERROR=1 -DHAVE_STRTOK_R=1 -DHAVE_TRUNCATE64=1 -DHAVE_CLOCK_MONOTONIC=1 -DHAVE_WCRTOMB=1 -DHAVE_MBRTOWC=1 -DHAVE_RES_NINIT=1 -DHAVE_GNU_GET_LIBC_VERSION=1 -DHAVE_ICONV=1 -DVA_COPY=va_copy -DHAVE_VA_COPY=1 -DHAVE_VA_LIST_AS_ARRAY=1 -DHAVE_CPP_EXPLICIT=1 -DHAVE_CPP_TYPENAME=1 -DHAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX=1 -DHAVE_CPP_PARTIAL_SPECIALIZATION=1 -DHAVE_CPP_ACCESS_CHANGING_USING=1 -DHAVE_CPP_AMBIGUITY_RESOLVING_USING=1 -DHAVE_CPP_NAMESPACE_STD=1 -DHAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL=1 -DHAVE_CPP_NEW_CASTS=1 -DHAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR=1 -DHAVE_THREAD_TLS_KEYWORD=1 -DMALLOC_H=\<malloc.h\> -DHAVE_STRNDUP=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_MEMALIGN=1 -DHAVE_VALLOC=1 -DHAVE_I18N_LC_MESSAGES=1 -DHAVE_LOCALECONV=1 -DNS_ALWAYS_INLINE=__attribute__\(\(always_inline\)\) -DNS_ATTR_MALLOC=__attribute__\(\(malloc\)\) -DNS_WARN_UNUSED_RESULT=__attribute__\(\(warn_unused_result\)\) -DNS_NORETURN=__attribute__\(\(noreturn\)\) -DSIZEOF_INT_P=8 -DMOZ_MEMORY_SIZEOF_PTR_2POW=3 -DMOZ_MEMORY=1 -DMOZ_MEMORY_LINUX=1 -DHAVE_JEMALLOC_VALLOC=1 -DHAVE_JEMALLOC_POSIX_MEMALIGN=1 -DHAVE_JEMALLOC_MEMALIGN=1 -DHAVE___CXA_DEMANGLE=1 -DHAVE__UNWIND_BACKTRACE=1 -DHAVE_TM_ZONE_TM_GMTOFF=1 -DCPP_THROW_NEW=throw\(\) -DEDITLINE=1 -DMOZ_DLL_SUFFIX=\".so\" -DHAVE_POSIX_FALLOCATE=1 -DXP_UNIX=1 -DUNIX_ASYNC_DNS=1 -DJS_THREADSAFE=1 -DHAVE_SETLOCALE=1 -DHAVE_LOCALECONV=1 \ > -DBUILD_STATIC_LIBS= \ > ./system-headers | /usr/bin/perl ./make-system-wrappers.pl system_wrappers_js >/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/config/nsinstall -R system_wrappers_js ../dist >make[2]: Leaving directory '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/config' >make[2]: Entering directory '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/shell' >Creating /var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/shell/.deps >make[2]: Leaving directory '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/shell' >x86_64-pc-linux-gnu-g++ -DMDCPUCFG=\"md/_linux.cfg\" -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -O2 -pipe -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -DOSTYPE=\"Linux4.11\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I/usr/include/nspr -o jscpucfg jscpucfg.cpp >./jscpucfg > jsautocfg.tmp >mv jsautocfg.tmp jsautocfg.h >jskwgen.cpp >x86_64-pc-linux-gnu-g++ -DMDCPUCFG=\"md/_linux.cfg\" -o host_jskwgen.o -c -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -O2 -pipe -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -I. -I. -I./dist/include -I./dist/include/nsprpub -I/usr/include/nspr -I. -I./assembler -I./yarr -I/usr/include/nspr jskwgen.cpp >x86_64-pc-linux-gnu-g++ -DMDCPUCFG=\"md/_linux.cfg\" -o host_jskwgen -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -O2 -pipe -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -I. -I. -I./dist/include -I./dist/include/nsprpub -I/usr/include/nspr -I. -I./assembler -I./yarr host_jskwgen.o >./host_jskwgen /var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/jsautokw.h >/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/config/nsinstall -R -m 644 js-config.h jsautocfg.h /var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/jsautokw.h js.msg jsanalyze.h jsapi.h jsarray.h jsarena.h jsatom.h jsbit.h jsbool.h jsclist.h jsclone.h jscntxt.h jscompat.h jsdate.h jsdbgapi.h jsdhash.h jsdtoa.h jsemit.h jsfun.h jsfriendapi.h jsgc.h jscell.h jsgcchunk.h jsgcstats.h jscompartment.h jshash.h jsinterp.h jsinttypes.h jsiter.h jslock.h jslong.h jsmath.h jsobj.h jsobjinlines.h json.h jsopcode.tbl jsopcode.h jsopcodeinlines.h jsotypes.h jsparse.h jsproxy.h jsprf.h jsprobes.h jspropertycache.h jspropertycacheinlines.h jspropertytree.h jsproto.tbl jsprvtd.h jspubtd.h jsreflect.h jsregexp.h jsscan.h jsscope.h jsscript.h jsscriptinlines.h jsstaticcheck.h jsstdint.h jsstr.h jstracer.h jshotloop.h jstypedarray.h jstypes.h jsutil.h jsvector.h jstl.h jshashtable.h jsversion.h jswrapper.h jsxdrapi.h jsxml.h jsval.h jsvalue.h prmjtime.h jsbuiltins.h ./nanojit/Assembler.h ./nanojit/Allocator.h ./nanojit/CodeAlloc.h ./nanojit/Containers.h ./nanojit/LIR.h ./nanojit/LIRopcode.tbl ./nanojit/avmplus.h ./nanojit/Fragmento.h ./nanojit/Native.h ./nanojit/NativeCommon.h ./nanojit/NativeX64.h ./nanojit/njconfig.h ./nanojit/njcpudetect.h ./nanojit/RegAlloc.h ./nanojit/nanojit.h ./nanojit/VMPI.h ./tracejit/Writer.h ./perf/jsperf.h ./dist/include >mkdir -p nanojit >make[1]: Leaving directory '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src' >make libs >make[1]: Entering directory '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src' >jsoplengen.cpp >x86_64-pc-linux-gnu-g++ -DMDCPUCFG=\"md/_linux.cfg\" -o host_jsoplengen.o -c -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -O2 -pipe -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -I. -I. -I./dist/include -I./dist/include/nsprpub -I/usr/include/nspr -I. -I./assembler -I./yarr -I/usr/include/nspr jsoplengen.cpp >x86_64-pc-linux-gnu-g++ -DMDCPUCFG=\"md/_linux.cfg\" -o host_jsoplengen -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -O2 -pipe -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -I. -I. -I./dist/include -I./dist/include/nsprpub -I/usr/include/nspr -I. -I./assembler -I./yarr host_jsoplengen.o >./host_jsoplengen /var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src/jsautooplen.h >jsanalyze.cpp >x86_64-pc-linux-gnu-g++ -o jsanalyze.o -c -I./dist/system_wrappers_js -include ./config/gcc_hidden.h -DOSTYPE=\"Linux4.11\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I. -I. -I./dist/include -I./dist/include/nsprpub -I/usr/include/nspr -I. -I./assembler -I./yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -O2 -pipe -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsanalyze.pp jsanalyze.cpp >In file included from [01m[Kjsval.h:48:0[m[K, > from [01m[Kjspubtd.h:47[m[K, > from [01m[Kjsprvtd.h:57[m[K, > from [01m[Kjscntxt.h:55[m[K, > from [01m[Kjsanalyze.h:45[m[K, > from [01m[Kjsanalyze.cpp:40[m[K: >[01m[Kjsutil.h:[m[K In function '[01m[KT* js_array_new(size_t)[m[K': >[01m[Kjsutil.h:302:5:[m[K [01;35m[Kwarning: [m[Kthis '[01m[Kif[m[K' clause does not guard... [[01;35m[K-Wmisleading-indentation[m[K] > [01;35m[Kif[m[K (!memory) > [01;35m[K^~[m[K >[01m[Kjsutil.h:304:2:[m[K [01;36m[Knote: [m[K...this statement, but the latter is misleadingly indented as if it is guarded by the '[01m[Kif[m[K' > [01;36m[K*[m[K(size_t *)memory = n; > [01;36m[K^[m[K >In file included from [01m[Kjsatom.h:47:0[m[K, > from [01m[Kjscntxt.h:59[m[K, > from [01m[Kjsanalyze.h:45[m[K, > from [01m[Kjsanalyze.cpp:40[m[K: >[01m[Kjsapi.h:[m[K At global scope: >[01m[Kjsapi.h:1381:39:[m[K [01;35m[Kwarning: [m[Kignoring attributes on template argument '[01m[Kjsval {aka long unsigned int}[m[K' [[01;35m[K-Wignored-attributes[m[K] > template<> class AnchorPermitted<jsval[01;35m[K>[m[K { }; > [01;35m[K^[m[K >In file included from [01m[Kjsval.h:48:0[m[K, > from [01m[Kjspubtd.h:47[m[K, > from [01m[Kjsprvtd.h:57[m[K, > from [01m[Kjscntxt.h:55[m[K, > from [01m[Kjsanalyze.h:45[m[K, > from [01m[Kjsanalyze.cpp:40[m[K: >[01m[Kjsvalue.h:[m[K In member function '[01m[Kvoid js::Value::staticAssertions()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert6[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsvalue.h:737:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(JSValueType) == 1); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert7[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsvalue.h:738:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(JSValueTag) == 4); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert8[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsvalue.h:739:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(JSBool) == 4); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert9[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsvalue.h:740:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(JSWhyMagic) <= 4); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert10[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsvalue.h:741:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(jsval) == 8); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:[m[K In static member function '[01m[Kstatic void JSString::staticAsserts()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert39[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:487:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(((JSString::MAX_LENGTH << JSString::LENGTH_SHIFT) >> > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:[m[K In static member function '[01m[Kstatic void JSShortString::staticAsserts()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert43[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:596:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(JSString, inlineStorage) == > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert44[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:598:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(JSShortString, mDummy) == sizeof(JSString)); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert45[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:599:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(JSString, inlineStorage) + > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsscript.h:[m[K In member function '[01m[Kvoid js::UpvarCookie::checkInvariants()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert47[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsscript.h:83:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(UpvarCookie) == sizeof(uint32)); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert48[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsscript.h:84:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(UPVAR_LEVEL_LIMIT < FREE_LEVEL); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsfun.h:[m[K In static member function '[01m[Kstatic uintN JSFunction::offsetOfNativeOrScript()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert49[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsfun.h:228:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(U, n.native) == offsetof(U, i.script)); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert50[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsfun.h:229:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(U, n.native) == offsetof(U, nativeOrScript)); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsgc.h:[m[K In function '[01m[Ksize_t js::gc::GetFinalizableTraceKind(size_t)[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert58[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsgc.h:514:5:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(JSExternalString::TYPE_LIMIT == 8); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsgc.h:[m[K In function '[01m[KintN js::gc::GetExternalStringGCType(JSExternalString*)[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert59[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsgc.h:550:5:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(FINALIZE_STRING + 1 == FINALIZE_EXTERNAL_STRING); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsinterp.h:[m[K In member function '[01m[Kvoid JSStackFrame::staticAsserts()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert61[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsinterp.h:778:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(JSStackFrame, rval_) % sizeof(js::Value) == 0); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert62[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsinterp.h:779:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(JSStackFrame) % sizeof(js::Value) == 0); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >jsapi.cpp >x86_64-pc-linux-gnu-g++ -o jsapi.o -c -I./dist/system_wrappers_js -include ./config/gcc_hidden.h -DOSTYPE=\"Linux4.11\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I. -I. -I./dist/include -I./dist/include/nsprpub -I/usr/include/nspr -I. -I./assembler -I./yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -O2 -pipe -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsapi.pp jsapi.cpp >In file included from [01m[Kjsapi.cpp:52:0[m[K: >[01m[Kjsutil.h:[m[K In function '[01m[KT* js_array_new(size_t)[m[K': >[01m[Kjsutil.h:302:5:[m[K [01;35m[Kwarning: [m[Kthis '[01m[Kif[m[K' clause does not guard... [[01;35m[K-Wmisleading-indentation[m[K] > [01;35m[Kif[m[K (!memory) > [01;35m[K^~[m[K >[01m[Kjsutil.h:304:2:[m[K [01;36m[Knote: [m[K...this statement, but the latter is misleadingly indented as if it is guarded by the '[01m[Kif[m[K' > [01;36m[K*[m[K(size_t *)memory = n; > [01;36m[K^[m[K >In file included from [01m[Kjsapi.cpp:56:0[m[K: >[01m[Kjsapi.h:[m[K At global scope: >[01m[Kjsapi.h:1381:39:[m[K [01;35m[Kwarning: [m[Kignoring attributes on template argument '[01m[Kjsval {aka long unsigned int}[m[K' [[01;35m[K-Wignored-attributes[m[K] > template<> class AnchorPermitted<jsval[01;35m[K>[m[K { }; > [01;35m[K^[m[K >In file included from [01m[Kjsapi.cpp:52:0[m[K: >[01m[Kjsvalue.h:[m[K In member function '[01m[Kvoid js::Value::staticAssertions()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert6[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsvalue.h:737:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(JSValueType) == 1); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert7[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsvalue.h:738:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(JSValueTag) == 4); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert8[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsvalue.h:739:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(JSBool) == 4); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert9[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsvalue.h:740:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(JSWhyMagic) <= 4); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert10[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsvalue.h:741:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(jsval) == 8); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:[m[K In static member function '[01m[Kstatic void JSString::staticAsserts()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert39[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:487:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(((JSString::MAX_LENGTH << JSString::LENGTH_SHIFT) >> > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:[m[K In static member function '[01m[Kstatic void JSShortString::staticAsserts()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert43[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:596:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(JSString, inlineStorage) == > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert44[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:598:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(JSShortString, mDummy) == sizeof(JSString)); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert45[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsstr.h:599:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(JSString, inlineStorage) + > [01;36m[K^~~~~~~~~~~~~~~~[m[K >In file included from [01m[Knanojit/nanojit.h:377:0[m[K, > from [01m[Kjsbuiltins.h:45[m[K, > from [01m[Kjsapi.cpp:60[m[K: >[01m[Knanojit/RegAlloc.h:[m[K In function '[01m[Knanojit::Register nanojit::lsReg(nanojit::RegisterMask)[m[K': >[01m[Knanojit/RegAlloc.h:189:52:[m[K [01;35m[Kwarning: [m[Knarrowing conversion of '[01m[K((sizeof (nanojit::RegisterMask) == 4ul) ? nanojit::lsbSet32(mask) : nanojit::lsbSet64(((uint64_t)mask)))[m[K' from '[01m[Kint[m[K' to '[01m[Knanojit::Register {aka unsigned int}[m[K' inside { } [[01;35m[K-Wnarrowing[m[K] > Register r = { [01;35m[K(sizeof(RegisterMask) == 4) ? lsbSet32(mask) : lsbSet64(mask)[m[K }; > [01;35m[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Knanojit/RegAlloc.h:[m[K In function '[01m[Knanojit::Register nanojit::msReg(nanojit::RegisterMask)[m[K': >[01m[Knanojit/RegAlloc.h:197:52:[m[K [01;35m[Kwarning: [m[Knarrowing conversion of '[01m[K((sizeof (nanojit::RegisterMask) == 4ul) ? nanojit::msbSet32(mask) : nanojit::msbSet64(((uint64_t)mask)))[m[K' from '[01m[Kint[m[K' to '[01m[Knanojit::Register {aka unsigned int}[m[K' inside { } [[01;35m[K-Wnarrowing[m[K] > Register r = { [01;35m[K(sizeof(RegisterMask) == 4) ? msbSet32(mask) : msbSet64(mask)[m[K }; > [01;35m[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[Kjsapi.cpp:52:0[m[K: >[01m[Kjsscript.h:[m[K In member function '[01m[Kvoid js::UpvarCookie::checkInvariants()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert47[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsscript.h:83:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(UpvarCookie) == sizeof(uint32)); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert48[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsscript.h:84:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(UPVAR_LEVEL_LIMIT < FREE_LEVEL); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsfun.h:[m[K In static member function '[01m[Kstatic uintN JSFunction::offsetOfNativeOrScript()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert49[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsfun.h:228:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(U, n.native) == offsetof(U, i.script)); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert50[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsfun.h:229:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(U, n.native) == offsetof(U, nativeOrScript)); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsgc.h:[m[K In function '[01m[Ksize_t js::gc::GetFinalizableTraceKind(size_t)[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert58[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsgc.h:514:5:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(JSExternalString::TYPE_LIMIT == 8); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsgc.h:[m[K In function '[01m[KintN js::gc::GetExternalStringGCType(JSExternalString*)[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert59[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsgc.h:550:5:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(FINALIZE_STRING + 1 == FINALIZE_EXTERNAL_STRING); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsinterp.h:[m[K In member function '[01m[Kvoid JSStackFrame::staticAsserts()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert61[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsinterp.h:778:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(offsetof(JSStackFrame, rval_) % sizeof(js::Value) == 0); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert62[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsinterp.h:779:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(JSStackFrame) % sizeof(js::Value) == 0); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsclone.h:[m[K In member function '[01m[Kvoid js::SCInput::staticAssertions()[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert65[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsclone.h:100:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(jschar) == 2); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert66[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsclone.h:101:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(uint32_t) == 4); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert67[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsclone.h:102:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(sizeof(jsdouble) == 8); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsstrinlines.h:[m[K In member function '[01m[Kjsint js::StringBuffer::length() const[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert68[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsstrinlines.h:202:5:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(jsint(JSString::MAX_LENGTH) == JSString::MAX_LENGTH); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsstrinlines.h:[m[K In static member function '[01m[Kstatic JSFlatString* JSString::lookupStaticString(const jschar*, size_t)[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert69[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsstrinlines.h:303:5:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(INT_STRING_LIMIT <= 999); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >[01m[Kjsscope.h:[m[K In member function '[01m[Kvoid js::Shape::setParent(js::Shape*)[m[K': >[01m[Kjsutil.h:120:43:[m[K [01;35m[Kwarning: [m[Ktypedef '[01m[Kjs_static_assert70[m[K' locally defined but not used [[01;35m[K-Wunused-local-typedefs[m[K] > typedef int JS_STATIC_ASSERT_GLUE([01;35m[Kj[m[Ks_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;35m[K^[m[K >[01m[Kjsutil.h:117:41:[m[K [01;36m[Knote: [m[Kin definition of macro '[01m[KJS_STATIC_ASSERT_GLUE1[m[K' > #define JS_STATIC_ASSERT_GLUE1(x,y) [01;36m[Kx[m[K##y > [01;36m[K^[m[K >[01m[Kjsutil.h:120:21:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT_GLUE[m[K' > typedef int [01;36m[KJS_STATIC_ASSERT_GLUE[m[K(js_static_assert, __COUNTER__)[(cond) ? 1 : -1] > [01;36m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kjsscope.h:431:9:[m[K [01;36m[Knote: [m[Kin expansion of macro '[01m[KJS_STATIC_ASSERT[m[K' > [01;36m[KJS_STATIC_ASSERT[m[K(uint32(SHAPE_INVALID_SLOT) == ~uint32(0)); > [01;36m[K^~~~~~~~~~~~~~~~[m[K >In file included from [01m[Kjsapi.cpp:94:0[m[K: >[01m[Kjsobjinlines.h:[m[K In member function '[01m[Kvoid JSObject::setArrayLength(uint32)[m[K': >[01m[Kjsobjinlines.h:316:24:[m[K [01;35m[Kwarning: [m[Kcast to pointer from integer of different size [[01;35m[K-Wint-to-pointer-cast[m[K] > setPrivate((void*) [01;35m[Klength[m[K); > [01;35m[K^~~~~~[m[K >In file included from [01m[K./assembler/assembler/MacroAssembler.h:54:0[m[K, > from [01m[Kyarr/yarr/RegexJIT.h:31[m[K, > from [01m[Kjsregexpinlines.h:49[m[K, > from [01m[Kjsapi.cpp:97[m[K: >[01m[K./assembler/assembler/MacroAssemblerX86_64.h:[m[K In member function '[01m[KJSC::AbstractMacroAssembler<JSC::X86Assembler>::Call JSC::MacroAssemblerX86_64::call()[m[K': >[01m[K./assembler/assembler/MacroAssemblerX86_64.h:127:22:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[Klabel[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] > DataLabelPtr [01;35m[Klabel[m[K = moveWithPatch(ImmPtr(0), scratchRegister); > [01;35m[K^~~~~[m[K >[01m[K./assembler/assembler/MacroAssemblerX86_64.h:[m[K In member function '[01m[KJSC::AbstractMacroAssembler<JSC::X86Assembler>::Call JSC::MacroAssemblerX86_64::tailRecursiveCall()[m[K': >[01m[K./assembler/assembler/MacroAssemblerX86_64.h:135:22:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[Klabel[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] > DataLabelPtr [01;35m[Klabel[m[K = moveWithPatch(ImmPtr(0), scratchRegister); > [01;35m[K^~~~~[m[K >[01m[K./assembler/assembler/MacroAssemblerX86_64.h:[m[K In member function '[01m[KJSC::AbstractMacroAssembler<JSC::X86Assembler>::Call JSC::MacroAssemblerX86_64::makeTailRecursiveCall(JSC::AbstractMacroAssembler<JSC::X86Assembler>::Jump)[m[K': >[01m[K./assembler/assembler/MacroAssemblerX86_64.h:144:22:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[Klabel[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] > DataLabelPtr [01;35m[Klabel[m[K = moveWithPatch(ImmPtr(0), scratchRegister); > [01;35m[K^~~~~[m[K >[01m[Kjsapi.cpp:[m[K In function '[01m[KJSIdArray* JS_Enumerate(JSContext*, JSObject*)[m[K': >[01m[Kjsapi.cpp:3988:16:[m[K [01;31m[Kerror: [m[Kcannot convert '[01m[Kbool[m[K' to '[01m[KJSIdArray*[m[K' in return > return [01;31m[Kfalse[m[K; > [01;31m[K^~~~~[m[K >make[1]: *** [config/rules.mk:1477: jsapi.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src' >make: *** [config/rules.mk:754: default] Error 2 > [31;01m*[0m ERROR: dev-lang/spidermonkey-1.8.5-r4::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-lang/spidermonkey-1.8.5-r4::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-lang/spidermonkey-1.8.5-r4::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5/js/src' > [31;01m*[0m S: '/var/tmp/portage/dev-lang/spidermonkey-1.8.5-r4/work/js-1.8.5'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 619774
:
474416
| 474680