Advertisement
Guest User

atom-build.log

a guest
Mar 19th, 2015
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. # CC=clang CXX=clang++ script/build
  2. Node: v0.12.0
  3. npm: v2.7.1
  4. Installing build modules...
  5. child_process: customFds option is deprecated, use stdio instead.
  6. child_process: customFds option is deprecated, use stdio instead.
  7. ../node_modules/native-mate/vendor/base-minimal/src/base/threading/thread_collision_warner.cc:47:34: error: use of undeclared identifier 'pthread_self'
  8. return reinterpret_cast<int64>(pthread_self());
  9. ^
  10. 1 error generated.
  11. gmake: *** [Release/obj.target/base/node_modules/native-mate/vendor/base-minimal/src/base/threading/thread_collision_warner.o] Error 1
  12. gyp ERR! build error
  13. gyp ERR! stack Error: `gmake` failed with exit code: 2
  14. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
  15. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  16. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1067:12)
  17. gyp ERR! System FreeBSD 11.0-CURRENT
  18. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  19. gyp ERR! cwd /usr/ports/editors/atom/work/atom-atom-a79384c/build/node_modules/grunt-atom-shell-installer/node_modules/asar/node_modules/chromium-pickle
  20. gyp ERR! node -v v0.12.0
  21. gyp ERR! node-gyp -v v1.0.2
  22. gyp ERR! not ok
  23. child_process: customFds option is deprecated, use stdio instead.
  24. gyp: Dependency 'deps/breakpad/breakpad.gyp:dump_syms#target' not found while trying to load target binding.gyp:minidump#target
  25. gyp ERR! configure error
  26. gyp ERR! stack Error: `gyp` failed with exit code: 1
  27. gyp ERR! stack at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:343:16)
  28. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  29. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1067:12)
  30. gyp ERR! System FreeBSD 11.0-CURRENT
  31. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  32. gyp ERR! cwd /usr/ports/editors/atom/work/atom-atom-a79384c/build/node_modules/minidump
  33. gyp ERR! node -v v0.12.0
  34. gyp ERR! node-gyp -v v1.0.2
  35. gyp ERR! not ok
  36. npm ERR! FreeBSD 11.0-CURRENT
  37. npm ERR! argv "node" "/usr/local/bin/npm" "--userconfig=/usr/ports/editors/atom/work/atom-atom-a79384c/.npmrc" "install" "--loglevel" "error"
  38. npm ERR! node v0.12.0
  39. npm ERR! npm v2.7.1
  40. npm ERR! code EBADPLATFORM
  41.  
  42. npm ERR! notsup Unsupported
  43. npm ERR! notsup Not compatible with your operating system or architecture: csslint@0.9.10
  44. npm ERR! notsup Valid OS: darwin,linux,win32
  45. npm ERR! notsup Valid Arch: any
  46. npm ERR! notsup Actual OS: freebsd
  47. npm ERR! notsup Actual Arch: ia32
  48.  
  49. npm ERR! Please include the following file with any support request:
  50. npm ERR! /usr/ports/editors/atom/work/atom-atom-a79384c/build/npm-debug.log
  51. # exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement