Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. $ meteor update
  2. Refreshing package metadata. This may take a moment.
  3. Error connecting to package server: Network error: wss://packages.meteor.com/websocket: write EPIPE
  4. Warning: could not connect to package server
  5. => Errors while initializing project:
  6.  
  7. While loading package npm-bcrypt@0.8.7:
  8. error: Command failed: /Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm rebuild --no-bin-links --update-binary
  9. ld: library not found for -lgcc_s.10.5
  10. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  11. make: *** [Release/bcrypt_lib.node] Error 1
  12. gyp ERR! build error
  13. gyp ERR! stack Error: `make` failed with exit code: 2
  14. gyp ERR! stack at ChildProcess.onExit
  15. (/Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
  16. gyp ERR! stack at emitTwo (events.js:87:13)
  17. gyp ERR! stack at ChildProcess.emit (events.js:172:7)
  18. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
  19. gyp ERR! System Darwin 14.0.0
  20. gyp ERR! command "/Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/node"
  21. "/Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  22. gyp ERR! cwd /Users/skishore/.meteor/packages/npm-bcrypt/.0.8.7.oep29a++os.osx.x86_64+web.browser+web.cordova/npm/node_modules/.temp-rjl1bd/node_modules/bcrypt
  23. gyp ERR! node -v v4.4.7
  24. gyp ERR! node-gyp -v v3.4.0
  25. gyp ERR! not ok
  26.  
  27. npm ERR! Darwin 14.0.0
  28. npm ERR! argv "/Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/node"
  29. "/Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm" "rebuild" "--no-bin-links" "--update-binary"
  30. npm ERR! node v4.4.7
  31. npm ERR! npm v3.10.5
  32. npm ERR! code ELIFECYCLE
  33. npm ERR! bcrypt@0.8.7 install: `node-gyp rebuild`
  34. npm ERR! Exit status 1
  35. npm ERR!
  36. npm ERR! Failed at the bcrypt@0.8.7 install script 'node-gyp rebuild'.
  37. npm ERR! Make sure you have the latest version of node.js and npm installed.
  38. npm ERR! If you do, this is most likely a problem with the bcrypt package,
  39. npm ERR! not with npm itself.
  40. npm ERR! Tell the author that this fails on your system:
  41. npm ERR! node-gyp rebuild
  42. npm ERR! You can get information on how to open an issue for this project with:
  43. npm ERR! npm bugs bcrypt
  44. npm ERR! Or if that isn't available, you can get their info via:
  45. npm ERR! npm owner ls bcrypt
  46. npm ERR! There is likely additional logging output above.
  47.  
  48. npm ERR! Please include the following file with any support request:
  49. npm ERR! /Users/skishore/.meteor/packages/npm-bcrypt/.0.8.7.oep29a++os.osx.x86_64+web.browser+web.cordova/npm/node_modules/.temp-rjl1bd/npm-debug.log
  50. ld: library not found for -lgcc_s.10.5
  51. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  52. make: *** [Release/bcrypt_lib.node] Error 1
  53. gyp ERR! build error
  54. gyp ERR! stack Error: `make` failed with exit code: 2
  55. gyp ERR! stack at ChildProcess.onExit
  56. (/Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
  57. gyp ERR! stack at emitTwo (events.js:87:13)
  58. gyp ERR! stack at ChildProcess.emit (events.js:172:7)
  59. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
  60. gyp ERR! System Darwin 14.0.0
  61. gyp ERR! command "/Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/node"
  62. "/Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  63. gyp ERR! cwd /Users/skishore/.meteor/packages/npm-bcrypt/.0.8.7.oep29a++os.osx.x86_64+web.browser+web.cordova/npm/node_modules/.temp-rjl1bd/node_modules/bcrypt
  64. gyp ERR! node -v v4.4.7
  65. gyp ERR! node-gyp -v v3.4.0
  66. gyp ERR! not ok
  67.  
  68. npm ERR! Darwin 14.0.0
  69. npm ERR! argv "/Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/node"
  70. "/Users/skishore/.meteor/packages/meteor-tool/.1.4.0-1.18163f4++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm" "rebuild" "--no-bin-links" "--update-binary"
  71. npm ERR! node v4.4.7
  72. npm ERR! npm v3.10.5
  73. npm ERR! code ELIFECYCLE
  74. npm ERR! bcrypt@0.8.7 install: `node-gyp rebuild`
  75. npm ERR! Exit status 1
  76. npm ERR!
  77. npm ERR! Failed at the bcrypt@0.8.7 install script 'node-gyp rebuild'.
  78. npm ERR! Make sure you have the latest version of node.js and npm installed.
  79. npm ERR! If you do, this is most likely a problem with the bcrypt package,
  80. npm ERR! not with npm itself.
  81. npm ERR! Tell the author that this fails on your system:
  82. npm ERR! node-gyp rebuild
  83. npm ERR! You can get information on how to open an issue for this project with:
  84. npm ERR! npm bugs bcrypt
  85. npm ERR! Or if that isn't available, you can get their info via:
  86. npm ERR! npm owner ls bcrypt
  87. npm ERR! There is likely additional logging output above.
  88.  
  89. npm ERR! Please include the following file with any support request:
  90. npm ERR! /Users/skishore/.meteor/packages/npm-bcrypt/.0.8.7.oep29a++os.osx.x86_64+web.browser+web.cordova/npm/node_modules/.temp-rjl1bd/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement