Advertisement
Guest User

B2G build errors option set 1

a guest
Sep 16th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. $ time VARIANT=user MOZILLA_OFFICIAL=1 B2G_SYSTEM_APPS=1 GAIA_OPTIMIZE=1 B2G_UPDATER=1 B2G_UPDATE_CHANNEL=default MOZ_TELEMETRY_REPORTING=0 MOZ_CRASHREPORTER_NO_REPORT=1 LOCALES_FILE=locales/languages_all.json GAIA_KEYBOARD_LAYOUTS=en,pt-BR,es,de,fr,pl,zh-Hans-Pinyin,zh-Hant-Zhuyin MOZ_APPROX_LOCATION=1 ./build.sh -j1
  2.  
  3. [...]
  4.  
  5. [settings.js] Writing settings file: /home/username/Documents/B2G-master/gaia/profile/settings.json
  6. [settings.js] Writing settings file: /home/username/Documents/B2G-master/gaia/profile/defaults/settings.json
  7. [app] building bluetooth app...
  8. Exception: Error: -*- build/utils.js: Invalid file path (, af, apps, bookmark, manifest.properties)
  9. [Exception... "Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsILocalFile.initWithPath]" nsresult: "0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/utils-xpc.js :: getFile :: line 145" data: no]
  10.  
  11. getFile@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/utils-xpc.js:160:11
  12. getManifestProperties@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/multilocale.js:464:20
  13. L10nManager/localizeManifest/<@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/multilocale.js:333:25
  14. localizeManifest@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/multilocale.js:324:5
  15. localize@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/multilocale.js:198:5
  16. execute@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/multilocale.js:550:1
  17. NodeHelper/this.require@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/utils-xpc.js:1273:14
  18. exports.execute@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/post-app.js:13:3
  19. buildApps/<@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/app.js:88:7
  20. buildApps@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/app.js:44:3
  21. exports.execute@resource://gre/modules/commonjs/toolkit/loader.js -> file:///home/username/Documents/B2G-master/gaia/build/app.js:136:3
  22. CommonjsRunner.prototype.run@/home/username/Documents/B2G-master/gaia/build/xpcshell-commonjs.js:168:5
  23. run@/home/username/Documents/B2G-master/gaia/build/xpcshell-commonjs.js:183:3
  24. @-e:1:1
  25.  
  26. make[1]: *** [app] Error 1
  27. make[1]: Leaving directory "/home/username/Documents/B2G-master/gaia"
  28. make: *** [gaia/profile.tar.gz] Error 2
  29.  
  30. real 5m3.407s
  31. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement