Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.34 KB | None | 0 0
  1. + '[' xno == xyes ']'
  2. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  3. + pkg_ok=no
  4. + grep 'install ok installed'
  5. + dpkg-query -W '--showformat=${Status}\n' build-essential
  6. + pkg_ok=yes
  7. + print_info ' - - Checking For build-essential: yes'
  8. ++ tput bold
  9. + bold=''
  10. ++ tput sgr0
  11. + reset=''
  12. + echo ' - - Checking For build-essential: yes'
  13. + '[' xno == xyes ']'
  14. + '[' x '!=' x ']'
  15. + print_info '* Building Golos'
  16. ++ tput bold
  17. + bold=''
  18. ++ tput sgr0
  19. + reset=''
  20. + echo '* Building Golos'
  21. + DEB_PATH=/tmp/tmp.IKQcPWcSB7/package/golos
  22. + GOLOS_PATH=/tmp/tmp.IKQcPWcSB7/package/golos/opt/golos
  23. + mkdir -p /tmp/tmp.IKQcPWcSB7/package/golos
  24. + mkdir -p /tmp/tmp.IKQcPWcSB7/package/golos/opt/golos
  25. + print_info ' - Downloading Source Code'
  26. ++ tput bold
  27. + bold=''
  28. ++ tput sgr0
  29. + reset=''
  30. + echo ' - Downloading Source Code'
  31. + git clone https://github.com/GolosChain/golos
  32. Cloning into 'golos'...
  33. remote: Counting objects: 9795, done.
  34. remote: Compressing objects: 100% (4/4), done.
  35. ^C++ cleanupjects: 30% (2939/9795), 996.00 KiB | 621.00 KiB/s
  36. ++ '[' '!' -z /tmp/tmp.IKQcPWcSB7 ']'
  37. ++ rm -rf /tmp/tmp.IKQcPWcSB7
  38. + error_exit 'Cannot clone sources'
  39. + echo 'bash: ERROR - Cannot clone sources'
  40. + exit 1
  41. + cleanup
  42. + '[' '!' -z /tmp/tmp.IKQcPWcSB7 ']'
  43. + rm -rf /tmp/tmp.IKQcPWcSB7
  44. root@u-G:/tmp# clr
  45. No command 'clr' found, did you mean:
  46. Command 'cli' from package 'mono-runtime' (main)
  47. Command 'mlr' from package 'miller' (universe)
  48. Command 'csr' from package 'rheolef' (universe)
  49. Command 'ctr' from package 'containerd' (universe)
  50. Command 'cl' from package 'cl-launch' (universe)
  51. Command 'car' from package 'ucommon-utils' (universe)
  52. Command 'clm' from package 'mcl' (universe)
  53. Command 'ccr' from package 'codecrypt' (universe)
  54. Command 'clp' from package 'coinor-clp' (universe)
  55. Command 'cyr' from package 'console-cyrillic' (universe)
  56. clr: command not found
  57. root@u-G:/tmp# clear
  58. root@u-G:/tmp# curl -o- -L https://github.com/ruslansalikhov/golosbootstrap/releases/download/0.1.5/golosbootstrap.sh | bash >golos.log
  59. % Total % Received % Xferd Average Speed Time Time Time Current
  60. Dload Upload Total Spent Left Speed
  61. 100 593 0 593 0 0 465 0 --:--:-- 0:00:01 --:--:-- 465
  62. 0 10163 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0+ LC_ALL=C
  63. 100 10163 100 10163 0 0 3422 0 0:00:02 0:00:02 --:--:-- 9155
  64. ++ basename bash
  65. + PROGNAME=bash
  66. + GOLOS_REPO=https://github.com/GolosChain/golos
  67. + MODE=build_and_install
  68. + LOG_FILE=/tmp/golosbootstrap.log
  69. + BUILD_OPTIONS=-DCMAKE_BUILD_TYPE=Release
  70. + BUILD_THREADS=1
  71. + BASEDIR=
  72. + trap cleanup EXIT INT TERM QUIT
  73. + '[' '!' -z ']'
  74. + print_info '* Checking System'
  75. ++ tput bold
  76. + bold=''
  77. ++ tput sgr0
  78. + reset=''
  79. + echo '* Checking System'
  80. ++ tr '[:upper:]' '[:lower:]'
  81. ++ cut -d= -f2
  82. ++ grep DISTRIB_ID
  83. ++ cat /etc/lsb-release
  84. + os=ubuntu
  85. + [[ xubuntu != \x\u\b\u\n\t\u ]]
  86. ++ awk '/^Mem:/{print $2}'
  87. ++ free
  88. + phymem=5955648
  89. + phymem=5
  90. + (( phymem < 4 ))
  91. + (( phymem < 16 ))
  92. + print_warn 'You have Physical Memory < 16Gb, will build LOW_MEMORY_NODE'
  93. ++ tput dim
  94. + bold=''
  95. ++ tput sgr0
  96. + reset=''
  97. + echo 'WARN: You have Physical Memory < 16Gb, will build LOW_MEMORY_NODE'
  98. bash: line 45: 4: Bad file descriptor
  99. + BUILD_OPTIONS='-DCMAKE_BUILD_TYPE=Release -DLOW_MEMORY_NODE=ON -DCLEAR_VOTES=ON'
  100. ++ getconf _NPROCESSORS_ONLN
  101. + cpunum=1
  102. + (( cpunum <= 0 ))
  103. + possible_threads=1
  104. + BUILD_THREADS=1
  105. + (( BUILD_THREADS < 1 ))
  106. ++ mktemp -d
  107. + BASEDIR=/tmp/tmp.IyH7mIHp44
  108. + '[' 0 -ne 0 ']'
  109. + pushd /tmp/tmp.IyH7mIHp44
  110. + tar xz
  111. + base64 -d
  112. + print_info ' - Checking Required Packages'
  113. ++ tput bold
  114. + bold=''
  115. ++ tput sgr0
  116. + reset=''
  117. + echo ' - Checking Required Packages'
  118. + pkgs_to_install=
  119. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  120. + pkg_ok=no
  121. + grep 'install ok installed'
  122. + dpkg-query -W '--showformat=${Status}\n' git
  123. + pkg_ok=yes
  124. + print_info ' - - Checking For git: yes'
  125. ++ tput bold
  126. + bold=''
  127. ++ tput sgr0
  128. + reset=''
  129. + echo ' - - Checking For git: yes'
  130. + '[' xno == xyes ']'
  131. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  132. + pkg_ok=no
  133. + grep 'install ok installed'
  134. + dpkg-query -W '--showformat=${Status}\n' cmake
  135. + pkg_ok=yes
  136. + print_info ' - - Checking For cmake: yes'
  137. ++ tput bold
  138. + bold=''
  139. ++ tput sgr0
  140. + reset=''
  141. + echo ' - - Checking For cmake: yes'
  142. + '[' xno == xyes ']'
  143. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  144. + pkg_ok=no
  145. + grep 'install ok installed'
  146. + dpkg-query -W '--showformat=${Status}\n' g++
  147. + pkg_ok=yes
  148. + print_info ' - - Checking For g++: yes'
  149. ++ tput bold
  150. + bold=''
  151. ++ tput sgr0
  152. + reset=''
  153. + echo ' - - Checking For g++: yes'
  154. + '[' xno == xyes ']'
  155. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  156. + pkg_ok=no
  157. + grep 'install ok installed'
  158. + dpkg-query -W '--showformat=${Status}\n' python-dev
  159. + pkg_ok=yes
  160. + print_info ' - - Checking For python-dev: yes'
  161. ++ tput bold
  162. + bold=''
  163. ++ tput sgr0
  164. + reset=''
  165. + echo ' - - Checking For python-dev: yes'
  166. + '[' xno == xyes ']'
  167. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  168. + pkg_ok=no
  169. + grep 'install ok installed'
  170. + dpkg-query -W '--showformat=${Status}\n' autotools-dev
  171. + pkg_ok=yes
  172. + print_info ' - - Checking For autotools-dev: yes'
  173. ++ tput bold
  174. + bold=''
  175. ++ tput sgr0
  176. + reset=''
  177. + echo ' - - Checking For autotools-dev: yes'
  178. + '[' xno == xyes ']'
  179. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  180. + pkg_ok=no
  181. + grep 'install ok installed'
  182. + dpkg-query -W '--showformat=${Status}\n' libicu-dev
  183. + pkg_ok=yes
  184. + print_info ' - - Checking For libicu-dev: yes'
  185. ++ tput bold
  186. + bold=''
  187. ++ tput sgr0
  188. + reset=''
  189. + echo ' - - Checking For libicu-dev: yes'
  190. + '[' xno == xyes ']'
  191. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  192. + pkg_ok=no
  193. + grep 'install ok installed'
  194. + dpkg-query -W '--showformat=${Status}\n' build-essential
  195. + pkg_ok=yes
  196. + print_info ' - - Checking For build-essential: yes'
  197. ++ tput bold
  198. + bold=''
  199. ++ tput sgr0
  200. + reset=''
  201. + echo ' - - Checking For build-essential: yes'
  202. + '[' xno == xyes ']'
  203. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  204. + pkg_ok=no
  205. + grep 'install ok installed'
  206. + dpkg-query -W '--showformat=${Status}\n' libbz2-dev
  207. + pkg_ok=yes
  208. + print_info ' - - Checking For libbz2-dev: yes'
  209. ++ tput bold
  210. + bold=''
  211. ++ tput sgr0
  212. + reset=''
  213. + echo ' - - Checking For libbz2-dev: yes'
  214. + '[' xno == xyes ']'
  215. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  216. + pkg_ok=no
  217. + dpkg-query -W '--showformat=${Status}\n' libboost-all-dev
  218. + grep 'install ok installed'
  219. + pkg_ok=yes
  220. + print_info ' - - Checking For libboost-all-dev: yes'
  221. ++ tput bold
  222. + bold=''
  223. ++ tput sgr0
  224. + reset=''
  225. + echo ' - - Checking For libboost-all-dev: yes'
  226. + '[' xno == xyes ']'
  227. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  228. + pkg_ok=no
  229. + grep 'install ok installed'
  230. + dpkg-query -W '--showformat=${Status}\n' libssl-dev
  231. + pkg_ok=yes
  232. + print_info ' - - Checking For libssl-dev: yes'
  233. ++ tput bold
  234. + bold=''
  235. ++ tput sgr0
  236. + reset=''
  237. + echo ' - - Checking For libssl-dev: yes'
  238. + '[' xno == xyes ']'
  239. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  240. + pkg_ok=no
  241. + grep 'install ok installed'
  242. + dpkg-query -W '--showformat=${Status}\n' libncurses5-dev
  243. + pkg_ok=yes
  244. + print_info ' - - Checking For libncurses5-dev: yes'
  245. ++ tput bold
  246. + bold=''
  247. ++ tput sgr0
  248. + reset=''
  249. + echo ' - - Checking For libncurses5-dev: yes'
  250. + '[' xno == xyes ']'
  251. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  252. + pkg_ok=no
  253. + grep 'install ok installed'
  254. + dpkg-query -W '--showformat=${Status}\n' doxygen
  255. + pkg_ok=yes
  256. + print_info ' - - Checking For doxygen: yes'
  257. ++ tput bold
  258. + bold=''
  259. ++ tput sgr0
  260. + reset=''
  261. + echo ' - - Checking For doxygen: yes'
  262. + '[' xno == xyes ']'
  263. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  264. + pkg_ok=no
  265. + grep 'install ok installed'
  266. + dpkg-query -W '--showformat=${Status}\n' libreadline-dev
  267. + pkg_ok=yes
  268. + print_info ' - - Checking For libreadline-dev: yes'
  269. ++ tput bold
  270. + bold=''
  271. ++ tput sgr0
  272. + reset=''
  273. + echo ' - - Checking For libreadline-dev: yes'
  274. + '[' xno == xyes ']'
  275. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  276. + pkg_ok=no
  277. + grep 'install ok installed'
  278. + dpkg-query -W '--showformat=${Status}\n' dh-autoreconf
  279. + pkg_ok=yes
  280. + print_info ' - - Checking For dh-autoreconf: yes'
  281. ++ tput bold
  282. + bold=''
  283. ++ tput sgr0
  284. + reset=''
  285. + echo ' - - Checking For dh-autoreconf: yes'
  286. + '[' xno == xyes ']'
  287. + for pkg in git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf build-essential
  288. + pkg_ok=no
  289. + grep 'install ok installed'
  290. + dpkg-query -W '--showformat=${Status}\n' build-essential
  291. + pkg_ok=yes
  292. + print_info ' - - Checking For build-essential: yes'
  293. ++ tput bold
  294. + bold=''
  295. ++ tput sgr0
  296. + reset=''
  297. + echo ' - - Checking For build-essential: yes'
  298. + '[' xno == xyes ']'
  299. + '[' x '!=' x ']'
  300. + print_info '* Building Golos'
  301. ++ tput bold
  302. + bold=''
  303. ++ tput sgr0
  304. + reset=''
  305. + echo '* Building Golos'
  306. + DEB_PATH=/tmp/tmp.IyH7mIHp44/package/golos
  307. + GOLOS_PATH=/tmp/tmp.IyH7mIHp44/package/golos/opt/golos
  308. + mkdir -p /tmp/tmp.IyH7mIHp44/package/golos
  309. + mkdir -p /tmp/tmp.IyH7mIHp44/package/golos/opt/golos
  310. + print_info ' - Downloading Source Code'
  311. ++ tput bold
  312. + bold=''
  313. ++ tput sgr0
  314. + reset=''
  315. + echo ' - Downloading Source Code'
  316. + git clone https://github.com/GolosChain/golos
  317. Cloning into 'golos'...
  318. remote: Counting objects: 9795, done.
  319. remote: Compressing objects: 100% (4/4), done.
  320. remote: Total 9795 (delta 0), reused 0 (delta 0), pack-reused 9791
  321. Receiving objects: 100% (9795/9795), 6.30 MiB | 456.00 KiB/s, done.
  322. Resolving deltas: 100% (6733/6733), done.
  323. Checking connectivity... done.
  324. + cd golos
  325. + git checkout master
  326. Already on 'master'
  327. + git submodule update --init --recursive
  328. Submodule 'libraries/fc' (https://github.com/steemit/fc.git) registered for path 'libraries/fc'
  329. Cloning into '/tmp/tmp.IyH7mIHp44/golos/libraries/fc'...
  330. Submodule 'vendor/diff-match-patch-cpp-stl' (https://github.com/leutloff/diff-match-patch-cpp-stl) registered for path 'libraries/fc/vendor/diff-match-patch-cpp-stl'
  331. Submodule 'vendor/secp256k1-zkp' (https://github.com/cryptonomex/secp256k1-zkp.git) registered for path 'libraries/fc/vendor/secp256k1-zkp'
  332. Submodule 'vendor/websocketpp' (https://github.com/zaphoyd/websocketpp.git) registered for path 'libraries/fc/vendor/websocketpp'
  333. Cloning into '/tmp/tmp.IyH7mIHp44/golos/libraries/fc/vendor/diff-match-patch-cpp-stl'...
  334. Cloning into '/tmp/tmp.IyH7mIHp44/golos/libraries/fc/vendor/secp256k1-zkp'...
  335. Cloning into '/tmp/tmp.IyH7mIHp44/golos/libraries/fc/vendor/websocketpp'...
  336. + print_info ' - Compiling'
  337. ++ tput bold
  338. + bold=''
  339. ++ tput sgr0
  340. + reset=''
  341. + echo ' - Compiling'
  342. + cmake -DCMAKE_BUILD_TYPE=Release -DLOW_MEMORY_NODE=ON -DCLEAR_VOTES=ON .
  343. ** websocketpp
  344.  
  345. =========== Used Build Configuration =============
  346.  
  347.  
  348.  
  349.  
  350.  
  351. + make -j1
  352. configure.ac:10: installing 'build-aux/compile'
  353. configure.ac:5: installing 'build-aux/config.guess'
  354. configure.ac:5: installing 'build-aux/config.sub'
  355. configure.ac:9: installing 'build-aux/install-sh'
  356. configure.ac:9: installing 'build-aux/missing'
  357. Makefile.am: installing 'build-aux/depcomp'
  358. parallel-tests: installing 'build-aux/test-driver'
  359. /tmp/tmp.IyH7mIHp44/golos/libraries/fc/vendor/secp256k1-zkp/configure: line 12077: PKG_PROG_PKG_CONFIG: command not found
  360. /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement