Advertisement
Shnatsel

./do debug log

Jan 20th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. ++ uname
  2. ++ tr '[:upper:]' '[:lower:]'
  3. + PLATFORM=linux
  4. ++ sed s/i./x/g
  5. +++ uname -m
  6. ++ echo x86_64
  7. + MARCH=x86_64
  8. + BUILDDIR=build_linux
  9. + NODE_MIN_VER=v0.8.15
  10. + main
  11. ++ dirname ./do
  12. + '[' . ']'
  13. ++ dirname ./do
  14. + cd .
  15. + '[' -d build_linux ']'
  16. + mkdir build_linux
  17. + getsha256sum
  18. + expected=4ee73c05d5158b0fdfec9f5e52cab3fa85b98d6992a221bbff28fdbd935e8afc
  19. + testFile=test/4ee73c05d5158b0fdfec9f5e52cab3fa85b98d6992a221bbff28fdbd935e8afc
  20. + for hasher in sha256sum gsha256sum ''\''shasum -a 256'\''' ''\''openssl sha256'\'''
  21. + sha256sum test/4ee73c05d5158b0fdfec9f5e52cab3fa85b98d6992a221bbff28fdbd935e8afc
  22. + grep -q 4ee73c05d5158b0fdfec9f5e52cab3fa85b98d6992a221bbff28fdbd935e8afc
  23. + SHA256SUM=sha256sum
  24. + return 0
  25. + hasOkNode
  26. ++ which node
  27. + NODE=
  28. ++ which nodejs
  29. + NODE=
  30. + '[' -f build_linux/nodejs/node/bin/node ']'
  31. + [[ '' == '' ]]
  32. + return 1
  33. + getNode
  34. + echo 'Installing node.js'
  35. Installing node.js
  36. + echo 'You can bypass this step by manually installing node.js v0.8.15 or newer'
  37. You can bypass this step by manually installing node.js v0.8.15 or newer
  38. + '[' linux-x86_64 = linux-x86_64 ']'
  39. + NODE_DOWNLOAD=http://nodejs.org/dist/v0.10.24/node-v0.10.24-linux-x64.tar.gz
  40. + NODE_SHA=6ef93f4a5b53cdd4471786dfc488ba9977cb3944285ed233f70c508b50f0cb5f
  41. ++ pwd
  42. + origDir=/tmp/buildd/cjdns-0.0.1
  43. + '[' -d build_linux/nodejs ']'
  44. + mkdir -p build_linux/nodejs
  45. + cd build_linux/nodejs
  46. ++ which wget
  47. + APP=/usr/bin/wget
  48. + '[' /usr/bin/wget = none ']'
  49. ++ which wget
  50. + '[' x/usr/bin/wget = x/usr/bin/wget ']'
  51. + /usr/bin/wget http://nodejs.org/dist/v0.10.24/node-v0.10.24-linux-x64.tar.gz
  52. --2014-01-20 18:51:50-- http://nodejs.org/dist/v0.10.24/node-v0.10.24-linux-x64.tar.gz
  53. Resolving nodejs.org (nodejs.org)... 165.225.133.150
  54. Connecting to nodejs.org (nodejs.org)|165.225.133.150|:80... connected.
  55. HTTP request sent, awaiting response... 200 OK
  56. Length: 5472950 (5.2M) [application/octet-stream]
  57. Saving to: `node-v0.10.24-linux-x64.tar.gz'
  58.  
  59. 100%[==========================================================================================>] 5,472,950 2.65M/s in 2.0s
  60.  
  61. 2014-01-20 18:51:52 (2.65 MB/s) - `node-v0.10.24-linux-x64.tar.gz' saved [5472950/5472950]
  62.  
  63. ++ which curl
  64. + '[' x/usr/bin/wget = x ']'
  65. + grep 6ef93f4a5b53cdd4471786dfc488ba9977cb3944285ed233f70c508b50f0cb5f
  66. + sha256sum ./node-v0.10.24-linux-x64.tar.gz
  67. 6ef93f4a5b53cdd4471786dfc488ba9977cb3944285ed233f70c508b50f0cb5f ./node-v0.10.24-linux-x64.tar.gz
  68. + tar -xzf node-v0.10.24-linux-x64.tar.gz
  69. + find ./ -mindepth 1 -maxdepth 1 -type d -exec mv '{}' node ';'
  70. + cd /tmp/buildd/cjdns-0.0.1
  71. + hasOkNode
  72. ++ which node
  73. + NODE=
  74. ++ which nodejs
  75. + NODE=
  76. + '[' -f build_linux/nodejs/node/bin/node ']'
  77. ++ pwd
  78. + NODE=/tmp/buildd/cjdns-0.0.1/build_linux/nodejs/node/bin/node
  79. + [[ /tmp/buildd/cjdns-0.0.1/build_linux/nodejs/node/bin/node == '' ]]
  80. ++ /tmp/buildd/cjdns-0.0.1/build_linux/nodejs/node/bin/node -v
  81. ./do: line 28: /tmp/buildd/cjdns-0.0.1/build_linux/nodejs/node/bin/node: No such file or directory
  82. ++ sed 's/[^[0-9]/0000/g'
  83. ++ echo v0.8.15
  84. ++ sed 's/[^[0-9]/0000/g'
  85. + '[' -ge 0000000008000015 ']'
  86. ./do: line 28: [: -ge: unary operator expected
  87. + echo 'You have a version of node but it is too old'
  88. You have a version of node but it is too old
  89. + return 1
  90. + return 1
  91. + die 'could not get working nodejs impl'
  92. + echo 'ERROR: could not get working nodejs impl'
  93. ERROR: could not get working nodejs impl
  94. + exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement