Advertisement
Guest User

Untitled

a guest
Oct 12th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. mk -s MOZ_MAKE_FLAGS=
  2. Adding client.mk options from /Volumes/firefoxos/B2G/gonk-misc/default-gecko-config:
  3. AUTOCLOBBER=1
  4. export MOZ_AUTOMATION_BUILD_SYMBOLS=1
  5. export MOZ_AUTOMATION_L10N_CHECK=1
  6. export MOZ_AUTOMATION_PACKAGE=1
  7. export MOZ_AUTOMATION_PACKAGE_TESTS=1
  8. export MOZ_AUTOMATION_INSTALLER=0
  9. export MOZ_AUTOMATION_UPDATE_PACKAGING=0
  10. export MOZ_AUTOMATION_UPLOAD=1
  11. export MOZ_AUTOMATION_UPLOAD_SYMBOLS=0
  12. export MOZ_AUTOMATION_SDK=0
  13. CONFIG_GUESS=arm-linux-androideabi
  14. MOZ_OBJDIR=/Volumes/firefoxos/B2G/objdir-gecko
  15. OBJDIR=/Volumes/firefoxos/B2G/objdir-gecko
  16. FOUND_MOZCONFIG=/Volumes/firefoxos/B2G/gonk-misc/default-gecko-config
  17. cd /Volumes/firefoxos/B2G/objdir-gecko
  18. /Volumes/firefoxos/B2G/gecko/configure
  19. Reexecuting in the virtualenv
  20. Adding configure options from /Volumes/firefoxos/B2G/gonk-misc/default-gecko-config
  21. --enable-crashreporter
  22. --enable-release
  23. --enable-js-shell
  24. --target=arm-linux-androideabi
  25. --with-gonk=/Volumes/firefoxos/B2G
  26. --enable-application=b2g
  27. --with-android-ndk=/Users/mozilla/.mozbuild/android-ndk-r13
  28. --with-android-version=19
  29. --enable-debug-symbols
  30. --with-ccache
  31. --disable-printing
  32. --disable-crashreporter
  33. --with-fpu=neon
  34. --enable-profiling
  35. --with-ccache
  36. CXXFLAGS=-DMOZ_ENABLE_JS_DUMP -include /Volumes/firefoxos/B2G/gonk-misc/Unicode.h
  37. MOZ_ADDON_SIGNING=1
  38. MOZ_REQUIRE_SIGNING=0
  39. ENABLE_TESTS=1
  40. ENABLE_MARIONETTE=1
  41. checking for a shell... /bin/sh
  42. checking for host system type... x86_64-apple-darwin15.6.0
  43. checking for target system type... arm-unknown-linux-androideabi
  44. checking for the Android toolchain directory... /Users/mozilla/.mozbuild/android-ndk-r13/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64
  45. checking whether cross compiling... yes
  46. checking for pkg_config... not found
  47. checking for tar... /usr/local/bin/gtar
  48. checking for unzip... /usr/bin/unzip
  49. checking for zip... /usr/bin/zip
  50. checking for the Mozilla API key... no
  51. checking for the Google API key... no
  52. checking for the Bing API key... no
  53. checking for the Adjust SDK key... no
  54. checking for yasm... /usr/local/bin/yasm
  55. checking yasm version... 1.3.0
  56. checking for android platform directory... /Users/mozilla/.mozbuild/android-ndk-r13/platforms/android-19/arch-arm
  57. checking for ccache... /usr/local/bin/ccache
  58. checking for the target C compiler... /Users/mozilla/.mozbuild/android-ndk-r13/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-gcc
  59. checking whether the target C compiler can be used... yes
  60. checking the target C compiler version... 4.9.0
  61. checking the target C compiler works... yes
  62. checking for the target C++ compiler... /Users/mozilla/.mozbuild/android-ndk-r13/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-g++
  63. checking whether the target C++ compiler can be used... yes
  64. checking the target C++ compiler version... 4.9.0
  65. checking the target C++ compiler works... yes
  66. checking for the host C compiler... /usr/bin/clang
  67. checking whether the host C compiler can be used... yes
  68. checking the host C compiler version... 5.1.0
  69. checking the host C compiler works... yes
  70. checking for the host C++ compiler... /usr/bin/clang++
  71. checking whether the host C++ compiler can be used... no
  72. DEBUG: <truncated - see config.log for full output>
  73. DEBUG: | #elif __linux__
  74. DEBUG: | %KERNEL "Linux"
  75. DEBUG: | #elif _WIN32 || __CYGWIN__
  76. DEBUG: | %KERNEL "WINNT"
  77. DEBUG: | #elif __NetBSD__
  78. DEBUG: | %KERNEL "NetBSD"
  79. DEBUG: | #elif __APPLE__
  80. DEBUG: | %KERNEL "Darwin"
  81. DEBUG: | #endif
  82. DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  83. DEBUG: | %ENDIANNESS "little"
  84. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  85. DEBUG: | %ENDIANNESS "big"
  86. DEBUG: | #endif
  87. DEBUG: Executing: `/usr/local/bin/ccache /usr/bin/clang++ -std=gnu++11 -E /var/folders/23/7zydwv9x7td824c4jh9c_8rc0000gn/T/conftest.Gzc4jp.cpp`
  88. DEBUG: COMPILER = clang
  89. DEBUG: cplusplus = 201103L
  90. DEBUG: CPU = x86_64
  91. DEBUG: KERNEL = Darwin
  92. DEBUG: ENDIANNESS = little
  93. ERROR: Only clang/llvm 3.6 or newer is supported.
  94. *** Fix above errors and then restart with "/Applications/Xcode-5.1.1/Xcode.app/Contents/Developer/usr/bin/make -f client.mk build"
  95. make[3]: *** [configure] Error 1
  96. make[2]: *** [/Volumes/firefoxos/B2G/objdir-gecko/Makefile] Error 2
  97. make[1]: *** [build] Error 2
  98. make: *** [out/target/product/aries/obj/DATA/gecko_intermediates/gecko] Error 2
  99.  
  100. real 2m38.710s
  101. user 1m7.267s
  102. sys 1m24.716s
  103.  
  104. > Build failed! <
  105.  
  106. Build with |./build.sh -j1| for better messages
  107. If all else fails, use |rm -rf objdir-gecko| to clobber gecko and |rm -rf out| to clobber everything else.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement