Guest User

Dirty Compilation of a BitCoin

a guest
Apr 26th, 2018
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 52.71 KB | None | 0 0
  1.  cd . && /bin/bash /home/mroman/bitcoin-abc-master/build-aux/missing automake-1.15 --foreign
  2. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/build-aux/missing autoconf
  3. /bin/bash ./config.status --recheck
  4. running CONFIG_SHELL=/bin/bash /bin/bash ./configure --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni PYTHONPATH= --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni --no-create --no-recursion
  5. checking build system type... x86_64-pc-linux-gnu
  6. checking host system type... x86_64-pc-linux-gnu
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... /bin/mkdir -p
  10. checking for gawk... gawk
  11. checking whether make sets $(MAKE)... yes
  12. checking whether make supports nested variables... yes
  13. checking whether to enable maintainer-specific portions of Makefiles... yes
  14. checking whether make supports nested variables... (cached) yes
  15. checking for g++... g++
  16. checking whether the C++ compiler works... yes
  17. checking for C++ compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C++ compiler... yes
  22. checking whether g++ accepts -g... yes
  23. checking for style of include used by make... GNU
  24. checking dependency style of g++... gcc3
  25. checking whether g++ supports C++11 features with -std=c++11... yes
  26. checking whether std::atomic can be used without link library... yes
  27. checking whether we are using the GNU Objective C++ compiler... no
  28. checking whether g++ -std=c++11 accepts -g... no
  29. checking dependency style of g++ -std=c++11... gcc3
  30. checking how to print strings... printf
  31. checking for gcc... gcc
  32. checking whether we are using the GNU C compiler... yes
  33. checking whether gcc accepts -g... yes
  34. checking for gcc option to accept ISO C89... none needed
  35. checking whether gcc understands -c and -o together... yes
  36. checking dependency style of gcc... gcc3
  37. checking for a sed that does not truncate output... /bin/sed
  38. checking for grep that handles long lines and -e... /bin/grep
  39. checking for egrep... /bin/grep -E
  40. checking for fgrep... /bin/grep -F
  41. checking for ld used by gcc... /usr/bin/ld
  42. checking if the linker (/usr/bin/ld) is GNU ld... yes
  43. checking for BSD- or MS-compatible name lister (nm)... /usr/binm -B
  44. checking the name lister (/usr/binm -B) interface... BSD nm
  45. checking whether ln -s works... yes
  46. checking the maximum length of command line arguments... 1572864
  47. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  48. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  49. checking for /usr/bin/ld option to reload object files... -r
  50. checking for objdump... objdump
  51. checking how to recognize dependent libraries... pass_all
  52. checking for dlltool... no
  53. checking how to associate runtime and link libraries... printf %s\n
  54. checking for ar... ar
  55. checking for archiver @FILE support... @
  56. checking for strip... strip
  57. checking for ranlib... ranlib
  58. checking command to parse /usr/binm -B output from gcc object... ok
  59. checking for sysroot... no
  60. checking for a working dd... /bin/dd
  61. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  62. checking for mt... mt
  63. checking if mt is a manifest tool... no
  64. checking how to run the C preprocessor... gcc -E
  65. checking for ANSI C header files... yes
  66. checking for sys/types.h... yes
  67. checking for sys/stat.h... yes
  68. checking for stdlib.h... yes
  69. checking for string.h... yes
  70. checking for memory.h... yes
  71. checking for strings.h... yes
  72. checking for inttypes.h... yes
  73. checking for stdint.h... yes
  74. checking for unistd.h... yes
  75. checking for dlfcn.h... yes
  76. checking for objdir... .libs
  77. checking if gcc supports -fno-rtti -fno-exceptions... no
  78. checking for gcc option to produce PIC... -fPIC -DPIC
  79. checking if gcc PIC flag -fPIC -DPIC works... yes
  80. checking if gcc static flag -static works... yes
  81. checking if gcc supports -c -o file.o... yes
  82. checking if gcc supports -c -o file.o... (cached) yes
  83. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  84. checking dynamic linker characteristics... GNU/Linux ld.so
  85. checking how to hardcode library paths into programs... immediate
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... no
  89. checking whether to build static libraries... yes
  90. checking how to run the C++ preprocessor... g++ -std=c++11 -E
  91. checking for ld used by g++ -std=c++11... /usr/bin/ld -m elf_x86_64
  92. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  93. checking whether the g++ -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  94. checking for g++ -std=c++11 option to produce PIC... -fPIC -DPIC
  95. checking if g++ -std=c++11 PIC flag -fPIC -DPIC works... yes
  96. checking if g++ -std=c++11 static flag -static works... yes
  97. checking if g++ -std=c++11 supports -c -o file.o... yes
  98. checking if g++ -std=c++11 supports -c -o file.o... (cached) yes
  99. checking whether the g++ -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  100. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  101. checking how to hardcode library paths into programs... immediate
  102. checking for ar... /usr/bin/ar
  103. checking for ranlib... /usr/bin/ranlib
  104. checking for strip... /usr/bin/strip
  105. checking for gcov... /usr/bin/gcov
  106. checking for lcov... no
  107. checking for python3.6... no
  108. checking for python3.5... /usr/bin/python3.5
  109. checking for genhtml... no
  110. checking for git... /usr/bin/git
  111. checking for ccache... no
  112. checking for xgettext... no
  113. checking for hexdump... /usr/bin/hexdump
  114. checking for readelf... /usr/bin/readelf
  115. checking for c++filt... /usr/bin/c++filt
  116. checking for objcopy... /usr/bin/objcopy
  117. checking whether C++ compiler accepts -Werror... yes
  118. checking whether C++ compiler accepts -Wall... yes
  119. checking whether C++ compiler accepts -Wextra... yes
  120. checking whether C++ compiler accepts -Wformat... yes
  121. checking whether C++ compiler accepts -Wvla... yes
  122. checking whether C++ compiler accepts -Wformat-security... yes
  123. checking whether C++ compiler accepts -Wunused-parameter... yes
  124. checking whether C++ compiler accepts -msse4.2... yes
  125. checking for assembler crc32 support... yes
  126. checking for pkg-config... /usr/bin/pkg-config
  127. checking pkg-config is at least version 0.9.0... yes
  128. checking whether byte ordering is bigendian... no
  129. checking whether gcc is Clang... no
  130. checking whether pthreads work with -pthread... yes
  131. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  132. checking whether more special flags are required for pthreads... no
  133. checking for PTHREAD_PRIO_INHERIT... yes
  134. checking for special C compiler options needed for large files... no
  135. checking for _FILE_OFFSET_BITS value needed for large files... no
  136. checking whether strerror_r is declared... yes
  137. checking for strerror_r... yes
  138. checking whether strerror_r returns char *... yes
  139. checking whether the linker accepts -Wl,--large-address-aware... no
  140. checking for __attribute__((visibility))... yes
  141. checking for __attribute__((dllexport))... no
  142. checking for __attribute__((dllimport))... no
  143. checking for library containing clock_gettime... none required
  144. checking whether C++ compiler accepts -fPIC... yes
  145. checking whether C++ compiler accepts -Wstack-protector... yes
  146. checking whether C++ compiler accepts -fstack-protector-all... yes
  147. checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
  148. checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
  149. checking whether the linker accepts -Wl,--dynamicbase... no
  150. checking whether the linker accepts -Wl,--nxcompat... no
  151. checking whether the linker accepts -Wl,--high-entropy-va... no
  152. checking whether the linker accepts -Wl,-z,relro... yes
  153. checking whether the linker accepts -Wl,-z,now... yes
  154. checking whether C++ compiler accepts -fPIE... yes
  155. checking whether the linker accepts -pie... yes
  156. checking endian.h usability... yes
  157. checking endian.h presence... yes
  158. checking for endian.h... yes
  159. checking sys/endian.h usability... no
  160. checking sys/endian.h presence... no
  161. checking for sys/endian.h... no
  162. checking byteswap.h usability... yes
  163. checking byteswap.h presence... yes
  164. checking for byteswap.h... yes
  165. checking stdio.h usability... yes
  166. checking stdio.h presence... yes
  167. checking for stdio.h... yes
  168. checking for stdlib.h... (cached) yes
  169. checking for unistd.h... (cached) yes
  170. checking for strings.h... (cached) yes
  171. checking for sys/types.h... (cached) yes
  172. checking for sys/stat.h... (cached) yes
  173. checking sys/select.h usability... yes
  174. checking sys/select.h presence... yes
  175. checking for sys/select.h... yes
  176. checking sys/prctl.h usability... yes
  177. checking sys/prctl.h presence... yes
  178. checking for sys/prctl.h... yes
  179. checking whether strnlen is declared... yes
  180. checking whether daemon is declared... yes
  181. checking whether le16toh is declared... yes
  182. checking whether le32toh is declared... yes
  183. checking whether le64toh is declared... yes
  184. checking whether htole16 is declared... yes
  185. checking whether htole32 is declared... yes
  186. checking whether htole64 is declared... yes
  187. checking whether be16toh is declared... yes
  188. checking whether be32toh is declared... yes
  189. checking whether be64toh is declared... yes
  190. checking whether htobe16 is declared... yes
  191. checking whether htobe32 is declared... yes
  192. checking whether htobe64 is declared... yes
  193. checking whether bswap_16 is declared... yes
  194. checking whether bswap_32 is declared... yes
  195. checking whether bswap_64 is declared... yes
  196. checking whether __builtin_clz is declared... yes
  197. checking whether __builtin_clzl is declared... yes
  198. checking whether __builtin_clzll is declared... yes
  199. checking for MSG_NOSIGNAL... yes
  200. checking for mallopt M_ARENA_MAX... yes
  201. checking for visibility attribute... yes
  202. checking for Linux getrandom syscall... yes
  203. checking for getentropy... no
  204. checking for getentropy via random.h... no
  205. checking for sysctl KERN_ARND... no
  206. checking for Berkeley DB C++ headers... default
  207. checking for main in -ldb_cxx-4.8... yes
  208. checking miniupnpc/miniwget.h usability... yes
  209. checking miniupnpc/miniwget.h presence... yes
  210. checking for miniupnpc/miniwget.h... yes
  211. checking for main in -lminiupnpc... yes
  212. checking miniupnpc/miniupnpc.h usability... yes
  213. checking miniupnpc/miniupnpc.h presence... yes
  214. checking for miniupnpc/miniupnpc.h... yes
  215. checking for main in -lminiupnpc... (cached) yes
  216. checking miniupnpc/upnpcommands.h usability... yes
  217. checking miniupnpc/upnpcommands.h presence... yes
  218. checking for miniupnpc/upnpcommands.h... yes
  219. checking for main in -lminiupnpc... (cached) yes
  220. checking miniupnpc/upnperrors.h usability... yes
  221. checking miniupnpc/upnperrors.h presence... yes
  222. checking for miniupnpc/upnperrors.h... yes
  223. checking for main in -lminiupnpc... (cached) yes
  224. checking for QT... yes
  225. checking for QT_TEST... yes
  226. checking for QT_DBUS... yes
  227. checking for static Qt... no
  228. checking whether -fPIE can be used with this Qt config... no
  229. checking for moc-qt5... no
  230. checking for moc5... no
  231. checking for moc... /usr/lib/x86_64-linux-gnu/qt5/bin/moc
  232. checking for uic-qt5... no
  233. checking for uic5... no
  234. checking for uic... /usr/lib/x86_64-linux-gnu/qt5/bin/uic
  235. checking for rcc-qt5... no
  236. checking for rcc5... no
  237. checking for rcc... /usr/lib/x86_64-linux-gnu/qt5/bin/rcc
  238. checking for lrelease-qt5... no
  239. checking for lrelease5... no
  240. checking for lrelease... /usr/lib/x86_64-linux-gnu/qt5/bin/lrelease
  241. checking for lupdate-qt5... no
  242. checking for lupdate5... no
  243. checking for lupdate... /usr/lib/x86_64-linux-gnu/qt5/bin/lupdate
  244. checking whether to build Bitcoin ABC GUI... yes (Qt5)
  245. checking for boostlib >= 1.58.0... yes
  246. checking whether the Boost::System library is available... yes
  247. checking for exit in -lboost_system... yes
  248. checking whether the Boost::Filesystem library is available... yes
  249. checking for exit in -lboost_filesystem... yes
  250. checking whether the Boost::Program_Options library is available... yes
  251. checking for exit in -lboost_program_options... yes
  252. checking whether the Boost::Thread library is available... yes
  253. checking for exit in -lboost_thread... yes
  254. checking whether the Boost::Chrono library is available... yes
  255. checking for exit in -lboost_chrono... yes
  256. checking whether the Boost::Unit_Test_Framework library is available... yes
  257. checking for dynamic linked boost test... yes
  258. checking for mismatched boost c++11 scoped enums... ok
  259. checking for SSL... yes
  260. checking for CRYPTO... yes
  261. checking for PROTOBUF... yes
  262. checking for QR... yes
  263. checking for EVENT... yes
  264. checking for EVENT_PTHREADS... yes
  265. checking for ZMQ... yes
  266. checking whether EVP_MD_CTX_new is declared... no
  267. checking for protoc... /usr/bin/protoc
  268. checking whether to build bitcoind... yes
  269. checking whether to build bitcoin-seeder... yes
  270. checking whether to build utils (bitcoin-cli bitcoin-tx)... yes
  271. checking whether to build libraries... yes
  272. checking if ccache should be used... no
  273. checking if wallet should be enabled... yes
  274. checking whether to build with support for UPnP... yes
  275. checking whether to build with UPnP enabled by default... no
  276. checking whether to build GUI with support for D-Bus... yes
  277. checking whether to build GUI with support for QR codes... yes
  278. checking whether to build test_bitcoin-qt... yes
  279. checking whether to build test_bitcoin... yes
  280. checking whether to reduce exports... no
  281. checking that generated files are newer than configure... done
  282. configure: creating ./config.status
  283. Fixing libtool for -rpath problems.
  284.  
  285. Options used to compile and link:
  286.   with wallet   = yes
  287.   with gui / qt = yes
  288.     qt version  = 5
  289.     with qr     = yes
  290.   with zmq      = yes
  291.   with test     = yes
  292.   with bench    = yes
  293.   with upnp     = yes
  294.   use asm       = yes
  295.   debug enabled = no
  296.   werror        = no
  297.  
  298.   sanitizers    
  299.           asan  = no
  300.           tsan  = no
  301.           ubsan = no
  302.  
  303.   target os     = linux
  304.   build os      =
  305.  
  306.   CC            = gcc
  307.   CFLAGS        = -g -O2
  308.   CPPFLAGS      =  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS
  309.   CXX           = g++ -std=c++11
  310.   CXXFLAGS      = -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter
  311.   LDFLAGS       =
  312.  
  313.  /bin/bash ./config.status
  314. config.status: creating libbitcoinconsensus.pc
  315. config.status: creating Makefile
  316. config.status: creating src/Makefile
  317. config.status: creating doc/man/Makefile
  318. config.status: creating share/setup.nsi
  319. config.status: creating share/qt/Info.plist
  320. config.status: creating test/config.ini
  321. config.status: creating contrib/devtools/split-debug.sh
  322. config.status: creating src/config/bitcoin-config.h
  323. config.status: src/config/bitcoin-config.h is unchanged
  324. config.status: executing depfiles commands
  325. config.status: executing libtool commands
  326. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/build-aux/missing autoconf
  327. Making all in src
  328. make[1]: Entering directory '/home/mroman/bitcoin-abc-master/src'
  329. cd .. && make  am--refresh
  330. make[2]: Entering directory '/home/mroman/bitcoin-abc-master'
  331. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/build-aux/missing autoconf
  332. make[2]: Leaving directory '/home/mroman/bitcoin-abc-master'
  333. make[2]: Entering directory '/home/mroman/bitcoin-abc-master/src'
  334. cd .. && make  am--refresh
  335. make[3]: Entering directory '/home/mroman/bitcoin-abc-master'
  336. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/build-aux/missing autoconf
  337. make[3]: Leaving directory '/home/mroman/bitcoin-abc-master'
  338.   CXX      crypto/libbitcoinconsensus_la-chacha20.lo
  339.   CXX      crypto/libbitcoinconsensus_la-hmac_sha256.lo
  340.   CXX      crypto/libbitcoinconsensus_la-hmac_sha512.lo
  341.   CXX      crypto/libbitcoinconsensus_la-ripemd160.lo
  342.   CXX      crypto/libbitcoinconsensus_la-sha1.lo
  343.   CXX      crypto/libbitcoinconsensus_la-sha512.lo
  344.   CXX      crypto/libbitcoinconsensus_la-sha256_sse4.lo
  345.   CXX      libbitcoinconsensus_la-arith_uint256.lo
  346.   CXX      libbitcoinconsensus_la-hash.lo
  347.   CXX      primitives/libbitcoinconsensus_la-block.lo
  348.   CXX      primitives/libbitcoinconsensus_la-transaction.lo
  349.   CXX      libbitcoinconsensus_la-pubkey.lo
  350.   CXX      script/libbitcoinconsensus_la-bitcoinconsensus.lo
  351.   CXX      script/libbitcoinconsensus_la-interpreter.lo
  352.   CXX      script/libbitcoinconsensus_la-script.lo
  353.   CXX      script/libbitcoinconsensus_la-script_error.lo
  354.   CXX      libbitcoinconsensus_la-utilstrencodings.lo
  355. make[3]: Entering directory '/home/mroman/bitcoin-abc-master/src/secp256k1'
  356.  cd . && /bin/bash /home/mroman/bitcoin-abc-master/src/secp256k1/build-aux/missing automake-1.15 --foreign
  357. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/src/secp256k1/build-aux/missing autoconf
  358. /bin/bash ./config.status --recheck
  359. running CONFIG_SHELL=/bin/bash /bin/bash ./configure --disable-option-checking --prefix=/usr/local --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni --cache-file=/devull --srcdir=. --no-create --no-recursion
  360. checking build system type... x86_64-pc-linux-gnu
  361. checking host system type... x86_64-pc-linux-gnu
  362. checking for a BSD-compatible install... /usr/bin/install -c
  363. checking whether build environment is sane... yes
  364. checking for a thread-safe mkdir -p... /bin/mkdir -p
  365. checking for gawk... gawk
  366. checking whether make sets $(MAKE)... yes
  367. checking whether make supports nested variables... yes
  368. checking how to print strings... printf
  369. checking for style of include used by make... GNU
  370. checking for gcc... gcc
  371. checking whether the C compiler works... yes
  372. checking for C compiler default output file name... a.out
  373. checking for suffix of executables...
  374. checking whether we are cross compiling... no
  375. checking for suffix of object files... o
  376. checking whether we are using the GNU C compiler... yes
  377. checking whether gcc accepts -g... yes
  378. checking for gcc option to accept ISO C89... none needed
  379. checking whether gcc understands -c and -o together... yes
  380. checking dependency style of gcc... gcc3
  381. checking for a sed that does not truncate output... /bin/sed
  382. checking for grep that handles long lines and -e... /bin/grep
  383. checking for egrep... /bin/grep -E
  384. checking for fgrep... /bin/grep -F
  385. checking for ld used by gcc... /usr/bin/ld
  386. checking if the linker (/usr/bin/ld) is GNU ld... yes
  387. checking for BSD- or MS-compatible name lister (nm)... /usr/binm -B
  388. checking the name lister (/usr/binm -B) interface... BSD nm
  389. checking whether ln -s works... yes
  390. checking the maximum length of command line arguments... 3458764513820540925
  391. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  392. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  393. checking for /usr/bin/ld option to reload object files... -r
  394. checking for objdump... objdump
  395. checking how to recognize dependent libraries... pass_all
  396. checking for dlltool... no
  397. checking how to associate runtime and link libraries... printf %s\n
  398. checking for ar... ar
  399. checking for archiver @FILE support... @
  400. checking for strip... strip
  401. checking for ranlib... ranlib
  402. checking command to parse /usr/binm -B output from gcc object... ok
  403. checking for sysroot... no
  404. checking for a working dd... /bin/dd
  405. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  406. checking for mt... mt
  407. checking if mt is a manifest tool... no
  408. checking how to run the C preprocessor... gcc -E
  409. checking for ANSI C header files... yes
  410. checking for sys/types.h... yes
  411. checking for sys/stat.h... yes
  412. checking for stdlib.h... yes
  413. checking for string.h... yes
  414. checking for memory.h... yes
  415. checking for strings.h... yes
  416. checking for inttypes.h... yes
  417. checking for stdint.h... yes
  418. checking for unistd.h... yes
  419. checking for dlfcn.h... yes
  420. checking for objdir... .libs
  421. checking if gcc supports -fno-rtti -fno-exceptions... no
  422. checking for gcc option to produce PIC... -fPIC -DPIC
  423. checking if gcc PIC flag -fPIC -DPIC works... yes
  424. checking if gcc static flag -static works... yes
  425. checking if gcc supports -c -o file.o... yes
  426. checking if gcc supports -c -o file.o... (cached) yes
  427. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  428. checking dynamic linker characteristics... GNU/Linux ld.so
  429. checking how to hardcode library paths into programs... immediate
  430. checking whether stripping libraries is possible... yes
  431. checking if libtool supports shared libraries... yes
  432. checking whether to build shared libraries... no
  433. checking whether to build static libraries... yes
  434. checking whether make supports nested variables... (cached) yes
  435. checking for pkg-config... /usr/bin/pkg-config
  436. checking pkg-config is at least version 0.9.0... yes
  437. checking for ar... /usr/bin/ar
  438. checking for ranlib... /usr/bin/ranlib
  439. checking for strip... /usr/bin/strip
  440. checking for gcc... gcc
  441. checking whether we are using the GNU C compiler... (cached) yes
  442. checking whether gcc accepts -g... yes
  443. checking for gcc option to accept ISO C89... (cached) none needed
  444. checking whether gcc understands -c and -o together... (cached) yes
  445. checking dependency style of gcc... (cached) gcc3
  446. checking how to run the C preprocessor... gcc -E
  447. checking for gcc option to accept ISO C89... (cached) none needed
  448. checking dependency style of gcc... gcc3
  449. 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
  450. checking if gcc supports -fvisibility=hidden... yes
  451. checking for __int128... yes
  452. checking for __builtin_expect... yes
  453. checking native compiler: gcc... ok
  454. checking for x86_64 assembly availability... yes
  455. checking for CRYPTO... yes
  456. checking for main in -lcrypto... yes
  457. checking for EC functions in libcrypto... yes
  458. checking whether byte ordering is bigendian... no
  459. configure: Using static precomputation: yes
  460. configure: Using assembly optimizations: x86_64
  461. configure: Using field implementation: 64bit
  462. configure: Using bignum implementation: no
  463. configure: Using scalar implementation: 64bit
  464. configure: Using endomorphism optimizations: no
  465. configure: Building for coverage analysis: no
  466. configure: Building ECDH module: no
  467. configure: Building ECDSA pubkey recovery module: yes
  468. configure: Using jni: no
  469. checking that generated files are newer than configure... done
  470. configure: creating ./config.status
  471.  /bin/bash ./config.status
  472. config.status: creating Makefile
  473. config.status: creating libsecp256k1.pc
  474. config.status: creating src/libsecp256k1-config.h
  475. config.status: src/libsecp256k1-config.h is unchanged
  476. config.status: executing depfiles commands
  477. config.status: executing libtool commands
  478. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/src/secp256k1/build-aux/missing autoconf
  479. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/src/secp256k1/build-aux/missing autoheader)
  480. rm -f src/stamp-h1
  481. touch src/libsecp256k1-config.h.in
  482. cd . && /bin/bash ./config.status src/libsecp256k1-config.h
  483. config.status: creating src/libsecp256k1-config.h
  484. config.status: src/libsecp256k1-config.h is unchanged
  485. gcc gen_context.o -o gen_context
  486. ./gen_context
  487.   CC       src/libsecp256k1_la-secp256k1.lo
  488.   CCLD     libsecp256k1.la
  489. make[3]: Leaving directory '/home/mroman/bitcoin-abc-master/src/secp256k1'
  490.   CXXLD    libbitcoinconsensus.la
  491.   CXX      bitcoind-bitcoind.o
  492.   CXX      libbitcoin_server_a-addrman.o
  493.   CXX      libbitcoin_server_a-addrdb.o
  494.   CXX      libbitcoin_server_a-bloom.o
  495.   CXX      libbitcoin_server_a-blockencodings.o
  496.   CXX      libbitcoin_server_a-chain.o
  497.   CXX      libbitcoin_server_a-checkpoints.o
  498.   CXX      libbitcoin_server_a-config.o
  499.   CXX      libbitcoin_server_a-globals.o
  500.   CXX      libbitcoin_server_a-httprpc.o
  501.   CXX      libbitcoin_server_a-init.o
  502.   CXX      libbitcoin_server_a-dbwrapper.o
  503.   CXX      libbitcoin_server_a-merkleblock.o
  504.   CXX      libbitcoin_server_a-miner.o
  505.   CXX      libbitcoin_server_a-net.o
  506.   CXX      libbitcoin_server_a-net_processing.o
  507.   CXX      libbitcoin_server_a-noui.o
  508.   CXX      policy/libbitcoin_server_a-fees.o
  509.   CXX      policy/libbitcoin_server_a-policy.o
  510.   CXX      libbitcoin_server_a-pow.o
  511.   CXX      libbitcoin_server_a-rest.o
  512.   CXX      rpc/libbitcoin_server_a-abc.o
  513.   CXX      rpc/libbitcoin_server_a-blockchain.o
  514.   CXX      rpc/libbitcoin_server_a-mining.o
  515.   CXX      rpc/libbitcoin_server_a-misc.o
  516.   CXX      rpc/libbitcoin_server_a-net.o
  517.   CXX      rpc/libbitcoin_server_a-rawtransaction.o
  518.   CXX      rpc/libbitcoin_server_a-server.o
  519.   CXX      script/libbitcoin_server_a-scriptcache.o
  520.   CXX      script/libbitcoin_server_a-sigcache.o
  521.   CXX      script/libbitcoin_server_a-ismine.o
  522.   CXX      libbitcoin_server_a-timedata.o
  523.   CXX      libbitcoin_server_a-torcontrol.o
  524.   CXX      libbitcoin_server_a-txdb.o
  525.   CXX      libbitcoin_server_a-txmempool.o
  526.   CXX      libbitcoin_server_a-ui_interface.o
  527.   CXX      libbitcoin_server_a-validationinterface.o
  528.   CXX      libbitcoin_server_a-versionbits.o
  529.   AR       libbitcoin_server.a
  530.   CXX      libbitcoin_common_a-amount.o
  531.   CXX      libbitcoin_common_a-base58.o
  532.   CXX      libbitcoin_common_a-cashaddr.o
  533.   CXX      libbitcoin_common_a-cashaddrenc.o
  534.   CXX      libbitcoin_common_a-chainparams.o
  535.   CXX      libbitcoin_common_a-config.o
  536.   CXX      libbitcoin_common_a-coins.o
  537.   CXX      libbitcoin_common_a-compressor.o
  538.   CXX      libbitcoin_common_a-dstencode.o
  539.   CXX      libbitcoin_common_a-globals.o
  540.   CXX      libbitcoin_common_a-core_read.o
  541.   CXX      libbitcoin_common_a-core_write.o
  542.   CXX      libbitcoin_common_a-key.o
  543.   CXX      libbitcoin_common_a-keystore.o
  544.   CXX      libbitcoin_common_a-netaddress.o
  545.   CXX      libbitcoin_common_a-netbase.o
  546.   CXX      libbitcoin_common_a-protocol.o
  547.   CXX      libbitcoin_common_a-scheduler.o
  548.   CXX      script/libbitcoin_common_a-sign.o
  549.   CXX      script/libbitcoin_common_a-standard.o
  550.   CXX      libbitcoin_common_a-warnings.o
  551.   AR       libbitcoin_common.a
  552. make[3]: Entering directory '/home/mroman/bitcoin-abc-master/src/univalue'
  553.  cd . && /bin/bash /home/mroman/bitcoin-abc-master/src/univalue/build-aux/missing automake-1.15 --foreign
  554. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/src/univalue/build-aux/missing autoconf
  555. /bin/bash ./config.status --recheck
  556. running CONFIG_SHELL=/bin/bash /bin/bash ./configure --disable-option-checking --prefix=/usr/local --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni --cache-file=/devull --srcdir=. --no-create --no-recursion
  557. checking whether make supports nested variables... yes
  558. checking for a BSD-compatible install... /usr/bin/install -c
  559. checking whether build environment is sane... yes
  560. checking for a thread-safe mkdir -p... /bin/mkdir -p
  561. checking for gawk... gawk
  562. checking whether make sets $(MAKE)... yes
  563. checking build system type... x86_64-pc-linux-gnu
  564. checking host system type... x86_64-pc-linux-gnu
  565. checking how to print strings... printf
  566. checking for style of include used by make... GNU
  567. checking for gcc... gcc
  568. checking whether the C compiler works... yes
  569. checking for C compiler default output file name... a.out
  570. checking for suffix of executables...
  571. checking whether we are cross compiling... no
  572. checking for suffix of object files... o
  573. checking whether we are using the GNU C compiler... yes
  574. checking whether gcc accepts -g... yes
  575. checking for gcc option to accept ISO C89... none needed
  576. checking whether gcc understands -c and -o together... yes
  577. checking dependency style of gcc... gcc3
  578. checking for a sed that does not truncate output... /bin/sed
  579. checking for grep that handles long lines and -e... /bin/grep
  580. checking for egrep... /bin/grep -E
  581. checking for fgrep... /bin/grep -F
  582. checking for ld used by gcc... /usr/bin/ld
  583. checking if the linker (/usr/bin/ld) is GNU ld... yes
  584. checking for BSD- or MS-compatible name lister (nm)... /usr/binm -B
  585. checking the name lister (/usr/binm -B) interface... BSD nm
  586. checking whether ln -s works... yes
  587. checking the maximum length of command line arguments... 3458764513820540925
  588. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  589. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  590. checking for /usr/bin/ld option to reload object files... -r
  591. checking for objdump... objdump
  592. checking how to recognize dependent libraries... pass_all
  593. checking for dlltool... no
  594. checking how to associate runtime and link libraries... printf %s\n
  595. checking for ar... ar
  596. checking for archiver @FILE support... @
  597. checking for strip... strip
  598. checking for ranlib... ranlib
  599. checking command to parse /usr/binm -B output from gcc object... ok
  600. checking for sysroot... no
  601. checking for a working dd... /bin/dd
  602. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  603. checking for mt... mt
  604. checking if mt is a manifest tool... no
  605. checking how to run the C preprocessor... gcc -E
  606. checking for ANSI C header files... yes
  607. checking for sys/types.h... yes
  608. checking for sys/stat.h... yes
  609. checking for stdlib.h... yes
  610. checking for string.h... yes
  611. checking for memory.h... yes
  612. checking for strings.h... yes
  613. checking for inttypes.h... yes
  614. checking for stdint.h... yes
  615. checking for unistd.h... yes
  616. checking for dlfcn.h... yes
  617. checking for objdir... .libs
  618. checking if gcc supports -fno-rtti -fno-exceptions... no
  619. checking for gcc option to produce PIC... -fPIC -DPIC
  620. checking if gcc PIC flag -fPIC -DPIC works... yes
  621. checking if gcc static flag -static works... yes
  622. checking if gcc supports -c -o file.o... yes
  623. checking if gcc supports -c -o file.o... (cached) yes
  624. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  625. checking dynamic linker characteristics... GNU/Linux ld.so
  626. checking how to hardcode library paths into programs... immediate
  627. checking whether stripping libraries is possible... yes
  628. checking if libtool supports shared libraries... yes
  629. checking whether to build shared libraries... no
  630. checking whether to build static libraries... yes
  631. checking for g++... g++
  632. checking whether we are using the GNU C++ compiler... yes
  633. checking whether g++ accepts -g... yes
  634. checking dependency style of g++... gcc3
  635. checking how to run the C++ preprocessor... g++ -E
  636. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  637. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  638. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  639. checking for g++ option to produce PIC... -fPIC -DPIC
  640. checking if g++ PIC flag -fPIC -DPIC works... yes
  641. checking if g++ static flag -static works... yes
  642. checking if g++ supports -c -o file.o... yes
  643. checking if g++ supports -c -o file.o... (cached) yes
  644. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  645. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  646. checking how to hardcode library paths into programs... immediate
  647. checking that generated files are newer than configure... done
  648. configure: creating ./config.status
  649.  /bin/bash ./config.status
  650. config.status: creating Makefile
  651. config.status: creating pc/libunivalue.pc
  652. config.status: creating pc/libunivalue-uninstalled.pc
  653. config.status: creating univalue-config.h
  654. config.status: univalue-config.h is unchanged
  655. config.status: executing depfiles commands
  656. config.status: executing libtool commands
  657. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/src/univalue/build-aux/missing autoconf
  658.   CXX      lib/libunivalue_la-univalue.lo
  659.   CXX      lib/libunivalue_la-univalue_get.lo
  660.   CXX      lib/libunivalue_la-univalue_read.lo
  661.   CXX      lib/libunivalue_la-univalue_write.lo
  662.   CXXLD    libunivalue.la
  663. make[3]: Leaving directory '/home/mroman/bitcoin-abc-master/src/univalue'
  664.   CXX      libbitcoin_util_a-chainparamsbase.o
  665.   CXX      libbitcoin_util_a-clientversion.o
  666.   CXX      compat/libbitcoin_util_a-glibc_sanity.o
  667.   CXX      compat/libbitcoin_util_a-glibcxx_sanity.o
  668.   CXX      compat/libbitcoin_util_a-strnlen.o
  669.   CXX      libbitcoin_util_a-fs.o
  670.   CXX      libbitcoin_util_a-random.o
  671.   CXX      rpc/libbitcoin_util_a-protocol.o
  672.   CXX      support/libbitcoin_util_a-cleanse.o
  673.   CXX      libbitcoin_util_a-sync.o
  674.   CXX      libbitcoin_util_a-threadinterrupt.o
  675.   CXX      libbitcoin_util_a-util.o
  676.   CXX      libbitcoin_util_a-utilmoneystr.o
  677.   CXX      libbitcoin_util_a-utiltime.o
  678.   AR       libbitcoin_util.a
  679.   CXX      wallet/libbitcoin_wallet_a-crypter.o
  680.   CXX      wallet/libbitcoin_wallet_a-db.o
  681.   CXX      wallet/libbitcoin_wallet_a-finaltx.o
  682.   CXX      wallet/libbitcoin_wallet_a-rpcdump.o
  683.   CXX      wallet/libbitcoin_wallet_a-rpcwallet.o
  684.   CXX      wallet/libbitcoin_wallet_a-wallet.o
  685.   CXX      wallet/libbitcoin_wallet_a-walletdb.o
  686.   AR       libbitcoin_wallet.a
  687.   CXX      zmq/libbitcoin_zmq_a-zmqabstractnotifier.o
  688.   CXX      zmq/libbitcoin_zmq_a-zmqnotificationinterface.o
  689.   CXX      zmq/libbitcoin_zmq_a-zmqpublishnotifier.o
  690.   AR       libbitcoin_zmq.a
  691.   CXX      libbitcoin_consensus_a-arith_uint256.o
  692.   CXX      consensus/libbitcoin_consensus_a-merkle.o
  693.   CXX      libbitcoin_consensus_a-hash.o
  694.   CXX      primitives/libbitcoin_consensus_a-block.o
  695.   CXX      primitives/libbitcoin_consensus_a-transaction.o
  696.   CXX      libbitcoin_consensus_a-pubkey.o
  697.   CXX      script/libbitcoin_consensus_a-bitcoinconsensus.o
  698.   CXX      script/libbitcoin_consensus_a-interpreter.o
  699.   CXX      script/libbitcoin_consensus_a-script.o
  700.   CXX      libbitcoin_consensus_a-uint256.o
  701.   CXX      libbitcoin_consensus_a-utilstrencodings.o
  702.   AR       libbitcoin_consensus.a
  703.   CXX      crypto/crypto_libbitcoin_crypto_a-aes.o
  704.   CXX      crypto/crypto_libbitcoin_crypto_a-chacha20.o
  705.   CXX      crypto/crypto_libbitcoin_crypto_a-hmac_sha256.o
  706.   CXX      crypto/crypto_libbitcoin_crypto_a-ripemd160.o
  707.   CXX      crypto/crypto_libbitcoin_crypto_a-sha256.o
  708.   CXX      crypto/crypto_libbitcoin_crypto_a-sha512.o
  709.   CXX      crypto/crypto_libbitcoin_crypto_a-sha256_sse4.o
  710.   AR       crypto/libbitcoin_crypto.a
  711.   CXX      leveldb/db/leveldb_libleveldb_a-builder.o
  712.   CXX      leveldb/db/leveldb_libleveldb_a-c.o
  713.   CXX      leveldb/db/leveldb_libleveldb_a-dbformat.o
  714.   CXX      leveldb/db/leveldb_libleveldb_a-db_impl.o
  715.   CXX      leveldb/db/leveldb_libleveldb_a-db_iter.o
  716.   CXX      leveldb/db/leveldb_libleveldb_a-dumpfile.o
  717.   CXX      leveldb/db/leveldb_libleveldb_a-filename.o
  718.   CXX      leveldb/db/leveldb_libleveldb_a-log_reader.o
  719.   CXX      leveldb/db/leveldb_libleveldb_a-log_writer.o
  720.   CXX      leveldb/db/leveldb_libleveldb_a-memtable.o
  721.   CXX      leveldb/db/leveldb_libleveldb_a-repair.o
  722.   CXX      leveldb/db/leveldb_libleveldb_a-table_cache.o
  723.   CXX      leveldb/db/leveldb_libleveldb_a-version_edit.o
  724.   CXX      leveldb/db/leveldb_libleveldb_a-version_set.o
  725.   CXX      leveldb/db/leveldb_libleveldb_a-write_batch.o
  726.   CXX      leveldb/table/leveldb_libleveldb_a-block_builder.o
  727.   CXX      leveldb/table/leveldb_libleveldb_a-block.o
  728.   CXX      leveldb/table/leveldb_libleveldb_a-filter_block.o
  729.   CXX      leveldb/table/leveldb_libleveldb_a-format.o
  730.   CXX      leveldb/table/leveldb_libleveldb_a-iterator.o
  731.   CXX      leveldb/table/leveldb_libleveldb_a-merger.o
  732.   CXX      leveldb/table/leveldb_libleveldb_a-table_builder.o
  733.   CXX      leveldb/table/leveldb_libleveldb_a-table.o
  734.   CXX      leveldb/table/leveldb_libleveldb_a-two_level_iterator.o
  735.   CXX      leveldb/util/leveldb_libleveldb_a-arena.o
  736.   CXX      leveldb/util/leveldb_libleveldb_a-bloom.o
  737.   CXX      leveldb/util/leveldb_libleveldb_a-cache.o
  738.   CXX      leveldb/util/leveldb_libleveldb_a-coding.o
  739.   CXX      leveldb/util/leveldb_libleveldb_a-comparator.o
  740.   CXX      leveldb/util/leveldb_libleveldb_a-crc32c.o
  741.   CXX      leveldb/util/leveldb_libleveldb_a-env.o
  742.   CXX      leveldb/util/leveldb_libleveldb_a-env_posix.o
  743.   CXX      leveldb/util/leveldb_libleveldb_a-filter_policy.o
  744.   CXX      leveldb/util/leveldb_libleveldb_a-hash.o
  745.   CXX      leveldb/util/leveldb_libleveldb_a-histogram.o
  746.   CXX      leveldb/util/leveldb_libleveldb_a-logging.o
  747.   CXX      leveldb/util/leveldb_libleveldb_a-options.o
  748.   CXX      leveldb/util/leveldb_libleveldb_a-status.o
  749.   AR       leveldb/libleveldb.a
  750.   CXX      leveldb/port/leveldb_libleveldb_sse42_a-port_posix_sse.o
  751.   AR       leveldb/libleveldb_sse42.a
  752.   CXX      leveldb/helpers/memenv/leveldb_libmemenv_a-memenv.o
  753.   AR       leveldb/libmemenv.a
  754.   CXXLD    bitcoind
  755.   CXX      seeder/bitcoin_seeder-main.o
  756.   CXX      seeder/libbitcoin_seeder_a-bitcoin.o
  757.   CXX      seeder/libbitcoin_seeder_a-db.o
  758.   CXX      seeder/libbitcoin_seeder_a-dns.o
  759.   AR       libbitcoin_seeder.a
  760.   CXXLD    bitcoin-seeder
  761.   CXX      bitcoin_cli-bitcoin-cli.o
  762.   CXX      rpc/libbitcoin_cli_a-client.o
  763.   AR       libbitcoin_cli.a
  764.   CXXLD    bitcoin-cli
  765.   CXX      bitcoin_tx-bitcoin-tx.o
  766.   CXXLD    bitcoin-tx
  767. Generated test/data/script_tests.json.h
  768. Generated test/data/base58_keys_valid.json.h
  769. Generated test/data/base58_encode_decode.json.h
  770. Generated test/data/sighash.json.h
  771.   CXX      test/test_test_bitcoin-arith_uint256_tests.o
  772.   CXX      test/test_test_bitcoin-addrman_tests.o
  773.   CXX      test/test_test_bitcoin-amount_tests.o
  774.   CXX      test/test_test_bitcoin-allocator_tests.o
  775.   CXX      test/test_test_bitcoin-base32_tests.o
  776.   CXX      test/test_test_bitcoin-base58_tests.o
  777.   CXX      test/test_test_bitcoin-base64_tests.o
  778.   CXX      test/test_test_bitcoin-bip32_tests.o
  779.   CXX      test/test_test_bitcoin-blockcheck_tests.o
  780.   CXX      test/test_test_bitcoin-blockencodings_tests.o
  781.   CXX      test/test_test_bitcoin-bloom_tests.o
  782.   CXX      test/test_test_bitcoin-bswap_tests.o
  783.   CXX      test/test_test_bitcoin-cashaddr_tests.o
  784.   CXX      test/test_test_bitcoin-cashaddrenc_tests.o
  785.   CXX      test/test_test_bitcoin-coins_tests.o
  786.   CXX      test/test_test_bitcoin-compress_tests.o
  787.   CXX      test/test_test_bitcoin-config_tests.o
  788.   CXX      test/test_test_bitcoin-crypto_tests.o
  789.   CXX      test/test_test_bitcoin-cuckoocache_tests.o
  790.   CXX      test/test_test_bitcoin-DoS_tests.o
  791.   CXX      test/test_test_bitcoin-dstencode_tests.o
  792.   CXX      test/test_test_bitcoin-excessiveblock_tests.o
  793.   CXX      test/test_test_bitcoin-getarg_tests.o
  794.   CXX      test/test_test_bitcoin-hash_tests.o
  795.   CXX      test/test_test_bitcoin-inv_tests.o
  796.   CXX      test/test_test_bitcoin-key_tests.o
  797.   CXX      test/test_test_bitcoin-limitedmap_tests.o
  798.   CXX      test/test_test_bitcoin-dbwrapper_tests.o
  799.   CXX      test/test_test_bitcoin-main_tests.o
  800.   CXX      test/test_test_bitcoin-mempool_tests.o
  801.   CXX      test/test_test_bitcoin-merkle_tests.o
  802.   CXX      test/test_test_bitcoin-miner_tests.o
  803.   CXX      test/test_test_bitcoin-monolith_opcodes.o
  804.   CXX      test/test_test_bitcoin-multisig_tests.o
  805.   CXX      test/test_test_bitcoin-net_tests.o
  806.   CXX      test/test_test_bitcoin-netbase_tests.o
  807.   CXX      test/test_test_bitcoin-pmt_tests.o
  808.   CXX      test/test_test_bitcoin-policyestimator_tests.o
  809.   CXX      test/test_test_bitcoin-pow_tests.o
  810.   CXX      test/test_test_bitcoin-prevector_tests.o
  811.   CXX      test/test_test_bitcoin-raii_event_tests.o
  812.   CXX      test/test_test_bitcoin-random_tests.o
  813.   CXX      test/test_test_bitcoin-reverselock_tests.o
  814.   CXX      test/test_test_bitcoin-rpc_tests.o
  815.   CXX      test/test_test_bitcoin-sanity_tests.o
  816.   CXX      test/test_test_bitcoin-scheduler_tests.o
  817.   CXX      test/test_test_bitcoin-script_antireplay_tests.o
  818.   CXX      test/test_test_bitcoin-script_P2SH_tests.o
  819.   CXX      test/test_test_bitcoin-script_tests.o
  820.   CXX      test/test_test_bitcoin-script_sighashtype_tests.o
  821.   CXX      test/test_test_bitcoin-scriptflags.o
  822.   CXX      test/test_test_bitcoin-scriptnum_tests.o
  823.   CXX      test/test_test_bitcoin-serialize_tests.o
  824.   CXX      test/test_test_bitcoin-sighash_tests.o
  825.   CXX      test/test_test_bitcoin-sigopcount_tests.o
  826.   CXX      test/test_test_bitcoin-sigutil.o
  827.   CXX      test/test_test_bitcoin-skiplist_tests.o
  828.   CXX      test/test_test_bitcoin-streams_tests.o
  829.   CXX      test/test_test_bitcoin-test_bitcoin.o
  830.   CXX      test/test_test_bitcoin-test_bitcoin_main.o
  831.   CXX      test/test_test_bitcoin-testutil.o
  832.   CXX      test/test_test_bitcoin-timedata_tests.o
  833.   CXX      test/test_test_bitcoin-transaction_tests.o
  834.   CXX      test/test_test_bitcoin-txvalidationcache_tests.o
  835.   CXX      test/test_test_bitcoin-versionbits_tests.o
  836.   CXX      test/test_test_bitcoin-uint256_tests.o
  837.   CXX      test/test_test_bitcoin-undo_tests.o
  838.   CXX      test/test_test_bitcoin-univalue_tests.o
  839.   CXX      test/test_test_bitcoin-util_tests.o
  840.   CXX      test/test_test_bitcoin-validation_tests.o
  841.   CXX      wallet/test/test_test_bitcoin-wallet_test_fixture.o
  842.   CXX      wallet/test/test_test_bitcoin-accounting_tests.o
  843.   CXX      wallet/test/test_test_bitcoin-wallet_tests.o
  844.   CXX      wallet/test/test_test_bitcoin-walletdb_tests.o
  845.   CXX      wallet/test/test_test_bitcoin-crypto_tests.o
  846.   CXXLD    test/test_bitcoin
  847.   CXX      bench/bench_bench_bitcoin-bench_bitcoin.o
  848.   CXX      bench/bench_bench_bitcoin-checkblock.o
  849.   CXX      bench/bench_bench_bitcoin-checkqueue.o
  850.   CXX      bench/bench_bench_bitcoin-Examples.o
  851.   CXX      bench/bench_bench_bitcoin-rollingbloom.o
  852.   CXX      bench/bench_bench_bitcoin-crypto_hash.o
  853.   CXX      bench/bench_bench_bitcoin-ccoins_caching.o
  854.   CXX      bench/bench_bench_bitcoin-mempool_eviction.o
  855.   CXX      bench/bench_bench_bitcoin-base58.o
  856.   CXX      bench/bench_bench_bitcoin-lockedpool.o
  857.   CXX      bench/bench_bench_bitcoin-perf.o
  858.   CXX      bench/bench_bench_bitcoin-coin_selection.o
  859.   CXXLD    bench/bench_bitcoin
  860.   GEN      qt/paymentrequest.pb.h
  861.   GEN      qt/forms/ui_coincontroldialog.h
  862.   GEN      qt/forms/ui_editaddressdialog.h
  863.   GEN      qt/forms/ui_receiverequestdialog.h
  864.   GEN      qt/forms/ui_debugwindow.h
  865.   GEN      qt/forms/ui_sendcoinsdialog.h
  866.   GEN      qt/forms/ui_transactiondescdialog.h
  867.   GEN      qt/bitcoin.moc
  868.   GEN      qt/bitcoinamountfield.moc
  869.   GEN      qt/intro.moc
  870.   GEN      qt/overviewpage.moc
  871.   GEN      qt/rpcconsole.moc
  872.   CXX      qt/qt_bitcoin_qt-bitcoin.o
  873.   CXX      qt/qt_libbitcoinqt_a-bantablemodel.o
  874.   CXX      qt/qt_libbitcoinqt_a-bitcoinaddressvalidator.o
  875.   CXX      qt/qt_libbitcoinqt_a-bitcoinamountfield.o
  876.   CXX      qt/qt_libbitcoinqt_a-bitcoingui.o
  877.   CXX      qt/qt_libbitcoinqt_a-bitcoinunits.o
  878.   CXX      qt/qt_libbitcoinqt_a-clientmodel.o
  879.   CXX      qt/qt_libbitcoinqt_a-csvmodelwriter.o
  880.   CXX      qt/qt_libbitcoinqt_a-guiutil.o
  881.   CXX      qt/qt_libbitcoinqt_a-intro.o
  882.   CXX      qt/qt_libbitcoinqt_a-modaloverlay.o
  883.   CXX      qt/qt_libbitcoinqt_a-networkstyle.o
  884.   CXX      qt/qt_libbitcoinqt_a-notificator.o
  885.   CXX      qt/qt_libbitcoinqt_a-optionsdialog.o
  886.   CXX      qt/qt_libbitcoinqt_a-optionsmodel.o
  887.   CXX      qt/qt_libbitcoinqt_a-peertablemodel.o
  888.   CXX      qt/qt_libbitcoinqt_a-platformstyle.o
  889.   CXX      qt/qt_libbitcoinqt_a-qvalidatedlineedit.o
  890.   CXX      qt/qt_libbitcoinqt_a-qvaluecombobox.o
  891.   CXX      qt/qt_libbitcoinqt_a-rpcconsole.o
  892.   CXX      qt/qt_libbitcoinqt_a-splashscreen.o
  893.   CXX      qt/qt_libbitcoinqt_a-trafficgraphwidget.o
  894.   CXX      qt/qt_libbitcoinqt_a-utilitydialog.o
  895.   CXX      qt/qt_libbitcoinqt_a-addressbookpage.o
  896.   CXX      qt/qt_libbitcoinqt_a-addresstablemodel.o
  897.   CXX      qt/qt_libbitcoinqt_a-askpassphrasedialog.o
  898.   CXX      qt/qt_libbitcoinqt_a-coincontroldialog.o
  899.   CXX      qt/qt_libbitcoinqt_a-coincontroltreewidget.o
  900.   CXX      qt/qt_libbitcoinqt_a-editaddressdialog.o
  901.   CXX      qt/qt_libbitcoinqt_a-openuridialog.o
  902.   CXX      qt/qt_libbitcoinqt_a-overviewpage.o
  903.   CXX      qt/qt_libbitcoinqt_a-paymentrequestplus.o
  904.   CXX      qt/qt_libbitcoinqt_a-paymentserver.o
  905.   CXX      qt/qt_libbitcoinqt_a-receivecoinsdialog.o
  906.   CXX      qt/qt_libbitcoinqt_a-receiverequestdialog.o
  907.   CXX      qt/qt_libbitcoinqt_a-recentrequeststablemodel.o
  908.   CXX      qt/qt_libbitcoinqt_a-sendcoinsdialog.o
  909.   CXX      qt/qt_libbitcoinqt_a-sendcoinsentry.o
  910.   CXX      qt/qt_libbitcoinqt_a-signverifymessagedialog.o
  911.   CXX      qt/qt_libbitcoinqt_a-transactiondesc.o
  912.   CXX      qt/qt_libbitcoinqt_a-transactiondescdialog.o
  913.   CXX      qt/qt_libbitcoinqt_a-transactionfilterproxy.o
  914.   CXX      qt/qt_libbitcoinqt_a-transactionrecord.o
  915.   CXX      qt/qt_libbitcoinqt_a-transactiontablemodel.o
  916.   CXX      qt/qt_libbitcoinqt_a-transactionview.o
  917.   CXX      qt/qt_libbitcoinqt_a-walletframe.o
  918.   CXX      qt/qt_libbitcoinqt_a-walletmodel.o
  919.   CXX      qt/qt_libbitcoinqt_a-walletmodeltransaction.o
  920.   CXX      qt/qt_libbitcoinqt_a-walletview.o
  921.   GEN      qt/moc_addressbookpage.cpp
  922.   CXX      qt/qt_libbitcoinqt_a-moc_addressbookpage.o
  923.   GEN      qt/moc_addresstablemodel.cpp
  924.   CXX      qt/qt_libbitcoinqt_a-moc_addresstablemodel.o
  925.   GEN      qt/moc_askpassphrasedialog.cpp
  926.   CXX      qt/qt_libbitcoinqt_a-moc_askpassphrasedialog.o
  927.   GEN      qt/moc_bantablemodel.cpp
  928.   CXX      qt/qt_libbitcoinqt_a-moc_bantablemodel.o
  929.   GEN      qt/moc_bitcoinaddressvalidator.cpp
  930.   CXX      qt/qt_libbitcoinqt_a-moc_bitcoinaddressvalidator.o
  931.   GEN      qt/moc_bitcoinamountfield.cpp
  932.   CXX      qt/qt_libbitcoinqt_a-moc_bitcoinamountfield.o
  933.   GEN      qt/moc_bitcoingui.cpp
  934.   CXX      qt/qt_libbitcoinqt_a-moc_bitcoingui.o
  935.   GEN      qt/moc_bitcoinunits.cpp
  936.   CXX      qt/qt_libbitcoinqt_a-moc_bitcoinunits.o
  937.   GEN      qt/moc_clientmodel.cpp
  938.   CXX      qt/qt_libbitcoinqt_a-moc_clientmodel.o
  939.   GEN      qt/moc_coincontroldialog.cpp
  940.   CXX      qt/qt_libbitcoinqt_a-moc_coincontroldialog.o
  941.   GEN      qt/moc_coincontroltreewidget.cpp
  942.   CXX      qt/qt_libbitcoinqt_a-moc_coincontroltreewidget.o
  943.   GEN      qt/moc_csvmodelwriter.cpp
  944.   CXX      qt/qt_libbitcoinqt_a-moc_csvmodelwriter.o
  945.   GEN      qt/moc_editaddressdialog.cpp
  946.   CXX      qt/qt_libbitcoinqt_a-moc_editaddressdialog.o
  947.   GEN      qt/moc_guiutil.cpp
  948.   CXX      qt/qt_libbitcoinqt_a-moc_guiutil.o
  949.   GEN      qt/moc_intro.cpp
  950.   CXX      qt/qt_libbitcoinqt_a-moc_intro.o
  951.   GEN      qt/moc_macdockiconhandler.cpp
  952.   CXX      qt/qt_libbitcoinqt_a-moc_macdockiconhandler.o
  953.   GEN      qt/moc_macnotificationhandler.cpp
  954.   CXX      qt/qt_libbitcoinqt_a-moc_macnotificationhandler.o
  955.   GEN      qt/moc_modaloverlay.cpp
  956.   CXX      qt/qt_libbitcoinqt_a-moc_modaloverlay.o
  957.   GEN      qt/moc_notificator.cpp
  958.   CXX      qt/qt_libbitcoinqt_a-moc_notificator.o
  959.   GEN      qt/moc_openuridialog.cpp
  960.   CXX      qt/qt_libbitcoinqt_a-moc_openuridialog.o
  961.   GEN      qt/moc_optionsdialog.cpp
  962.   CXX      qt/qt_libbitcoinqt_a-moc_optionsdialog.o
  963.   GEN      qt/moc_optionsmodel.cpp
  964.   CXX      qt/qt_libbitcoinqt_a-moc_optionsmodel.o
  965.   GEN      qt/moc_overviewpage.cpp
  966.   CXX      qt/qt_libbitcoinqt_a-moc_overviewpage.o
  967.   GEN      qt/moc_peertablemodel.cpp
  968.   CXX      qt/qt_libbitcoinqt_a-moc_peertablemodel.o
  969.   GEN      qt/moc_paymentserver.cpp
  970.   CXX      qt/qt_libbitcoinqt_a-moc_paymentserver.o
  971.   GEN      qt/moc_qvalidatedlineedit.cpp
  972.   CXX      qt/qt_libbitcoinqt_a-moc_qvalidatedlineedit.o
  973.   GEN      qt/moc_qvaluecombobox.cpp
  974.   CXX      qt/qt_libbitcoinqt_a-moc_qvaluecombobox.o
  975.   GEN      qt/moc_receivecoinsdialog.cpp
  976.   CXX      qt/qt_libbitcoinqt_a-moc_receivecoinsdialog.o
  977.   GEN      qt/moc_receiverequestdialog.cpp
  978.   CXX      qt/qt_libbitcoinqt_a-moc_receiverequestdialog.o
  979.   GEN      qt/moc_recentrequeststablemodel.cpp
  980.   CXX      qt/qt_libbitcoinqt_a-moc_recentrequeststablemodel.o
  981.   GEN      qt/moc_rpcconsole.cpp
  982.   CXX      qt/qt_libbitcoinqt_a-moc_rpcconsole.o
  983.   GEN      qt/moc_sendcoinsdialog.cpp
  984.   CXX      qt/qt_libbitcoinqt_a-moc_sendcoinsdialog.o
  985.   GEN      qt/moc_sendcoinsentry.cpp
  986.   CXX      qt/qt_libbitcoinqt_a-moc_sendcoinsentry.o
  987.   GEN      qt/moc_signverifymessagedialog.cpp
  988.   CXX      qt/qt_libbitcoinqt_a-moc_signverifymessagedialog.o
  989.   GEN      qt/moc_splashscreen.cpp
  990.   CXX      qt/qt_libbitcoinqt_a-moc_splashscreen.o
  991.   GEN      qt/moc_trafficgraphwidget.cpp
  992.   CXX      qt/qt_libbitcoinqt_a-moc_trafficgraphwidget.o
  993.   GEN      qt/moc_transactiondesc.cpp
  994.   CXX      qt/qt_libbitcoinqt_a-moc_transactiondesc.o
  995.   GEN      qt/moc_transactiondescdialog.cpp
  996.   CXX      qt/qt_libbitcoinqt_a-moc_transactiondescdialog.o
  997.   GEN      qt/moc_transactionfilterproxy.cpp
  998.   CXX      qt/qt_libbitcoinqt_a-moc_transactionfilterproxy.o
  999.   GEN      qt/moc_transactiontablemodel.cpp
  1000.   CXX      qt/qt_libbitcoinqt_a-moc_transactiontablemodel.o
  1001.   GEN      qt/moc_transactionview.cpp
  1002.   CXX      qt/qt_libbitcoinqt_a-moc_transactionview.o
  1003.   GEN      qt/moc_utilitydialog.cpp
  1004.   CXX      qt/qt_libbitcoinqt_a-moc_utilitydialog.o
  1005.   GEN      qt/moc_walletframe.cpp
  1006.   CXX      qt/qt_libbitcoinqt_a-moc_walletframe.o
  1007.   GEN      qt/moc_walletmodel.cpp
  1008.   CXX      qt/qt_libbitcoinqt_a-moc_walletmodel.o
  1009.   GEN      qt/moc_walletview.cpp
  1010.   CXX      qt/qt_libbitcoinqt_a-moc_walletview.o
  1011.   CXX      qt/qt_libbitcoinqt_a-paymentrequest.pb.o
  1012.   GEN      qt/qrc_bitcoin.cpp
  1013.   CXX      qt/qt_libbitcoinqt_a-qrc_bitcoin.o
  1014.   GEN      qt/locale/bitcoin_af.qm
  1015.   GEN      qt/locale/bitcoin_ar.qm
  1016.   GEN      qt/locale/bitcoin_bg.qm
  1017.   GEN      qt/locale/bitcoin_ca_ES.qm
  1018.   GEN      qt/locale/bitcoin_ca.qm
  1019.   GEN      qt/locale/bitcoin_ca@valencia.qm
  1020.   GEN      qt/locale/bitcoin_cs.qm
  1021.   GEN      qt/locale/bitcoin_el_GR.qm
  1022.   GEN      qt/locale/bitcoin_el.qm
  1023.   GEN      qt/locale/bitcoin_en.qm
  1024.   GEN      qt/locale/bitcoin_eo.qm
  1025.   GEN      qt/locale/bitcoin_es_CO.qm
  1026.   GEN      qt/locale/bitcoin_es_DO.qm
  1027.   GEN      qt/locale/bitcoin_es_MX.qm
  1028.   GEN      qt/locale/bitcoin_es_VE.qm
  1029.   GEN      qt/locale/bitcoin_fa_IR.qm
  1030.   GEN      qt/locale/bitcoin_fa.qm
  1031.   GEN      qt/locale/bitcoin_fr_FR.qm
  1032.   GEN      qt/locale/bitcoin_fr.qm
  1033.   GEN      qt/locale/bitcoin_gl.qm
  1034.   GEN      qt/locale/bitcoin_he.qm
  1035.   GEN      qt/locale/bitcoin_kk_KZ.qm
  1036.   GEN      qt/locale/bitcoin_ko_KR.qm
  1037.   GEN      qt/locale/bitcoin_ky.qm
  1038.   GEN      qt/locale/bitcoin_mk_MK.qm
  1039.   GEN      qt/locale/bitcoin_ms_MY.qm
  1040.   GEN      qt/locale/bitcoin_nb.qm
  1041.   GEN      qt/locale/bitcoin_ne.qm
  1042.   GEN      qt/locale/bitcoin_nl.qm
  1043.   GEN      qt/locale/bitcoin_pl.qm
  1044. Removed plural forms as the target language has less forms.
  1045. If this sounds wrong, possibly the target language is not set or recognized.
  1046.   GEN      qt/locale/bitcoin_pt_BR.qm
  1047.   GEN      qt/locale/bitcoin_ro_RO.qm
  1048.   GEN      qt/locale/bitcoin_ro.qm
  1049.   GEN      qt/locale/bitcoin_ru_RU.qm
  1050.   GEN      qt/locale/bitcoin_ru.qm
  1051. Removed plural forms as the target language has less forms.
  1052. If this sounds wrong, possibly the target language is not set or recognized.
  1053.   GEN      qt/locale/bitcoin_sr@latin.qm
  1054.   GEN      qt/locale/bitcoin_sr.qm
  1055.   GEN      qt/locale/bitcoin_ta.qm
  1056.   GEN      qt/locale/bitcoin_tr_TR.qm
  1057.   GEN      qt/locale/bitcoin_tr.qm
  1058. Removed plural forms as the target language has less forms.
  1059. If this sounds wrong, possibly the target language is not set or recognized.
  1060.   GEN      qt/locale/bitcoin_uk.qm
  1061.   GEN      qt/locale/bitcoin_vi.qm
  1062.   GEN      qt/locale/bitcoin_zh_CN.qm
  1063.   GEN      qt/locale/bitcoin_zh_HK.qm
  1064.   GEN      qt/locale/bitcoin_zh.qm
  1065.   GEN      qt/locale/bitcoin_zh_TW.qm
  1066.   GEN      qt/qrc_bitcoin_locale.cpp
  1067.   CXX      qt/qt_libbitcoinqt_a-qrc_bitcoin_locale.o
  1068.   AR       qt/libbitcoinqt.a
  1069.   OBJCXXLD qt/bitcoin-qt
  1070.   CXX      qt/test/qt_test_test_bitcoin_qt-bitcoinaddressvalidatortests.o
  1071.   CXX      qt/test/qt_test_test_bitcoin_qt-compattests.o
  1072.   CXX      qt/test/qt_test_test_bitcoin_qt-guiutiltests.o
  1073.   CXX      qt/test/qt_test_test_bitcoin_qt-rpcnestedtests.o
  1074.   CXX      qt/test/qt_test_test_bitcoin_qt-test_main.o
  1075.   CXX      qt/test/qt_test_test_bitcoin_qt-uritests.o
  1076.   CXX      test/qt_test_test_bitcoin_qt-test_bitcoin.o
  1077.   CXX      test/qt_test_test_bitcoin_qt-testutil.o
  1078.   CXX      qt/test/qt_test_test_bitcoin_qt-paymentservertests.o
  1079.   CXX      qt/test/qt_test_test_bitcoin_qt-wallettests.o
  1080.   CXX      qt/test/qt_test_test_bitcoin_qt-moc_bitcoinaddressvalidatortests.o
  1081.   CXX      qt/test/qt_test_test_bitcoin_qt-moc_compattests.o
  1082.   CXX      qt/test/qt_test_test_bitcoin_qt-moc_guiutiltests.o
  1083.   GEN      qt/test/moc_rpcnestedtests.cpp
  1084.   CXX      qt/test/qt_test_test_bitcoin_qt-moc_rpcnestedtests.o
  1085.   CXX      qt/test/qt_test_test_bitcoin_qt-moc_uritests.o
  1086.   GEN      qt/test/moc_paymentservertests.cpp
  1087.   CXX      qt/test/qt_test_test_bitcoin_qt-moc_paymentservertests.o
  1088.   CXXLD    qt/test/test_bitcoin-qt
  1089.   CXX      test/test_test_bitcoin_fuzzy-test_bitcoin_fuzzy.o
  1090.   CXXLD    test/test_bitcoin_fuzzy
  1091. make[2]: Leaving directory '/home/mroman/bitcoin-abc-master/src'
  1092. make[1]: Leaving directory '/home/mroman/bitcoin-abc-master/src'
  1093. Making all in doc/man
  1094. make[1]: Entering directory '/home/mroman/bitcoin-abc-master/doc/man'
  1095. cd ../.. && make  am--refresh
  1096. make[2]: Entering directory '/home/mroman/bitcoin-abc-master'
  1097. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/build-aux/missing autoconf
  1098. make[2]: Leaving directory '/home/mroman/bitcoin-abc-master'
  1099. make[1]: Nothing to be done for 'all'.
  1100. make[1]: Leaving directory '/home/mroman/bitcoin-abc-master/doc/man'
  1101. make[1]: Entering directory '/home/mroman/bitcoin-abc-master'
  1102. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/mroman/bitcoin-abc-master/build-aux/missing autoconf
  1103. make[1]: Nothing to be done for 'all-am'.
  1104. make[1]: Leaving directory '/home/mroman/bitcoin-abc-master'
Add Comment
Please, Sign In to add comment