Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.38 KB | None | 0 0
  1. root@u-G:/tmp# sudo curl -o- -L https://github.com/ruslansalikhov/golosbootstrap/releases/download/0.1.5/golosbootstrap.sh | bash
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 100 593 0 593 0 0 118 0 --:--:-- 0:00:05 --:--:-- 118
  5. 0 10163 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0+ LC_ALL=C
  6. 100 10163 100 10163 0 0 1242 0 0:00:08 0:00:08 --:--:-- 3211
  7. ++ basename bash
  8. + PROGNAME=bash
  9. + GOLOS_REPO=https://github.com/GolosChain/golos
  10. + MODE=build_and_install
  11. + LOG_FILE=/tmp/golosbootstrap.log
  12. + BUILD_OPTIONS=-DCMAKE_BUILD_TYPE=Release
  13. + BUILD_THREADS=1
  14. + BASEDIR=
  15. + trap cleanup EXIT INT TERM QUIT
  16. + '[' '!' -z ']'
  17. + print_info '* Checking System'
  18. ++ tput bold
  19. + bold=''
  20. ++ tput sgr0
  21. + reset=''
  22. + echo '* Checking System'
  23. * Checking System
  24. ++ tr '[:upper:]' '[:lower:]'
  25. ++ cut -d= -f2
  26. ++ grep DISTRIB_ID
  27. ++ cat /etc/lsb-release
  28. + os=ubuntu
  29. + [[ xubuntu != \x\u\b\u\n\t\u ]]
  30. ++ awk '/^Mem:/{print $2}'
  31. ++ free
  32. + phymem=5955552
  33. + phymem=5
  34. + (( phymem < 4 ))
  35. + (( phymem < 16 ))
  36. + print_warn 'You have Physical Memory < 16Gb, will build LOW_MEMORY_NODE'
  37. ++ tput dim
  38. + bold=''
  39. ++ tput sgr0
  40. + reset=''
  41. + echo 'WARN: You have Physical Memory < 16Gb, will build LOW_MEMORY_NODE'
  42. bash: line 45: 4: Bad file descriptor
  43. + BUILD_OPTIONS='-DCMAKE_BUILD_TYPE=Release -DLOW_MEMORY_NODE=ON -DCLEAR_VOTES=ON'
  44. ++ getconf _NPROCESSORS_ONLN
  45. + cpunum=1
  46. + (( cpunum <= 0 ))
  47. + possible_threads=1
  48. + BUILD_THREADS=1
  49. + (( BUILD_THREADS < 1 ))
  50. ++ mktemp -d
  51. + BASEDIR=/tmp/tmp.FvKthYo2FW
  52. + '[' 0 -ne 0 ']'
  53. + pushd /tmp/tmp.FvKthYo2FW
  54. + tar xz
  55. + base64 -d
  56. + print_info ' - Checking Required Packages'
  57. ++ tput bold
  58. + bold=''
  59. ++ tput sgr0
  60. + reset=''
  61. + echo ' - Checking Required Packages'
  62. - Checking Required Packages
  63. + pkgs_to_install=
  64. + 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
  65. + pkg_ok=no
  66. + grep 'install ok installed'
  67. + dpkg-query -W '--showformat=${Status}\n' git
  68. + pkg_ok=yes
  69. + print_info ' - - Checking For git: yes'
  70. ++ tput bold
  71. + bold=''
  72. ++ tput sgr0
  73. + reset=''
  74. + echo ' - - Checking For git: yes'
  75. - - Checking For git: yes
  76. + '[' xno == xyes ']'
  77. + 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
  78. + pkg_ok=no
  79. + grep 'install ok installed'
  80. + dpkg-query -W '--showformat=${Status}\n' cmake
  81. + pkg_ok=yes
  82. + print_info ' - - Checking For cmake: yes'
  83. ++ tput bold
  84. + bold=''
  85. ++ tput sgr0
  86. + reset=''
  87. + echo ' - - Checking For cmake: yes'
  88. - - Checking For cmake: yes
  89. + '[' xno == xyes ']'
  90. + 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
  91. + pkg_ok=no
  92. + grep 'install ok installed'
  93. + dpkg-query -W '--showformat=${Status}\n' g++
  94. + pkg_ok=yes
  95. + print_info ' - - Checking For g++: yes'
  96. ++ tput bold
  97. + bold=''
  98. ++ tput sgr0
  99. + reset=''
  100. + echo ' - - Checking For g++: yes'
  101. - - Checking For g++: yes
  102. + '[' xno == xyes ']'
  103. + 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
  104. + pkg_ok=no
  105. + grep 'install ok installed'
  106. + dpkg-query -W '--showformat=${Status}\n' python-dev
  107. + pkg_ok=yes
  108. + print_info ' - - Checking For python-dev: yes'
  109. ++ tput bold
  110. + bold=''
  111. ++ tput sgr0
  112. + reset=''
  113. + echo ' - - Checking For python-dev: yes'
  114. - - Checking For python-dev: yes
  115. + '[' xno == xyes ']'
  116. + 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
  117. + pkg_ok=no
  118. + grep 'install ok installed'
  119. + dpkg-query -W '--showformat=${Status}\n' autotools-dev
  120. + pkg_ok=yes
  121. + print_info ' - - Checking For autotools-dev: yes'
  122. ++ tput bold
  123. + bold=''
  124. ++ tput sgr0
  125. + reset=''
  126. + echo ' - - Checking For autotools-dev: yes'
  127. - - Checking For autotools-dev: yes
  128. + '[' xno == xyes ']'
  129. + 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
  130. + pkg_ok=no
  131. + grep 'install ok installed'
  132. + dpkg-query -W '--showformat=${Status}\n' libicu-dev
  133. + pkg_ok=yes
  134. + print_info ' - - Checking For libicu-dev: yes'
  135. ++ tput bold
  136. + bold=''
  137. ++ tput sgr0
  138. + reset=''
  139. + echo ' - - Checking For libicu-dev: yes'
  140. - - Checking For libicu-dev: yes
  141. + '[' xno == xyes ']'
  142. + 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
  143. + pkg_ok=no
  144. + grep 'install ok installed'
  145. + dpkg-query -W '--showformat=${Status}\n' build-essential
  146. + pkg_ok=yes
  147. + print_info ' - - Checking For build-essential: yes'
  148. ++ tput bold
  149. + bold=''
  150. ++ tput sgr0
  151. + reset=''
  152. + echo ' - - Checking For build-essential: yes'
  153. - - Checking For build-essential: 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' libbz2-dev
  159. + pkg_ok=yes
  160. + print_info ' - - Checking For libbz2-dev: yes'
  161. ++ tput bold
  162. + bold=''
  163. ++ tput sgr0
  164. + reset=''
  165. + echo ' - - Checking For libbz2-dev: yes'
  166. - - Checking For libbz2-dev: yes
  167. + '[' xno == xyes ']'
  168. + 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
  169. + pkg_ok=no
  170. + grep 'install ok installed'
  171. + dpkg-query -W '--showformat=${Status}\n' libboost-all-dev
  172. + pkg_ok=yes
  173. + print_info ' - - Checking For libboost-all-dev: yes'
  174. ++ tput bold
  175. + bold=''
  176. ++ tput sgr0
  177. + reset=''
  178. + echo ' - - Checking For libboost-all-dev: yes'
  179. - - Checking For libboost-all-dev: yes
  180. + '[' xno == xyes ']'
  181. + 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
  182. + pkg_ok=no
  183. + grep 'install ok installed'
  184. + dpkg-query -W '--showformat=${Status}\n' libssl-dev
  185. + pkg_ok=yes
  186. + print_info ' - - Checking For libssl-dev: yes'
  187. ++ tput bold
  188. + bold=''
  189. ++ tput sgr0
  190. + reset=''
  191. + echo ' - - Checking For libssl-dev: yes'
  192. - - Checking For libssl-dev: yes
  193. + '[' xno == xyes ']'
  194. + 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
  195. + pkg_ok=no
  196. + grep 'install ok installed'
  197. + dpkg-query -W '--showformat=${Status}\n' libncurses5-dev
  198. + pkg_ok=yes
  199. + print_info ' - - Checking For libncurses5-dev: yes'
  200. ++ tput bold
  201. + bold=''
  202. ++ tput sgr0
  203. + reset=''
  204. + echo ' - - Checking For libncurses5-dev: yes'
  205. - - Checking For libncurses5-dev: yes
  206. + '[' xno == xyes ']'
  207. + 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
  208. + pkg_ok=no
  209. + grep 'install ok installed'
  210. + dpkg-query -W '--showformat=${Status}\n' doxygen
  211. + pkg_ok=yes
  212. + print_info ' - - Checking For doxygen: yes'
  213. ++ tput bold
  214. + bold=''
  215. ++ tput sgr0
  216. + reset=''
  217. + echo ' - - Checking For doxygen: yes'
  218. - - Checking For doxygen: yes
  219. + '[' xno == xyes ']'
  220. + 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
  221. + pkg_ok=no
  222. + grep 'install ok installed'
  223. + dpkg-query -W '--showformat=${Status}\n' libreadline-dev
  224. + pkg_ok=yes
  225. + print_info ' - - Checking For libreadline-dev: yes'
  226. ++ tput bold
  227. + bold=''
  228. ++ tput sgr0
  229. + reset=''
  230. + echo ' - - Checking For libreadline-dev: yes'
  231. - - Checking For libreadline-dev: yes
  232. + '[' xno == xyes ']'
  233. + 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
  234. + pkg_ok=no
  235. + grep 'install ok installed'
  236. + dpkg-query -W '--showformat=${Status}\n' dh-autoreconf
  237. + pkg_ok=yes
  238. + print_info ' - - Checking For dh-autoreconf: yes'
  239. ++ tput bold
  240. + bold=''
  241. ++ tput sgr0
  242. + reset=''
  243. + echo ' - - Checking For dh-autoreconf: yes'
  244. - - Checking For dh-autoreconf: yes
  245. + '[' xno == xyes ']'
  246. + 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
  247. + pkg_ok=no
  248. + grep 'install ok installed'
  249. + dpkg-query -W '--showformat=${Status}\n' build-essential
  250. + pkg_ok=yes
  251. + print_info ' - - Checking For build-essential: yes'
  252. ++ tput bold
  253. + bold=''
  254. ++ tput sgr0
  255. + reset=''
  256. + echo ' - - Checking For build-essential: yes'
  257. - - Checking For build-essential: yes
  258. + '[' xno == xyes ']'
  259. + '[' x '!=' x ']'
  260. + print_info '* Building Golos'
  261. ++ tput bold
  262. + bold=''
  263. ++ tput sgr0
  264. + reset=''
  265. + echo '* Building Golos'
  266. * Building Golos
  267. + DEB_PATH=/tmp/tmp.FvKthYo2FW/package/golos
  268. + GOLOS_PATH=/tmp/tmp.FvKthYo2FW/package/golos/opt/golos
  269. + mkdir -p /tmp/tmp.FvKthYo2FW/package/golos
  270. + mkdir -p /tmp/tmp.FvKthYo2FW/package/golos/opt/golos
  271. + print_info ' - Downloading Source Code'
  272. ++ tput bold
  273. + bold=''
  274. ++ tput sgr0
  275. + reset=''
  276. + echo ' - Downloading Source Code'
  277. - Downloading Source Code
  278. + git clone https://github.com/GolosChain/golos
  279. Cloning into 'golos'...
  280. remote: Counting objects: 9754, done.
  281. remote: Total 9754 (delta 0), reused 0 (delta 0), pack-reused 9754
  282. Receiving objects: 100% (9754/9754), 6.28 MiB | 389.00 KiB/s, done.
  283. Resolving deltas: 100% (6713/6713), done.
  284. Checking connectivity... done.
  285. + cd golos
  286. + git checkout master
  287. Already on 'master'
  288. Your branch is up-to-date with 'origin/master'.
  289. + git submodule update --init --recursive
  290. Submodule 'libraries/fc' (https://github.com/steemit/fc.git) registered for path 'libraries/fc'
  291. Cloning into '/tmp/tmp.FvKthYo2FW/golos/libraries/fc'...
  292. Submodule path 'libraries/fc': checked out '19d41b860676959e2014dd34700209df49eb62c4'
  293. 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'
  294. Submodule 'vendor/secp256k1-zkp' (https://github.com/cryptonomex/secp256k1-zkp.git) registered for path 'libraries/fc/vendor/secp256k1-zkp'
  295. Submodule 'vendor/websocketpp' (https://github.com/zaphoyd/websocketpp.git) registered for path 'libraries/fc/vendor/websocketpp'
  296. Cloning into '/tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/diff-match-patch-cpp-stl'...
  297. Cloning into '/tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/secp256k1-zkp'...
  298. Cloning into '/tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/websocketpp'...
  299. Submodule path 'libraries/fc/vendor/diff-match-patch-cpp-stl': checked out 'aee799a31d08977b166fb19cad794730717e3304'
  300. Submodule path 'libraries/fc/vendor/secp256k1-zkp': checked out 'bd067945ead3b514fba884abd0de95fc4b5db9ae'
  301. Submodule path 'libraries/fc/vendor/websocketpp': checked out '378437aecdcb1dfe62096ffd5d944bf1f640ccc3'
  302. + print_info ' - Compiling'
  303. ++ tput bold
  304. + bold=''
  305. ++ tput sgr0
  306. + reset=''
  307. + echo ' - Compiling'
  308. - Compiling
  309. + cmake -DCMAKE_BUILD_TYPE=Release -DLOW_MEMORY_NODE=ON -DCLEAR_VOTES=ON .
  310. -- The C compiler identification is GNU 6.2.0
  311. -- The CXX compiler identification is GNU 6.2.0
  312. -- Check for working C compiler: /usr/bin/cc
  313. -- Check for working C compiler: /usr/bin/cc -- works
  314. -- Detecting C compiler ABI info
  315. -- Detecting C compiler ABI info - done
  316. -- Detecting C compile features
  317. -- Detecting C compile features - done
  318. -- Check for working CXX compiler: /usr/bin/c++
  319. -- Check for working CXX compiler: /usr/bin/c++ -- works
  320. -- Detecting CXX compiler ABI info
  321. -- Detecting CXX compiler ABI info - done
  322. -- Detecting CXX compile features
  323. -- Detecting CXX compile features - done
  324. -- BUILD_GOLOS_TESTNET: OFF
  325. -- LOW_MEMORY_NODE: ON
  326. --
  327. -- CONFIGURING FOR LOW MEMORY NODE
  328. --
  329. -- CONFIGURING TO CLEAR OLD VOTES FROM MEMORY
  330. -- Using custom FindBoost.cmake
  331. -- Boost version: 1.61.0
  332. -- Found the following Boost libraries:
  333. -- thread
  334. -- date_time
  335. -- system
  336. -- filesystem
  337. -- program_options
  338. -- signals
  339. -- serialization
  340. -- chrono
  341. -- unit_test_framework
  342. -- context
  343. -- locale
  344. -- Using custom FindBoost.cmake
  345. -- Boost version: 1.61.0
  346. -- Found the following Boost libraries:
  347. -- coroutine
  348. -- Configuring Golos on Linux
  349. -- Configuring project fc located in: /tmp/tmp.FvKthYo2FW/golos/libraries/fc
  350. -- Configuring fc to build on Unix/Apple
  351. -- Using custom FindBoost.cmake
  352. -- Boost version: 1.61.0
  353. -- Found the following Boost libraries:
  354. -- thread
  355. -- date_time
  356. -- system
  357. -- filesystem
  358. -- program_options
  359. -- signals
  360. -- serialization
  361. -- chrono
  362. -- unit_test_framework
  363. -- context
  364. -- locale
  365. -- iostreams
  366. -- coroutine
  367. -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a (found version "1.0.2g")
  368. ** websocketpp
  369.  
  370. =========== Used Build Configuration =============
  371.  
  372. -- ENABLE_CPP11 = ON
  373. -- BUILD_EXAMPLES = OFF
  374. -- BUILD_TESTS = OFF
  375.  
  376. -- WEBSOCKETPP_ROOT = /tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/websocketpp
  377. -- WEBSOCKETPP_BIN = /tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/websocketpp/bin
  378. -- WEBSOCKETPP_LIB = /tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/websocketpp/lib
  379. -- Install prefix = /usr/local
  380.  
  381. -- WEBSOCKETPP_BOOST_LIBS =
  382. -- WEBSOCKETPP_PLATFORM_LIBS =
  383. -- WEBSOCKETPP_PLATFORM_TLS_LIBS =
  384.  
  385. -- OPENSSL_FOUND = TRUE
  386. -- OPENSSL_INCLUDE_DIR = /usr/include
  387. -- OPENSSL_LIBRARIES = /usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a
  388. -- OPENSSL_VERSION = 1.0.2g
  389.  
  390. -- Found Curses: /usr/lib/x86_64-linux-gnu/libcurses.so
  391. -- Found Readline: /usr/include
  392. -- Finished fc module configuration...
  393. -- Found Perl: /usr/bin/perl (found version "5.22.2")
  394. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
  395. --
  396.  
  397. CONFIGURED FOR GOLOS NETWORK
  398.  
  399.  
  400. --
  401.  
  402. CONFIGURED FOR LOW MEMORY NODE
  403.  
  404.  
  405. -- Configuring done
  406. -- Generating done
  407. -- Build files have been written to: /tmp/tmp.FvKthYo2FW/golos
  408. + make -j1
  409. Scanning dependencies of target udt
  410. [ 0%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/api.cpp.o
  411. [ 1%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/buffer.cpp.o
  412. [ 1%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/cache.cpp.o
  413. [ 1%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/ccc.cpp.o
  414. [ 2%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/channel.cpp.o
  415. [ 2%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/common.cpp.o
  416. [ 3%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/core.cpp.o
  417. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/udt4/src/core.cpp: In member function ‘int CUDT::listen(sockaddr*, CPacket&)’:
  418. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/udt4/src/core.cpp:2473:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  419. hs.m_iCookie = *(int*)cookie;
  420. ^~~~~~
  421. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/udt4/src/core.cpp:2482:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  422. if (hs.m_iCookie != *(int*)cookie)
  423. ^~~~~~
  424. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/udt4/src/core.cpp:2488:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  425. if (hs.m_iCookie != *(int*)cookie)
  426. ^~~~~~
  427. [ 3%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/epoll.cpp.o
  428. [ 3%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/list.cpp.o
  429. [ 4%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/md5.cpp.o
  430. [ 4%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/packet.cpp.o
  431. [ 4%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/queue.cpp.o
  432. [ 5%] Building CXX object libraries/fc/vendor/udt4/CMakeFiles/udt.dir/src/window.cpp.o
  433. [ 5%] Linking CXX static library libudt.a
  434. [ 5%] Built target udt
  435. Scanning dependencies of target project_secp256k1
  436. [ 5%] Performing autogen step for 'project_secp256k1'
  437. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  438. libtoolize: copying file 'build-aux/ltmain.sh'
  439. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
  440. libtoolize: copying file 'build-aux/m4/libtool.m4'
  441. libtoolize: copying file 'build-aux/m4/ltoptions.m4'
  442. libtoolize: copying file 'build-aux/m4/ltsugar.m4'
  443. libtoolize: copying file 'build-aux/m4/ltversion.m4'
  444. libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
  445. configure.ac:10: installing 'build-aux/compile'
  446. configure.ac:5: installing 'build-aux/config.guess'
  447. configure.ac:5: installing 'build-aux/config.sub'
  448. configure.ac:9: installing 'build-aux/install-sh'
  449. configure.ac:9: installing 'build-aux/missing'
  450. Makefile.am: installing 'build-aux/depcomp'
  451. parallel-tests: installing 'build-aux/test-driver'
  452. [ 5%] Creating directories for 'project_secp256k1'
  453. [ 5%] No download step for 'project_secp256k1'
  454. [ 6%] No update step for 'project_secp256k1'
  455. [ 6%] No patch step for 'project_secp256k1'
  456. [ 7%] Performing configure step for 'project_secp256k1'
  457. checking build system type... x86_64-pc-linux-gnu
  458. checking host system type... x86_64-pc-linux-gnu
  459. checking for a BSD-compatible install... /usr/bin/install -c
  460. checking whether build environment is sane... yes
  461. checking for a thread-safe mkdir -p... /bin/mkdir -p
  462. checking for gawk... gawk
  463. checking whether make sets $(MAKE)... yes
  464. checking whether make supports nested variables... yes
  465. checking how to print strings... printf
  466. checking for style of include used by make... GNU
  467. checking for gcc... gcc
  468. checking whether the C compiler works... yes
  469. checking for C compiler default output file name... a.out
  470. checking for suffix of executables...
  471. checking whether we are cross compiling... no
  472. checking for suffix of object files... o
  473. checking whether we are using the GNU C compiler... yes
  474. checking whether gcc accepts -g... yes
  475. checking for gcc option to accept ISO C89... none needed
  476. checking whether gcc understands -c and -o together... yes
  477. checking dependency style of gcc... gcc3
  478. checking for a sed that does not truncate output... /bin/sed
  479. checking for grep that handles long lines and -e... /bin/grep
  480. checking for egrep... /bin/grep -E
  481. checking for fgrep... /bin/grep -F
  482. checking for ld used by gcc... /usr/bin/ld
  483. checking if the linker (/usr/bin/ld) is GNU ld... yes
  484. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  485. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  486. checking whether ln -s works... yes
  487. checking the maximum length of command line arguments... 1572864
  488. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  489. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  490. checking for /usr/bin/ld option to reload object files... -r
  491. checking for objdump... objdump
  492. checking how to recognize dependent libraries... pass_all
  493. checking for dlltool... no
  494. checking how to associate runtime and link libraries... printf %s\n
  495. checking for ar... ar
  496. checking for archiver @FILE support... @
  497. checking for strip... strip
  498. checking for ranlib... ranlib
  499. checking command to parse /usr/bin/nm -B output from gcc object... ok
  500. checking for sysroot... no
  501. checking for a working dd... /bin/dd
  502. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  503. checking for mt... mt
  504. checking if mt is a manifest tool... no
  505. checking how to run the C preprocessor... gcc -E
  506. checking for ANSI C header files... yes
  507. checking for sys/types.h... yes
  508. checking for sys/stat.h... yes
  509. checking for stdlib.h... yes
  510. checking for string.h... yes
  511. checking for memory.h... yes
  512. checking for strings.h... yes
  513. checking for inttypes.h... yes
  514. checking for stdint.h... yes
  515. checking for unistd.h... yes
  516. checking for dlfcn.h... yes
  517. checking for objdir... .libs
  518. checking if gcc supports -fno-rtti -fno-exceptions... no
  519. checking for gcc option to produce PIC... -fPIC -DPIC
  520. checking if gcc PIC flag -fPIC -DPIC works... yes
  521. checking if gcc static flag -static works... yes
  522. checking if gcc supports -c -o file.o... yes
  523. checking if gcc supports -c -o file.o... (cached) yes
  524. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  525. checking whether -lc should be explicitly linked in... no
  526. checking dynamic linker characteristics... GNU/Linux ld.so
  527. checking how to hardcode library paths into programs... immediate
  528. checking whether stripping libraries is possible... yes
  529. checking if libtool supports shared libraries... yes
  530. checking whether to build shared libraries... yes
  531. checking whether to build static libraries... yes
  532. checking whether make supports nested variables... (cached) yes
  533. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/vendor/secp256k1-zkp/configure: line 12077: PKG_PROG_PKG_CONFIG: command not found
  534. checking for ar... /usr/bin/ar
  535. checking for ranlib... /usr/bin/ranlib
  536. checking for strip... /usr/bin/strip
  537. checking for gcc option to accept ISO C89... (cached) none needed
  538. checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
  539. checking for __int128... yes
  540. checking for __builtin_expect... yes
  541. checking for __builtin_clzll... yes
  542. checking for x86_64 assembly availability... yes
  543. checking whether byte ordering is bigendian... no
  544. configure: Using assembly optimizations: x86_64
  545. configure: Using field implementation: 64bit
  546. configure: Using bignum implementation: no
  547. configure: Using scalar implementation: 64bit
  548. configure: Using endomorphism optimizations: no
  549. checking that generated files are newer than configure... done
  550. configure: creating ./config.status
  551. config.status: creating Makefile
  552. config.status: creating libsecp256k1.pc
  553. config.status: creating src/libsecp256k1-config.h
  554. config.status: executing depfiles commands
  555. config.status: executing libtool commands
  556. [ 7%] Performing build step for 'project_secp256k1'
  557. CC src/libsecp256k1_la-secp256k1.lo
  558. CCLD libsecp256k1.la
  559. /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  560. CC src/tests-tests.o
  561. CCLD tests
  562. [ 8%] Performing install step for 'project_secp256k1'
  563. [ 8%] Completed 'project_secp256k1'
  564. [ 8%] Built target project_secp256k1
  565. Scanning dependencies of target fc
  566. [ 9%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/uint128.cpp.o
  567. [ 9%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/real128.cpp.o
  568. [ 10%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/variant.cpp.o
  569. [ 10%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/exception.cpp.o
  570. [ 10%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/variant_object.cpp.o
  571. [ 11%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/thread.cpp.o
  572. In file included from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:5:0,
  573. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread.cpp:5:
  574. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/context.hpp:215:9: error: ‘fcontext_t’ in namespace ‘bc’ does not name a type
  575. bc::fcontext_t my_context;
  576. ^~~~~~~~~~
  577. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/context.hpp: In constructor ‘fc::context::context(void (*)(intptr_t), stack_allocator&, fc::thread*)’:
  578. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/context.hpp:69:6: error: ‘my_context’ was not declared in this scope
  579. my_context = bc::make_fcontext( stack_ctx.sp, stack_ctx.size, sf);
  580. ^~~~~~~~~~
  581. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/context.hpp:69:19: error: ‘make_fcontext’ is not a member of ‘bc’
  582. my_context = bc::make_fcontext( stack_ctx.sp, stack_ctx.size, sf);
  583. ^~
  584. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/context.hpp:69:19: note: suggested alternative:
  585. In file included from /usr/include/boost/context/detail/exception.hpp:12:0,
  586. from /usr/include/boost/context/execution_context_v2.hpp:28,
  587. from /usr/include/boost/context/execution_context.hpp:13,
  588. from /usr/include/boost/context/all.hpp:7,
  589. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/context.hpp:3,
  590. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:5,
  591. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread.cpp:5:
  592. /usr/include/boost/context/detail/fcontext.hpp:33:35: note: ‘boost::context::detail::make_fcontext’
  593. fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( transfer_t) );
  594. ^~~~~~~~~~~~~
  595. In file included from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:5:0,
  596. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread.cpp:5:
  597. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/context.hpp: In constructor ‘fc::context::context(fc::thread*)’:
  598. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/context.hpp:88:6: error: class ‘fc::context’ does not have any field named ‘my_context’
  599. my_context(nullptr),
  600. ^~~~~~~~~~
  601. In file included from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread.cpp:5:0:
  602. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp: In member function ‘bool fc::thread_d::start_next_fiber(bool)’:
  603. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:401:17: error: ‘jump_fcontext’ is not a member of ‘bc’
  604. bc::jump_fcontext( &prev->my_context, next->my_context, 0 );
  605. ^~
  606. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:401:17: note: suggested alternative:
  607. In file included from /usr/include/boost/context/detail/exception.hpp:12:0,
  608. from /usr/include/boost/context/execution_context_v2.hpp:28,
  609. from /usr/include/boost/context/execution_context.hpp:13,
  610. from /usr/include/boost/context/all.hpp:7,
  611. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/context.hpp:3,
  612. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:5,
  613. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread.cpp:5:
  614. /usr/include/boost/context/detail/fcontext.hpp:31:35: note: ‘boost::context::detail::jump_fcontext’
  615. transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
  616. ^~~~~~~~~~~~~
  617. In file included from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread.cpp:5:0:
  618. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:401:43: error: ‘struct fc::context’ has no member named ‘my_context’; did you mean ‘context’?
  619. bc::jump_fcontext( &prev->my_context, next->my_context, 0 );
  620. ^~~~~~~~~~
  621. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:401:61: error: ‘struct fc::context’ has no member named ‘my_context’; did you mean ‘context’?
  622. bc::jump_fcontext( &prev->my_context, next->my_context, 0 );
  623. ^~~~~~~~~~
  624. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:443:17: error: ‘jump_fcontext’ is not a member of ‘bc’
  625. bc::jump_fcontext( &prev->my_context, next->my_context, (intptr_t)this );
  626. ^~
  627. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:443:17: note: suggested alternative:
  628. In file included from /usr/include/boost/context/detail/exception.hpp:12:0,
  629. from /usr/include/boost/context/execution_context_v2.hpp:28,
  630. from /usr/include/boost/context/execution_context.hpp:13,
  631. from /usr/include/boost/context/all.hpp:7,
  632. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/context.hpp:3,
  633. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:5,
  634. from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread.cpp:5:
  635. /usr/include/boost/context/detail/fcontext.hpp:31:35: note: ‘boost::context::detail::jump_fcontext’
  636. transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
  637. ^~~~~~~~~~~~~
  638. In file included from /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread.cpp:5:0:
  639. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:443:43: error: ‘struct fc::context’ has no member named ‘my_context’; did you mean ‘context’?
  640. bc::jump_fcontext( &prev->my_context, next->my_context, (intptr_t)this );
  641. ^~~~~~~~~~
  642. /tmp/tmp.FvKthYo2FW/golos/libraries/fc/src/thread/thread_d.hpp:443:61: error: ‘struct fc::context’ has no member named ‘my_context’; did you mean ‘context’?
  643. bc::jump_fcontext( &prev->my_context, next->my_context, (intptr_t)this );
  644. ^~~~~~~~~~
  645. libraries/fc/CMakeFiles/fc.dir/build.make:182: recipe for target 'libraries/fc/CMakeFiles/fc.dir/src/thread/thread.cpp.o' failed
  646. make[2]: *** [libraries/fc/CMakeFiles/fc.dir/src/thread/thread.cpp.o] Error 1
  647. CMakeFiles/Makefile2:380: recipe for target 'libraries/fc/CMakeFiles/fc.dir/all' failed
  648. make[1]: *** [libraries/fc/CMakeFiles/fc.dir/all] Error 2
  649. Makefile:127: recipe for target 'all' failed
  650. make: *** [all] Error 2
  651. + error_exit 'Cannot compile project'
  652. + echo 'bash: ERROR - Cannot compile project'
  653. bash: ERROR - Cannot compile project
  654. + exit 1
  655. + cleanup
  656. + '[' '!' -z /tmp/tmp.FvKthYo2FW ']'
  657. + rm -rf /tmp/tmp.FvKthYo2FW
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement