Advertisement
Guest User

Untitled

a guest
Jun 13th, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. [harshvardhan@hari-rudra] ~/Dev/atom% script/build
  2. Node: v0.10.28
  3. npm: v1.4.15
  4. gyp: Dependency 'deps/breakpad/breakpad.gyp:dump_syms#target' not found while trying to load target binding.gyp:minidump#target
  5. gyp ERR! configure error
  6. gyp ERR! stack Error: `gyp` failed with exit code: 1
  7. gyp ERR! stack at ChildProcess.onCpExit (/usr/home/harshvardhan/Dev/atom/build/node_modules/npm/node_modules/node-gyp/lib/configure.js:343:16)
  8. gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
  9. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:807:12)
  10. gyp ERR! System FreeBSD 10.0-RELEASE-p12
  11. gyp ERR! command "node" "/usr/home/harshvardhan/Dev/atom/build/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  12. gyp ERR! cwd /usr/home/harshvardhan/Dev/atom/build/node_modules/minidump
  13. gyp ERR! node -v v0.10.28
  14. gyp ERR! node-gyp -v v0.13.1
  15. gyp ERR! not ok
  16. npm ERR! notsup Unsupported
  17. npm ERR! notsup Not compatible with your operating system or architecture: csslint@0.9.10
  18. npm ERR! notsup Valid OS: darwin,linux,win32
  19. npm ERR! notsup Valid Arch: any
  20. npm ERR! notsup Actual OS: freebsd
  21. npm ERR! notsup Actual Arch: x64
  22.  
  23. npm ERR! System FreeBSD 10.0-RELEASE-p12
  24. npm ERR! command "node" "/usr/home/harshvardhan/Dev/atom/build/node_modules/.bin/npm" "--userconfig=/usr/home/harshvardhan/Dev/atom/.npmrc" "install" "--quiet"
  25. npm ERR! cwd /usr/home/harshvardhan/Dev/atom/build
  26. npm ERR! node -v v0.10.28
  27. npm ERR! npm -v 1.4.15
  28. npm ERR! code EBADPLATFORM
  29. npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/usr/home/harshvardhan/Dev/atom/build/node_modules/grunt-lesslint'
  30. npm ERR! error rolling back grunt-lesslint@0.13.0 { [Error: ENOTEMPTY, rmdir '/usr/home/harshvardhan/Dev/atom/build/node_modules/grunt-lesslint']
  31. npm ERR! error rolling back errno: 53,
  32. npm ERR! error rolling back code: 'ENOTEMPTY',
  33. npm ERR! error rolling back path: '/usr/home/harshvardhan/Dev/atom/build/node_modules/grunt-lesslint' }
  34. npm ERR!
  35. npm ERR! Additional logging details can be found in:
  36. npm ERR! /usr/home/harshvardhan/Dev/atom/build/npm-debug.log
  37. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement