Created
October 23, 2012 12:54
-
-
Save feklee/3938584 to your computer and use it in GitHub Desktop.
Attempt to build B2G on Ubuntu 12.04/64 on Amazon EC2 on 2012-10-23 CEST
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat .mozconfig | |
mk_add_options MOZ_OBJDIR=../build | |
mk_add_options MOZ_MAKE_FLAGS="-j9 -s" | |
ac_add_options --enable-application=b2g | |
ac_add_options --disable-libjpeg-turbo | |
# This option is required if you want to be able to run Gaia's tests | |
#ac_add_options --enable-tests | |
# turn on mozTelephony/mozSms interfaces | |
# Only turn this line on if you actually have a dev phone | |
# you want to forward to. If you get crashes at startup, | |
# make sure this line is commented. | |
#ac_add_options --enable-b2g-ril | |
$ c++ --version | |
c++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 | |
Copyright (C) 2011 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
$ hg pull | |
pulling from http://hg.mozilla.org/mozilla-central | |
searching for changes | |
no changes found | |
$ make -f client.mk clean | |
Adding client.mk options from /home/ubuntu/FirefoxOS/B2G/src/.mozconfig: | |
MOZ_OBJDIR=../build | |
MOZ_MAKE_FLAGS=-j9 -s | |
make -j9 -s -C ../build clean | |
cat: ../config/buildid: No such file or directory | |
Making clean in man | |
Making clean in testsuite | |
Making clean in include | |
Making clean in . | |
rm -f "./so_locations" | |
rm -f "./so_locations" | |
Makefile:7: httpserver XPI_NAME= | |
make[3]: warning: -jN forced in submake: disabling jobserver mode. | |
cd include; make -j1 clean | |
cd src; make -j1 clean | |
make[3]: warning: -jN forced in submake: disabling jobserver mode. | |
cd util; make -j1 clean | |
cd freebl; make -j1 clean | |
cd softoken; make -j1 clean | |
cd legacydb; make -j1 clean | |
cd base; make -j1 clean | |
cd dev; make -j1 clean | |
cd pki; make -j1 clean | |
cd libpkix; make -j1 clean | |
cd include; make -j1 clean | |
cd pkix; make -j1 clean | |
cd certsel; make -j1 clean | |
cd crlsel; make -j1 clean | |
cd checker; make -j1 clean | |
cd params; make -j1 clean | |
cd results; make -j1 clean | |
cd store; make -j1 clean | |
cd top; make -j1 clean | |
cd util; make -j1 clean | |
cd pkix_pl_nss; make -j1 clean | |
cd pki; make -j1 clean | |
cd system; make -j1 clean | |
cd module; make -j1 clean | |
cd certdb; make -j1 clean | |
cd certhigh; make -j1 clean | |
cd pk11wrap; make -j1 clean | |
cd cryptohi; make -j1 clean | |
cd nss; make -j1 clean | |
cd ssl; make -j1 clean | |
cd pkcs12; make -j1 clean | |
cd pkcs7; make -j1 clean | |
cd smime; make -j1 clean | |
cd crmf; make -j1 clean | |
cd jar; make -j1 clean | |
cd ckfw; make -j1 clean | |
cd builtins; make -j1 clean | |
make[3]: warning: -jN forced in submake: disabling jobserver mode. | |
make[3]: warning: -jN forced in submake: disabling jobserver mode. | |
cd mangle; make -j1 clean | |
make[3]: warning: -jN forced in submake: disabling jobserver mode. | |
make[3]: warning: -jN forced in submake: disabling jobserver mode. | |
make[3]: warning: -jN forced in submake: disabling jobserver mode. | |
Makefile:140: test_resize_move_windows.html is disabled on Linux for timeouts. Bug 677841 | |
/home/ubuntu/FirefoxOS/B2G/src/config/makefiles/mochitest.mk:32: test_crashing2.html disabled due to random orange; see bug 566049 | |
/home/ubuntu/FirefoxOS/B2G/src/config/rules.mk:1649: test_crashing2.html disabled due to random orange; see bug 566049 | |
/home/ubuntu/FirefoxOS/B2G/src/config/makefiles/mochitest.mk:36: test_bug478536.xul is disabled for intermittent timeouts. Bug 561929 | |
/home/ubuntu/FirefoxOS/B2G/src/config/rules.mk:1649: test_bug478536.xul is disabled for intermittent timeouts. Bug 561929 | |
/home/ubuntu/FirefoxOS/B2G/src/config/makefiles/mochitest.mk:32: test_bug435128.html disabled because it takes 60 seconds | |
/home/ubuntu/FirefoxOS/B2G/src/config/rules.mk:1649: test_bug435128.html disabled because it takes 60 seconds | |
Makefile:135: test_error_in_video_document.html is disabled for intermittent failures. Bug 608634 | |
/home/ubuntu/FirefoxOS/B2G/src/config/makefiles/mochitest.mk:32: test_bug369950.html disabled due to random orange; see bug 492575 | |
/home/ubuntu/FirefoxOS/B2G/src/config/makefiles/mochitest.mk:32: test_flush_on_paint.html disabled due to random orange; see bug 539356 | |
/home/ubuntu/FirefoxOS/B2G/src/config/rules.mk:1649: test_bug369950.html disabled due to random orange; see bug 492575 | |
/home/ubuntu/FirefoxOS/B2G/src/config/rules.mk:1649: test_flush_on_paint.html disabled due to random orange; see bug 539356 | |
/home/ubuntu/FirefoxOS/B2G/src/config/makefiles/mochitest.mk:32: test_bug421839-1.html disabled because it calls finish twice which can cause timeouts | |
/home/ubuntu/FirefoxOS/B2G/src/config/makefiles/mochitest.mk:32: test_bug488417.html temporarily disabled - see bug 489560 | |
/home/ubuntu/FirefoxOS/B2G/src/config/makefiles/mochitest.mk:32: test_bug507902.html temporarily disabled - see bug 510001 | |
/home/ubuntu/FirefoxOS/B2G/src/config/rules.mk:1649: test_bug421839-1.html disabled because it calls finish twice which can cause timeouts | |
/home/ubuntu/FirefoxOS/B2G/src/config/rules.mk:1649: test_bug488417.html temporarily disabled - see bug 489560 | |
/home/ubuntu/FirefoxOS/B2G/src/config/rules.mk:1649: test_bug507902.html temporarily disabled - see bug 510001 | |
/home/ubuntu/FirefoxOS/B2G/src/config/makefiles/mochitest.mk:51: test_applicationacc.xul temporarily disabled, see bug 561508 | |
/home/ubuntu/FirefoxOS/B2G/src/config/rules.mk:1649: test_applicationacc.xul temporarily disabled, see bug 561508 | |
Makefile:36: browser_bug435788.js has been disabled due to leaks - see bug 751100 | |
$ make -f client.mk build | |
make -f /home/ubuntu/FirefoxOS/B2G/src/client.mk realbuild | |
make[1]: Entering directory `/home/ubuntu/FirefoxOS/B2G/src' | |
Adding client.mk options from /home/ubuntu/FirefoxOS/B2G/src/.mozconfig: | |
MOZ_OBJDIR=../build | |
MOZ_MAKE_FLAGS=-j9 -s | |
TEST-PASS | check-sync-dirs.py | /home/ubuntu/FirefoxOS/B2G/src/js/src/config <= /home/ubuntu/FirefoxOS/B2G/src/config | |
make -j9 -s -C ../build | |
make[2]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[3]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
tier_base: config build probes mfbt memory/mozjemalloc memory/build modules/zlib mozglue memory/mozalloc | |
make[4]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
export_tier_base | |
nsinstall.c | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/config' | |
pathsub.c | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/config' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build/unix' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build/unix' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build/pgo' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build/pgo' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/mfbt' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/mfbt' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/memory/mozjemalloc' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/memory/mozjemalloc' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/modules/zlib' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/modules/zlib/src' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/modules/zlib/src' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/modules/zlib' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/mozglue' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/mozglue' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/memory/mozalloc' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/memory/mozalloc' | |
make[4]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[4]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
libs_tier_base | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/config' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/config' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build/unix' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build/unix' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build/pgo' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build/pgo/blueprint' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build/pgo/blueprint' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build/pgo/js-input' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build/pgo/js-input' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build/pgo' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/mfbt' | |
bignum-dtoa.cc | |
bignum.cc | |
cached-powers.cc | |
diy-fp.cc | |
double-conversion.cc | |
fast-dtoa.cc | |
fixed-dtoa.cc | |
strtod.cc | |
HashFunctions.cpp | |
SHA1.cpp | |
/home/ubuntu/FirefoxOS/B2G/src/mfbt/double-conversion/strtod.cc: In function float double_conversion::Strtof(double_conversion::Vector<const char>, int) : | |
/home/ubuntu/FirefoxOS/B2G/src/mfbt/double-conversion/strtod.cc:509:9: warning: unused variable f2 [-Wunused-variable] | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/mfbt/tests' | |
TestBloomFilter.cpp | |
TestCheckedInt.cpp | |
TestSHA1.cpp | |
TestTypeTraits.cpp | |
TestWeakPtr.cpp | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/mfbt/tests' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/mfbt' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/memory/mozjemalloc' | |
jemalloc.c | |
In file included from /home/ubuntu/FirefoxOS/B2G/src/memory/mozjemalloc/jemalloc.c:1553:0: | |
../../dist/include/mozilla/Assertions.h:279:22: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] | |
/home/ubuntu/FirefoxOS/B2G/src/memory/mozjemalloc/jemalloc.c: In function wrtmessage : | |
/home/ubuntu/FirefoxOS/B2G/src/memory/mozjemalloc/jemalloc.c:1530:8: warning: ignoring return value of write , declared with attribute warn_unused_result [-Wunused-result] | |
/home/ubuntu/FirefoxOS/B2G/src/memory/mozjemalloc/jemalloc.c:1531:8: warning: ignoring return value of write , declared with attribute warn_unused_result [-Wunused-result] | |
/home/ubuntu/FirefoxOS/B2G/src/memory/mozjemalloc/jemalloc.c:1532:8: warning: ignoring return value of write , declared with attribute warn_unused_result [-Wunused-result] | |
/home/ubuntu/FirefoxOS/B2G/src/memory/mozjemalloc/jemalloc.c:1533:8: warning: ignoring return value of write , declared with attribute warn_unused_result [-Wunused-result] | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/memory/mozjemalloc' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/memory/build' | |
extraMallocFuncs.c | |
In file included from /home/ubuntu/FirefoxOS/B2G/src/memory/build/extraMallocFuncs.c:145:0: | |
../../dist/include/mozilla/Assertions.h:279:22: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/memory/build' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/modules/zlib' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/modules/zlib/src' | |
adler32.c | |
compress.c | |
crc32.c | |
deflate.c | |
gzclose.c | |
gzlib.c | |
gzread.c | |
gzwrite.c | |
infback.c | |
inffast.c | |
inflate.c | |
inftrees.c | |
trees.c | |
uncompr.c | |
zutil.c | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/modules/zlib/src' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/modules/zlib' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/mozglue' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/mozglue/build' | |
dummy.cpp | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/mozglue/build' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/mozglue' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/memory/mozalloc' | |
mozalloc.cpp | |
mozalloc_abort.cpp | |
mozalloc_oom.cpp | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/memory/mozalloc' | |
make[4]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[4]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
tools_tier_base | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build/unix' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build/unix' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/build/pgo' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build/pgo' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/build' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/mfbt' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/mfbt' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/modules/zlib' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/modules/zlib' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/mozglue' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/mozglue' | |
make[4]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[3]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[3]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
tier_nspr: nsprpub config/nspr | |
make[4]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/config' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/config' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/md' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/md' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/private' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/private' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/obsolete' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/obsolete' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/io' | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/pripv6.c: In function Ipv6ToIpv4SocketAccept : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/pripv6.c:135:14: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/pripv6.c: In function Ipv6ToIpv4SocketAcceptRead : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/pripv6.c:173:14: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/prlayer.c: In function pl_TopAccept : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/prlayer.c:177:14: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/prlayer.c: In function pl_DefAcceptread : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/prlayer.c:297:14: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/prprf.c: In function dosprintf : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/prprf.c:1005:29: warning: nap may be used uninitialized in this function [-Wuninitialized] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/prscanf.c: In function GetFloat : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/prscanf.c:323:14: warning: ch may be used uninitialized in this function [-Wuninitialized] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/prscanf.c: In function GetInt : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/io/prscanf.c:253:41: warning: ch may be used uninitialized in this function [-Wuninitialized] | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/io' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/linking' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/linking' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/malloc' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/malloc' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/md' | |
make[8]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/md/unix' | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/md/unix/unix.c: In function _PR_UnixInit : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/md/unix/unix.c:2821:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/md/unix/uxproces.c: In function pr_InstallSigchldHandler : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/md/unix/uxproces.c:693:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/md/unix/uxproces.c: In function _MD_InitProcesses : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/md/unix/uxproces.c:711:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/md/unix/uxproces.c: In function _MD_unix_terminate_waitpid_daemon : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/md/unix/uxproces.c:122:14: warning: ignoring return value of write , declared with attribute warn_unused_result [-Wunused-result] | |
make[8]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/md/unix' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/md' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/memory' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/memory' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/misc' | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prenv.c: In function PR_SetEnv : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prenv.c:64:5: warning: passing argument 1 of putenv discards const qualifier from pointer target type [enabled by default] | |
/usr/include/stdlib.h:579:12: note: expected char * but argument is of type const char * | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prnetdb.c: In function pr_NetAddrToStringGNI : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prnetdb.c:2255:14: warning: variable md_af set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prtpool.c: In function io_wstart : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prtpool.c:385:13: warning: variable rval_status set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prtpool.c: In function notify_ioq : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prtpool.c:954:10: warning: variable rval_status set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prtpool.c: In function PR_JoinThreadPool : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prtpool.c:1075:10: warning: variable rval_status set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prtpool.c: In function io_wstart : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prtpool.c:400:10: warning: polljobs may be used uninitialized in this function [-Wuninitialized] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/misc/prtpool.c:328:34: warning: pollfds may be used uninitialized in this function [-Wuninitialized] | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/misc' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/threads' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/threads' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/pthreads' | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c: In function pt_linux_sendfile_cont : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c:1098:11: warning: variable oldoffset set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c: In function pt_Connect : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c:1545:11: warning: variable md_af set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c: In function pt_Bind : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c:1735:11: warning: variable md_af set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c: In function pt_SendTo : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c:1992:11: warning: variable md_af set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c: In function _pr_poll_with_poll : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c:3933:33: warning: start may be used uninitialized in this function [-Wuninitialized] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c: In function pt_Available64_f : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c:1481:29: warning: end may be used uninitialized in this function [-Wuninitialized] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c: In function pt_Available_f : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptio.c:1460:27: warning: end may be used uninitialized in this function [-Wuninitialized] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function _PR_InitLocks : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:54:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function pt_PostNotifies : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:71:19: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PR_NewLock : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:137:12: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PR_DestroyLock : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:156:12: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PR_Lock : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:172:12: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PR_Unlock : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:192:12: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PR_NewCondVar : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:325:13: warning: unused variable rv [-Wunused-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PR_DestroyCondVar : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:340:16: warning: unused variable rv [-Wunused-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PR_DestroyMonitor : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:490:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PRP_NewNakedCondVar : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:1081:13: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PRP_DestroyNakedCondVar : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:1091:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PRP_NakedNotify : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:1120:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c: In function PRP_NakedBroadcast : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptsynch.c:1129:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function _pt_root : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:98:12: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function pt_AttachThread : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:223:13: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function PR_DetachThread : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:568:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function PR_Interrupt : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:682:16: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function _pt_thread_death : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:753:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function _PR_InitThreads : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:816:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function _PR_Fini : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:963:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function PR_Cleanup : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:987:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function init_pthread_gc_support : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:1123:12: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function pt_SuspendSet : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:1341:12: warning: variable rv set but not used [-Wunused-but-set-variable] | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c: In function PR_SuspendAll : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/pthreads/ptthread.c:1461:9: warning: variable rv set but not used [-Wunused-but-set-variable] | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/pthreads' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src' | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/prvrsion.c: In function libVersionPoint : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/pr/src/prvrsion.c:84:17: warning: variable dummy set but not used [-Wunused-but-set-variable] | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr' | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/ds' | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/lib/ds/plvrsion.c: In function libVersionPoint : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/lib/ds/plvrsion.c:84:17: warning: variable dummy set but not used [-Wunused-but-set-variable] | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/ds' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc/include' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc/include' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc/src' | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/lib/libc/src/plvrsion.c: In function libVersionPoint : | |
/home/ubuntu/FirefoxOS/B2G/src/nsprpub/lib/libc/src/plvrsion.c:84:17: warning: variable dummy set but not used [-Wunused-but-set-variable] | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc/src' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib' | |
make[4]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub' | |
make[4]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
export_tier_nspr | |
make[4]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[4]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
libs_tier_nspr | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/config/nspr' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/config' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/config' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr' | |
make[8]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include' | |
make[9]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/md' | |
make[9]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/md' | |
make[9]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/private' | |
make[9]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/private' | |
make[9]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/obsolete' | |
make[9]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include/obsolete' | |
make[8]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/include' | |
make[8]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src' | |
make[9]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/md' | |
make[9]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/md' | |
make[9]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/misc' | |
make[9]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src/misc' | |
make[8]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr/src' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/pr' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib' | |
make[8]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/ds' | |
make[8]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/ds' | |
make[8]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc' | |
make[9]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc/include' | |
make[9]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc/include' | |
make[9]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc/src' | |
make[9]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc/src' | |
make[8]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib/libc' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub/lib' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/nsprpub' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/config/nspr' | |
make[4]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[4]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
tools_tier_nspr | |
make[4]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[3]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[3]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
tier_js: js/src | |
make[4]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
export_tier_js | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/js/src' | |
nsinstall.c | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/js/src/config' | |
pathsub.c | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/js/src/config' | |
make[6]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/js/src/ctypes/libffi' | |
make[7]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/js/src/ctypes/libffi' | |
Making all in include | |
Making all in testsuite | |
Making all in man | |
make[8]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/js/src/ctypes/libffi' | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -Wall -g -fexceptions -O2 -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c /home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/x86/ffi.c -fPIC -DPIC -o src/x86/ffi.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -MT src/x86/sysv.lo -MD -MP -MF src/x86/.deps/sysv.Tpo -c /home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/x86/sysv.S -fPIC -DPIC -o src/x86/sysv.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -Wall -g -fexceptions -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c /home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/debug.c -fPIC -DPIC -o src/debug.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -Wall -g -fexceptions -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c /home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/prep_cif.c -fPIC -DPIC -o src/prep_cif.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -Wall -g -fexceptions -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c /home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/types.c -fPIC -DPIC -o src/types.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -Wall -g -fexceptions -O2 -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c /home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/raw_api.c -fPIC -DPIC -o src/raw_api.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -Wall -g -fexceptions -O2 -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c /home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/java_raw_api.c -fPIC -DPIC -o src/java_raw_api.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -Wall -g -fexceptions -O2 -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c /home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/closures.c -fPIC -DPIC -o src/closures.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -Wall -g -fexceptions -O2 -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c /home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/x86/ffi64.c -fPIC -DPIC -o src/x86/ffi64.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/include -Iinclude -I/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c /home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/x86/unix64.S -fPIC -DPIC -o src/x86/unix64.o | |
/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/closures.c: In function dlmmap_locked : | |
/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/closures.c:416:17: warning: ignoring return value of ftruncate , declared with attribute warn_unused_result [-Wunused-result] | |
/home/ubuntu/FirefoxOS/B2G/src/js/src/ctypes/libffi/src/closures.c:428:17: warning: ignoring return value of ftruncate , declared with attribute warn_unused_result [-Wunused-result] | |
libtool: link: ar cru .libs/libffi_convenience.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o src/x86/ffi.o src/x86/sysv.o | |
libtool: link: ar cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o src/x86/ffi.o src/x86/sysv.o | |
libtool: link: ranlib .libs/libffi_convenience.a | |
libtool: link: ranlib .libs/libffi.a | |
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" ) | |
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" ) | |
make[8]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/js/src/ctypes/libffi' | |
make[7]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/js/src/ctypes/libffi' | |
make[6]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/js/src/ctypes/libffi' | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/js/src' | |
make[4]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[4]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build' | |
libs_tier_js | |
make[5]: Entering directory `/home/ubuntu/FirefoxOS/B2G/build/js/src' | |
jskwgen.cpp | |
jsoplengen.cpp | |
jsalloc.cpp | |
jsanalyze.cpp | |
jsapi.cpp | |
jsarray.cpp | |
jsatom.cpp | |
jsbool.cpp | |
jsclone.cpp | |
jscntxt.cpp | |
jscompartment.cpp | |
jsdate.cpp | |
c++: internal compiler error: Killed (program cc1plus) | |
Please submit a full bug report, | |
with preprocessed source if appropriate. | |
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. | |
In the directory /home/ubuntu/FirefoxOS/B2G/build/js/src | |
The following command failed to execute properly: | |
c++ -o jsbool.o -c -I./../../dist/system_wrappers_js -include /home/ubuntu/FirefoxOS/B2G/src/js/src/config/gcc_hidden.h -DENABLE_YARR_JIT=1 -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX="lib" -DDLL_SUFFIX=".so" -DUSE_ZLIB -Ictypes/libffi/include -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/../../mfbt/double-conversion -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I. -I./../../dist/include -I/home/ubuntu/FirefoxOS/B2G/build/dist/include/nspr -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I/home/ubuntu/FirefoxOS/B2G/src/js/src/assembler -I/home/ubuntu/FirefoxOS/B2G/src/js/src/yarr -fPIC -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Werror=conversion-null -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -Wno-long-long -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -pthread -pipe -DNDEBUG -DTRIMMED -g -O3 -freorder-blocks -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsbool.o.pp /home/ubuntu/FirefoxOS/B2G/src/js/src/jsbool.cpp | |
make[5]: *** [jsbool.o] Error 1 | |
make[5]: *** Deleting file `jsbool.o' | |
make[5]: *** Waiting for unfinished jobs.... | |
c++: internal compiler error: Killed (program cc1plus) | |
Please submit a full bug report, | |
with preprocessed source if appropriate. | |
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. | |
In the directory /home/ubuntu/FirefoxOS/B2G/build/js/src | |
The following command failed to execute properly: | |
c++ -o jsanalyze.o -c -I./../../dist/system_wrappers_js -include /home/ubuntu/FirefoxOS/B2G/src/js/src/config/gcc_hidden.h -DENABLE_YARR_JIT=1 -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX="lib" -DDLL_SUFFIX=".so" -DUSE_ZLIB -Ictypes/libffi/include -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/../../mfbt/double-conversion -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I. -I./../../dist/include -I/home/ubuntu/FirefoxOS/B2G/build/dist/include/nspr -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I/home/ubuntu/FirefoxOS/B2G/src/js/src/assembler -I/home/ubuntu/FirefoxOS/B2G/src/js/src/yarr -fPIC -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Werror=conversion-null -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -Wno-long-long -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -pthread -pipe -DNDEBUG -DTRIMMED -g -O3 -freorder-blocks -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsanalyze.o.pp /home/ubuntu/FirefoxOS/B2G/src/js/src/jsanalyze.cpp | |
make[5]: *** [jsanalyze.o] Error 1 | |
make[5]: *** Deleting file `jsanalyze.o' | |
c++: internal compiler error: Killed (program cc1plus) | |
Please submit a full bug report, | |
with preprocessed source if appropriate. | |
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. | |
In the directory /home/ubuntu/FirefoxOS/B2G/build/js/src | |
The following command failed to execute properly: | |
c++ -o jsatom.o -c -I./../../dist/system_wrappers_js -include /home/ubuntu/FirefoxOS/B2G/src/js/src/config/gcc_hidden.h -DENABLE_YARR_JIT=1 -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX="lib" -DDLL_SUFFIX=".so" -DUSE_ZLIB -Ictypes/libffi/include -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/../../mfbt/double-conversion -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I. -I./../../dist/include -I/home/ubuntu/FirefoxOS/B2G/build/dist/include/nspr -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I/home/ubuntu/FirefoxOS/B2G/src/js/src/assembler -I/home/ubuntu/FirefoxOS/B2G/src/js/src/yarr -fPIC -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Werror=conversion-null -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -Wno-long-long -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -pthread -pipe -DNDEBUG -DTRIMMED -g -O3 -freorder-blocks -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsatom.o.pp /home/ubuntu/FirefoxOS/B2G/src/js/src/jsatom.cpp | |
make[5]: *** [jsatom.o] Error 1 | |
make[5]: *** Deleting file `jsatom.o' | |
c++: internal compiler error: Killed (program cc1plus) | |
Please submit a full bug report, | |
with preprocessed source if appropriate. | |
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. | |
In the directory /home/ubuntu/FirefoxOS/B2G/build/js/src | |
The following command failed to execute properly: | |
c++ -o jscompartment.o -c -I./../../dist/system_wrappers_js -include /home/ubuntu/FirefoxOS/B2G/src/js/src/config/gcc_hidden.h -DENABLE_YARR_JIT=1 -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX="lib" -DDLL_SUFFIX=".so" -DUSE_ZLIB -Ictypes/libffi/include -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/../../mfbt/double-conversion -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I. -I./../../dist/include -I/home/ubuntu/FirefoxOS/B2G/build/dist/include/nspr -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I/home/ubuntu/FirefoxOS/B2G/src/js/src/assembler -I/home/ubuntu/FirefoxOS/B2G/src/js/src/yarr -fPIC -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Werror=conversion-null -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -Wno-long-long -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -pthread -pipe -DNDEBUG -DTRIMMED -g -O3 -freorder-blocks -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jscompartment.o.pp /home/ubuntu/FirefoxOS/B2G/src/js/src/jscompartment.cpp | |
make[5]: *** [jscompartment.o] Error 1 | |
make[5]: *** Deleting file `jscompartment.o' | |
c++: internal compiler error: Killed (program cc1plus) | |
Please submit a full bug report, | |
with preprocessed source if appropriate. | |
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. | |
In the directory /home/ubuntu/FirefoxOS/B2G/build/js/src | |
The following command failed to execute properly: | |
c++ -o jsapi.o -c -I./../../dist/system_wrappers_js -include /home/ubuntu/FirefoxOS/B2G/src/js/src/config/gcc_hidden.h -DENABLE_YARR_JIT=1 -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX="lib" -DDLL_SUFFIX=".so" -DUSE_ZLIB -Ictypes/libffi/include -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/../../mfbt/double-conversion -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I. -I./../../dist/include -I/home/ubuntu/FirefoxOS/B2G/build/dist/include/nspr -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I/home/ubuntu/FirefoxOS/B2G/src/js/src/assembler -I/home/ubuntu/FirefoxOS/B2G/src/js/src/yarr -fPIC -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Werror=conversion-null -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -Wno-long-long -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -pthread -pipe -DNDEBUG -DTRIMMED -g -O3 -freorder-blocks -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsapi.o.pp /home/ubuntu/FirefoxOS/B2G/src/js/src/jsapi.cpp | |
make[5]: *** [jsapi.o] Error 1 | |
make[5]: *** Deleting file `jsapi.o' | |
/home/ubuntu/FirefoxOS/B2G/src/js/src/jsclone.cpp: In member function bool js::SCInput::readPtr(void**) : | |
/home/ubuntu/FirefoxOS/B2G/src/js/src/jsclone.cpp:338:22: warning: tmp may be used uninitialized in this function [-Wuninitialized] | |
{standard input}: Assembler messages: | |
{standard input}:1750: Warning: end of file not at end of a line; newline inserted | |
{standard input}:2002: Error: unknown pseudo-op: `.lbb18' | |
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive | |
c++: internal compiler error: Killed (program cc1plus) | |
Please submit a full bug report, | |
with preprocessed source if appropriate. | |
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. | |
In the directory /home/ubuntu/FirefoxOS/B2G/build/js/src | |
The following command failed to execute properly: | |
c++ -o jsarray.o -c -I./../../dist/system_wrappers_js -include /home/ubuntu/FirefoxOS/B2G/src/js/src/config/gcc_hidden.h -DENABLE_YARR_JIT=1 -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX="lib" -DDLL_SUFFIX=".so" -DUSE_ZLIB -Ictypes/libffi/include -I. -I/home/ubuntu/FirefoxOS/B2G/src/js/src/../../mfbt/double-conversion -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I. -I./../../dist/include -I/home/ubuntu/FirefoxOS/B2G/build/dist/include/nspr -I/home/ubuntu/FirefoxOS/B2G/src/js/src -I/home/ubuntu/FirefoxOS/B2G/src/js/src/assembler -I/home/ubuntu/FirefoxOS/B2G/src/js/src/yarr -fPIC -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Werror=conversion-null -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -Wno-long-long -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -pthread -pipe -DNDEBUG -DTRIMMED -g -O3 -freorder-blocks -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsarray.o.pp /home/ubuntu/FirefoxOS/B2G/src/js/src/jsarray.cpp | |
make[5]: *** [jsarray.o] Error 1 | |
make[5]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build/js/src' | |
make[4]: *** [libs_tier_js] Error 2 | |
make[4]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[3]: *** [tier_js] Error 2 | |
make[3]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[2]: *** [default] Error 2 | |
make[2]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/build' | |
make[1]: *** [realbuild] Error 2 | |
make[1]: Leaving directory `/home/ubuntu/FirefoxOS/B2G/src' | |
make: *** [build] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment