Advertisement
Guest User

apt-get upgrade fail on beaglebone black latest debian image

a guest
Jan 19th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. > node-gyp rebuild
  2.  
  3. gyp ERR! configure error
  4. gyp ERR! stack Error: This is most likely not a problem with node-gyp or the package itself and
  5. gyp ERR! stack is related to network connectivity. In most cases you are behind a proxy or have bad
  6. gyp ERR! stack network settings.
  7. gyp ERR! stack at Request.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:193:21)
  8. gyp ERR! stack at Request.emit (events.js:107:17)
  9. gyp ERR! stack at Request.onRequestError (/usr/lib/node_modules/npm/node_modules/request/request.js:813:8)
  10. gyp ERR! stack at ClientRequest.emit (events.js:107:17)
  11. gyp ERR! stack at TLSSocket.socketErrorListener (_http_client.js:271:9)
  12. gyp ERR! stack at TLSSocket.emit (events.js:129:20)
  13. gyp ERR! stack at net.js:952:16
  14. gyp ERR! stack at process._tickCallback (node.js:355:11)
  15. gyp ERR! System Linux 4.4.30-ti-r64
  16. gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  17. gyp ERR! cwd /root/.c9/lib/node_modules/pty.js
  18. gyp ERR! node -v v0.12.18
  19. gyp ERR! node-gyp -v v3.4.0
  20. gyp ERR! not ok
  21. npm ERR! Linux 4.4.30-ti-r64
  22. npm ERR! argv "/root/.c9/node/bin/node" "/root/.c9/node/bin/npm" "install" "-g" "--unsafe-perm=true" "--progress=false" "--loglevel=error" "--prefix" "/root/.c9" "pty.js@0.3.0"
  23. npm ERR! node v0.12.18
  24. npm ERR! npm v2.15.11
  25. npm ERR! code ELIFECYCLE
  26.  
  27. npm ERR! pty.js@0.3.0 install: `node-gyp rebuild`
  28. npm ERR! Exit status 1
  29. npm ERR!
  30. npm ERR! Failed at the pty.js@0.3.0 install script 'node-gyp rebuild'.
  31. npm ERR! This is most likely a problem with the pty.js package,
  32. npm ERR! not with npm itself.
  33. npm ERR! Tell the author that this fails on your system:
  34. npm ERR! node-gyp rebuild
  35. npm ERR! You can get information on how to open an issue for this project with:
  36. npm ERR! npm bugs pty.js
  37. npm ERR! Or if that isn't available, you can get their info via:
  38. npm ERR!
  39. npm ERR! npm owner ls pty.js
  40. npm ERR! There is likely additional logging output above.
  41.  
  42. npm ERR! Please include the following file with any support request:
  43. npm ERR! /root/.c9/npm-debug.log
  44. dpkg: error processing package c9-core-installer (--configure):
  45. subprocess installed post-installation script returned error exit status 1
  46. Processing triggers for libc-bin (2.19-18+deb8u7) ...
  47. Processing triggers for ca-certificates (20141019+deb8u2) ...
  48. Updating certificates in /etc/ssl/certs... 10 added, 10 removed; done.
  49. Running hooks in /etc/ca-certificates/update.d....done.
  50. Processing triggers for systemd (230-7~bpo8+2) ...
  51. Processing triggers for initramfs-tools (0.120+deb8u2-1rcnee3~bpo80+20160927+1) ...
  52. update-initramfs: Generating /boot/initrd.img-4.4.30-ti-r64
  53. Errors were encountered while processing:
  54. c9-core-installer
  55. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement