Advertisement
Guest User

Error running make on litecoin Ubuntu 12.04

a guest
Feb 20th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.19 KB | None | 0 0
  1. root@precise64:/home/vagrant/litecoin# ./autogen.sh
  2. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  3. libtoolize: copying file `build-aux/config.guess'
  4. libtoolize: copying file `build-aux/config.sub'
  5. libtoolize: copying file `build-aux/install-sh'
  6. libtoolize: copying file `build-aux/ltmain.sh'
  7. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `build-aux/m4'.
  8. libtoolize: copying file `build-aux/m4/libtool.m4'
  9. libtoolize: copying file `build-aux/m4/ltoptions.m4'
  10. libtoolize: copying file `build-aux/m4/ltsugar.m4'
  11. libtoolize: copying file `build-aux/m4/ltversion.m4'
  12. libtoolize: copying file `build-aux/m4/lt~obsolete.m4'
  13. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  14. libtoolize: copying file `build-aux/config.guess'
  15. libtoolize: copying file `build-aux/config.sub'
  16. libtoolize: copying file `build-aux/install-sh'
  17. libtoolize: copying file `build-aux/ltmain.sh'
  18. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `build-aux/m4'.
  19. libtoolize: copying file `build-aux/m4/libtool.m4'
  20. libtoolize: copying file `build-aux/m4/ltoptions.m4'
  21. libtoolize: copying file `build-aux/m4/ltsugar.m4'
  22. libtoolize: copying file `build-aux/m4/ltversion.m4'
  23. libtoolize: copying file `build-aux/m4/lt~obsolete.m4'
  24. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  25. libtoolize: copying file `build-aux/config.guess'
  26. libtoolize: copying file `build-aux/config.sub'
  27. libtoolize: copying file `build-aux/install-sh'
  28. libtoolize: copying file `build-aux/ltmain.sh'
  29. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `build-aux/m4'.
  30. libtoolize: copying file `build-aux/m4/libtool.m4'
  31. libtoolize: copying file `build-aux/m4/ltoptions.m4'
  32. libtoolize: copying file `build-aux/m4/ltsugar.m4'
  33. libtoolize: copying file `build-aux/m4/ltversion.m4'
  34. libtoolize: copying file `build-aux/m4/lt~obsolete.m4'
  35. Makefile.am:12: user variable `GZIP_ENV' defined here...
  36. /usr/share/automake-1.11/am/distdir.am: ... overrides Automake variable `GZIP_ENV' defined here
  37. root@precise64:/home/vagrant/litecoin# ./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" --with-incompatible-bdb
  38. checking build system type... x86_64-unknown-linux-gnu
  39. checking host system type... x86_64-unknown-linux-gnu
  40. checking for a BSD-compatible install... /usr/bin/install -c
  41. checking whether build environment is sane... yes
  42. checking for a thread-safe mkdir -p... /bin/mkdir -p
  43. checking for gawk... no
  44. checking for mawk... mawk
  45. checking whether make sets $(MAKE)... yes
  46. checking whether to enable maintainer-specific portions of Makefiles... yes
  47. checking whether make supports nested variables... yes
  48. checking for g++... g++
  49. checking whether the C++ compiler works... yes
  50. checking for C++ compiler default output file name... a.out
  51. checking for suffix of executables...
  52. checking whether we are cross compiling... no
  53. checking for suffix of object files... o
  54. checking whether we are using the GNU C++ compiler... yes
  55. checking whether g++ accepts -g... yes
  56. checking for style of include used by make... GNU
  57. checking dependency style of g++... gcc3
  58. checking whether g++ supports C++11 features with -std=c++11... yes
  59. checking whether std::atomic can be used without link library... yes
  60. checking whether we are using the GNU Objective C++ compiler... no
  61. checking whether g++ -std=c++11 accepts -g... no
  62. checking how to print strings... printf
  63. checking for gcc... gcc
  64. checking whether we are using the GNU C compiler... yes
  65. checking whether gcc accepts -g... yes
  66. checking for gcc option to accept ISO C89... none needed
  67. checking dependency style of gcc... gcc3
  68. checking for a sed that does not truncate output... /bin/sed
  69. checking for grep that handles long lines and -e... /bin/grep
  70. checking for egrep... /bin/grep -E
  71. checking for fgrep... /bin/grep -F
  72. checking for ld used by gcc... /usr/bin/ld
  73. checking if the linker (/usr/bin/ld) is GNU ld... yes
  74. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  75. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  76. checking whether ln -s works... yes
  77. checking the maximum length of command line arguments... 1572864
  78. checking whether the shell understands some XSI constructs... yes
  79. checking whether the shell understands "+="... yes
  80. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  81. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  82. checking for /usr/bin/ld option to reload object files... -r
  83. checking for objdump... objdump
  84. checking how to recognize dependent libraries... pass_all
  85. checking for dlltool... no
  86. checking how to associate runtime and link libraries... printf %s\n
  87. checking for ar... ar
  88. checking for archiver @FILE support... @
  89. checking for strip... strip
  90. checking for ranlib... ranlib
  91. checking command to parse /usr/bin/nm -B output from gcc object... ok
  92. checking for sysroot... no
  93. checking for mt... mt
  94. checking if mt is a manifest tool... no
  95. checking how to run the C preprocessor... gcc -E
  96. checking for ANSI C header files... yes
  97. checking for sys/types.h... yes
  98. checking for sys/stat.h... yes
  99. checking for stdlib.h... yes
  100. checking for string.h... yes
  101. checking for memory.h... yes
  102. checking for strings.h... yes
  103. checking for inttypes.h... yes
  104. checking for stdint.h... yes
  105. checking for unistd.h... yes
  106. checking for dlfcn.h... yes
  107. checking for objdir... .libs
  108. checking if gcc supports -fno-rtti -fno-exceptions... no
  109. checking for gcc option to produce PIC... -fPIC -DPIC
  110. checking if gcc PIC flag -fPIC -DPIC works... yes
  111. checking if gcc static flag -static works... yes
  112. checking if gcc supports -c -o file.o... yes
  113. checking if gcc supports -c -o file.o... (cached) yes
  114. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  115. checking whether -lc should be explicitly linked in... no
  116. checking dynamic linker characteristics... GNU/Linux ld.so
  117. checking how to hardcode library paths into programs... immediate
  118. checking whether stripping libraries is possible... yes
  119. checking if libtool supports shared libraries... yes
  120. checking whether to build shared libraries... yes
  121. checking whether to build static libraries... yes
  122. checking how to run the C++ preprocessor... g++ -std=c++11 -E
  123. checking for ld used by g++ -std=c++11... /usr/bin/ld -m elf_x86_64
  124. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  125. checking whether the g++ -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  126. checking for g++ -std=c++11 option to produce PIC... -fPIC -DPIC
  127. checking if g++ -std=c++11 PIC flag -fPIC -DPIC works... yes
  128. checking if g++ -std=c++11 static flag -static works... yes
  129. checking if g++ -std=c++11 supports -c -o file.o... yes
  130. checking if g++ -std=c++11 supports -c -o file.o... (cached) yes
  131. checking whether the g++ -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  132. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  133. checking how to hardcode library paths into programs... immediate
  134. checking for ar... /usr/bin/ar
  135. checking for ranlib... /usr/bin/ranlib
  136. checking for strip... /usr/bin/strip
  137. checking for gcov... /usr/bin/gcov
  138. checking for lcov... no
  139. checking for python3.6... no
  140. checking for python3.5... no
  141. checking for python3.4... no
  142. checking for python3... no
  143. checking for python2.7... /usr/bin/python2.7
  144. checking for genhtml... no
  145. checking for git... /usr/bin/git
  146. checking for ccache... no
  147. checking for xgettext... no
  148. checking for hexdump... /usr/bin/hexdump
  149. checking for readelf... /usr/bin/readelf
  150. checking for c++filt... /usr/bin/c++filt
  151. checking for objcopy... /usr/bin/objcopy
  152. checking whether C++ compiler accepts -Werror... yes
  153. checking whether C++ compiler accepts -Wall... yes
  154. checking whether C++ compiler accepts -Wextra... yes
  155. checking whether C++ compiler accepts -Wformat... yes
  156. checking whether C++ compiler accepts -Wvla... yes
  157. checking whether C++ compiler accepts -Wformat-security... yes
  158. checking whether C++ compiler accepts -Wunused-parameter... yes
  159. checking whether C++ compiler accepts -Wself-assign... no
  160. checking whether C++ compiler accepts -Wunused-local-typedef... no
  161. checking whether C++ compiler accepts -Wdeprecated-register... no
  162. checking whether C++ compiler accepts -Wimplicit-fallthrough... no
  163. checking whether C++ compiler accepts -msse4.2... yes
  164. checking for assembler crc32 support... yes
  165. checking for pkg-config... /usr/bin/pkg-config
  166. checking pkg-config is at least version 0.9.0... yes
  167. checking whether byte ordering is bigendian... no
  168. checking whether gcc is Clang... no
  169. checking whether pthreads work with -pthread... yes
  170. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  171. checking whether more special flags are required for pthreads... no
  172. checking for PTHREAD_PRIO_INHERIT... yes
  173. checking for special C compiler options needed for large files... no
  174. checking for _FILE_OFFSET_BITS value needed for large files... no
  175. checking whether strerror_r is declared... yes
  176. checking for strerror_r... yes
  177. checking whether strerror_r returns char *... yes
  178. checking whether the linker accepts -Wl,--large-address-aware... no
  179. checking for __attribute__((visibility))... yes
  180. checking for __attribute__((dllexport))... no
  181. checking for __attribute__((dllimport))... no
  182. checking for library containing clock_gettime... none required
  183. checking whether C++ compiler accepts -fPIC... yes
  184. checking whether C++ compiler accepts -Wstack-protector... yes
  185. checking whether C++ compiler accepts -fstack-protector-all... yes
  186. checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
  187. checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
  188. checking whether the linker accepts -Wl,--dynamicbase... no
  189. checking whether the linker accepts -Wl,--nxcompat... no
  190. checking whether the linker accepts -Wl,--high-entropy-va... no
  191. checking whether the linker accepts -Wl,-z,relro... yes
  192. checking whether the linker accepts -Wl,-z,now... yes
  193. checking whether C++ compiler accepts -fPIE... yes
  194. checking whether the linker accepts -pie... yes
  195. checking endian.h usability... yes
  196. checking endian.h presence... yes
  197. checking for endian.h... yes
  198. checking sys/endian.h usability... no
  199. checking sys/endian.h presence... no
  200. checking for sys/endian.h... no
  201. checking byteswap.h usability... yes
  202. checking byteswap.h presence... yes
  203. checking for byteswap.h... yes
  204. checking stdio.h usability... yes
  205. checking stdio.h presence... yes
  206. checking for stdio.h... yes
  207. checking for stdlib.h... (cached) yes
  208. checking for unistd.h... (cached) yes
  209. checking for strings.h... (cached) yes
  210. checking for sys/types.h... (cached) yes
  211. checking for sys/stat.h... (cached) yes
  212. checking sys/select.h usability... yes
  213. checking sys/select.h presence... yes
  214. checking for sys/select.h... yes
  215. checking sys/prctl.h usability... yes
  216. checking sys/prctl.h presence... yes
  217. checking for sys/prctl.h... yes
  218. checking whether strnlen is declared... yes
  219. checking whether daemon is declared... yes
  220. checking whether le16toh is declared... yes
  221. checking whether le32toh is declared... yes
  222. checking whether le64toh is declared... yes
  223. checking whether htole16 is declared... yes
  224. checking whether htole32 is declared... yes
  225. checking whether htole64 is declared... yes
  226. checking whether be16toh is declared... yes
  227. checking whether be32toh is declared... yes
  228. checking whether be64toh is declared... yes
  229. checking whether htobe16 is declared... yes
  230. checking whether htobe32 is declared... yes
  231. checking whether htobe64 is declared... yes
  232. checking whether bswap_16 is declared... yes
  233. checking whether bswap_32 is declared... yes
  234. checking whether bswap_64 is declared... yes
  235. checking whether __builtin_clz is declared... yes
  236. checking whether __builtin_clzl is declared... yes
  237. checking whether __builtin_clzll is declared... yes
  238. checking for MSG_NOSIGNAL... yes
  239. checking for MSG_DONTWAIT... yes
  240. checking for getmemoryinfo... yes
  241. checking for mallopt M_ARENA_MAX... yes
  242. checking for visibility attribute... yes
  243. checking for Linux getrandom syscall... no
  244. checking for getentropy... no
  245. checking for getentropy via random.h... no
  246. checking for sysctl KERN_ARND... no
  247. checking for Berkeley DB C++ headers... default
  248. configure: WARNING: Found Berkeley DB other than 4.8; wallets opened by this build will not be portable!
  249. checking for main in -ldb_cxx-4.8... no
  250. checking for main in -ldb_cxx... yes
  251. checking miniupnpc/miniwget.h usability... yes
  252. checking miniupnpc/miniwget.h presence... yes
  253. checking for miniupnpc/miniwget.h... yes
  254. checking for main in -lminiupnpc... yes
  255. checking miniupnpc/miniupnpc.h usability... yes
  256. checking miniupnpc/miniupnpc.h presence... yes
  257. checking for miniupnpc/miniupnpc.h... yes
  258. checking for main in -lminiupnpc... (cached) yes
  259. checking miniupnpc/upnpcommands.h usability... yes
  260. checking miniupnpc/upnpcommands.h presence... yes
  261. checking for miniupnpc/upnpcommands.h... yes
  262. checking for main in -lminiupnpc... (cached) yes
  263. checking miniupnpc/upnperrors.h usability... yes
  264. checking miniupnpc/upnperrors.h presence... yes
  265. checking for miniupnpc/upnperrors.h... yes
  266. checking for main in -lminiupnpc... (cached) yes
  267. checking for QT5... no
  268. checking for QT4... no
  269. configure: WARNING: Qt dependencies not found; bitcoin-qt frontend will not be built
  270. checking whether to build Litecoin Core GUI... no (Qt5)
  271. checking for boostlib >= 1.47.0... yes
  272. checking whether the Boost::System library is available... yes
  273. checking for exit in -lboost_system... yes
  274. checking whether the Boost::Filesystem library is available... yes
  275. checking for exit in -lboost_filesystem... yes
  276. checking whether the Boost::Program_Options library is available... yes
  277. checking for exit in -lboost_program_options... yes
  278. checking whether the Boost::Thread library is available... yes
  279. checking for exit in -lboost_thread... yes
  280. checking whether the Boost::Chrono library is available... yes
  281. checking for exit in -lboost_chrono... yes
  282. checking whether the Boost::Unit_Test_Framework library is available... yes
  283. checking for dynamic linked boost test... yes
  284. checking for mismatched boost c++11 scoped enums... mismatched
  285. checking for SSL... yes
  286. checking for CRYPTO... yes
  287. checking for EVENT... yes
  288. checking for EVENT_PTHREADS... yes
  289. checking for ZMQ... yes
  290. checking whether EVP_MD_CTX_new is declared... no
  291. checking whether to build litecoind... yes
  292. checking whether to build utils (litecoin-cli litecoin-tx)... yes
  293. checking whether to build libraries... yes
  294. checking if ccache should be used... no
  295. checking if wallet should be enabled... yes
  296. checking whether to build with support for UPnP... yes
  297. checking whether to build with UPnP enabled by default... no
  298. checking whether to build test_litecoin... yes
  299. checking whether to enable sse2 instructions... no
  300. checking whether to reduce exports... no
  301. configure: creating ./config.status
  302. config.status: creating libbitcoinconsensus.pc
  303. config.status: creating Makefile
  304. config.status: creating src/Makefile
  305. config.status: creating doc/man/Makefile
  306. config.status: creating share/setup.nsi
  307. config.status: creating share/qt/Info.plist
  308. config.status: creating test/config.ini
  309. config.status: creating contrib/devtools/split-debug.sh
  310. config.status: creating doc/Doxyfile
  311. config.status: creating src/config/bitcoin-config.h
  312. config.status: src/config/bitcoin-config.h is unchanged
  313. config.status: executing depfiles commands
  314. config.status: executing libtool commands
  315. === configuring in src/univalue (/home/vagrant/litecoin/src/univalue)
  316. configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' 'LDFLAGS=-L/lib/' 'CPPFLAGS=-I/include/' '--with-incompatible-bdb' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
  317. checking whether make supports nested variables... yes
  318. checking for a BSD-compatible install... /usr/bin/install -c
  319. checking whether build environment is sane... yes
  320. checking for a thread-safe mkdir -p... /bin/mkdir -p
  321. checking for gawk... no
  322. checking for mawk... mawk
  323. checking whether make sets $(MAKE)... yes
  324. checking build system type... x86_64-unknown-linux-gnu
  325. checking host system type... x86_64-unknown-linux-gnu
  326. checking how to print strings... printf
  327. checking for style of include used by make... GNU
  328. checking for gcc... gcc
  329. checking whether the C compiler works... yes
  330. checking for C compiler default output file name... a.out
  331. checking for suffix of executables...
  332. checking whether we are cross compiling... no
  333. checking for suffix of object files... o
  334. checking whether we are using the GNU C compiler... yes
  335. checking whether gcc accepts -g... yes
  336. checking for gcc option to accept ISO C89... none needed
  337. checking dependency style of gcc... gcc3
  338. checking for a sed that does not truncate output... /bin/sed
  339. checking for grep that handles long lines and -e... /bin/grep
  340. checking for egrep... /bin/grep -E
  341. checking for fgrep... /bin/grep -F
  342. checking for ld used by gcc... /usr/bin/ld
  343. checking if the linker (/usr/bin/ld) is GNU ld... yes
  344. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  345. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  346. checking whether ln -s works... yes
  347. checking the maximum length of command line arguments... 1572864
  348. checking whether the shell understands some XSI constructs... yes
  349. checking whether the shell understands "+="... yes
  350. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  351. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  352. checking for /usr/bin/ld option to reload object files... -r
  353. checking for objdump... objdump
  354. checking how to recognize dependent libraries... pass_all
  355. checking for dlltool... no
  356. checking how to associate runtime and link libraries... printf %s\n
  357. checking for ar... ar
  358. checking for archiver @FILE support... @
  359. checking for strip... strip
  360. checking for ranlib... ranlib
  361. checking command to parse /usr/bin/nm -B output from gcc object... ok
  362. checking for sysroot... no
  363. checking for mt... mt
  364. checking if mt is a manifest tool... no
  365. checking how to run the C preprocessor... gcc -E
  366. checking for ANSI C header files... yes
  367. checking for sys/types.h... yes
  368. checking for sys/stat.h... yes
  369. checking for stdlib.h... yes
  370. checking for string.h... yes
  371. checking for memory.h... yes
  372. checking for strings.h... yes
  373. checking for inttypes.h... yes
  374. checking for stdint.h... yes
  375. checking for unistd.h... yes
  376. checking for dlfcn.h... yes
  377. checking for objdir... .libs
  378. checking if gcc supports -fno-rtti -fno-exceptions... no
  379. checking for gcc option to produce PIC... -fPIC -DPIC
  380. checking if gcc PIC flag -fPIC -DPIC works... yes
  381. checking if gcc static flag -static works... yes
  382. checking if gcc supports -c -o file.o... yes
  383. checking if gcc supports -c -o file.o... (cached) yes
  384. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  385. checking dynamic linker characteristics... GNU/Linux ld.so
  386. checking how to hardcode library paths into programs... immediate
  387. checking whether stripping libraries is possible... yes
  388. checking if libtool supports shared libraries... yes
  389. checking whether to build shared libraries... no
  390. checking whether to build static libraries... yes
  391. checking for g++... g++
  392. checking whether we are using the GNU C++ compiler... yes
  393. checking whether g++ accepts -g... yes
  394. checking dependency style of g++... gcc3
  395. checking how to run the C++ preprocessor... g++ -E
  396. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  397. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  398. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  399. checking for g++ option to produce PIC... -fPIC -DPIC
  400. checking if g++ PIC flag -fPIC -DPIC works... yes
  401. checking if g++ static flag -static works... yes
  402. checking if g++ supports -c -o file.o... yes
  403. checking if g++ supports -c -o file.o... (cached) yes
  404. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  405. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  406. checking how to hardcode library paths into programs... immediate
  407. configure: creating ./config.status
  408. config.status: creating Makefile
  409. config.status: creating pc/libunivalue.pc
  410. config.status: creating pc/libunivalue-uninstalled.pc
  411. config.status: creating univalue-config.h
  412. config.status: univalue-config.h is unchanged
  413. config.status: executing depfiles commands
  414. config.status: executing libtool commands
  415. === configuring in src/secp256k1 (/home/vagrant/litecoin/src/secp256k1)
  416. configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' 'LDFLAGS=-L/lib/' 'CPPFLAGS=-I/include/' '--with-incompatible-bdb' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
  417. checking build system type... x86_64-unknown-linux-gnu
  418. checking host system type... x86_64-unknown-linux-gnu
  419. checking for a BSD-compatible install... /usr/bin/install -c
  420. checking whether build environment is sane... yes
  421. checking for a thread-safe mkdir -p... /bin/mkdir -p
  422. checking for gawk... no
  423. checking for mawk... mawk
  424. checking whether make sets $(MAKE)... yes
  425. checking how to print strings... printf
  426. checking for style of include used by make... GNU
  427. checking for gcc... gcc
  428. checking whether the C compiler works... yes
  429. checking for C compiler default output file name... a.out
  430. checking for suffix of executables...
  431. checking whether we are cross compiling... no
  432. checking for suffix of object files... o
  433. checking whether we are using the GNU C compiler... yes
  434. checking whether gcc accepts -g... yes
  435. checking for gcc option to accept ISO C89... none needed
  436. checking dependency style of gcc... gcc3
  437. checking for a sed that does not truncate output... /bin/sed
  438. checking for grep that handles long lines and -e... /bin/grep
  439. checking for egrep... /bin/grep -E
  440. checking for fgrep... /bin/grep -F
  441. checking for ld used by gcc... /usr/bin/ld
  442. checking if the linker (/usr/bin/ld) is GNU ld... yes
  443. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  444. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  445. checking whether ln -s works... yes
  446. checking the maximum length of command line arguments... 1572864
  447. checking whether the shell understands some XSI constructs... yes
  448. checking whether the shell understands "+="... yes
  449. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  450. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  451. checking for /usr/bin/ld option to reload object files... -r
  452. checking for objdump... objdump
  453. checking how to recognize dependent libraries... pass_all
  454. checking for dlltool... no
  455. checking how to associate runtime and link libraries... printf %s\n
  456. checking for ar... ar
  457. checking for archiver @FILE support... @
  458. checking for strip... strip
  459. checking for ranlib... ranlib
  460. checking command to parse /usr/bin/nm -B output from gcc object... ok
  461. checking for sysroot... no
  462. checking for mt... mt
  463. checking if mt is a manifest tool... no
  464. checking how to run the C preprocessor... gcc -E
  465. checking for ANSI C header files... yes
  466. checking for sys/types.h... yes
  467. checking for sys/stat.h... yes
  468. checking for stdlib.h... yes
  469. checking for string.h... yes
  470. checking for memory.h... yes
  471. checking for strings.h... yes
  472. checking for inttypes.h... yes
  473. checking for stdint.h... yes
  474. checking for unistd.h... yes
  475. checking for dlfcn.h... yes
  476. checking for objdir... .libs
  477. checking if gcc supports -fno-rtti -fno-exceptions... no
  478. checking for gcc option to produce PIC... -fPIC -DPIC
  479. checking if gcc PIC flag -fPIC -DPIC works... yes
  480. checking if gcc static flag -static works... yes
  481. checking if gcc supports -c -o file.o... yes
  482. checking if gcc supports -c -o file.o... (cached) yes
  483. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  484. checking dynamic linker characteristics... GNU/Linux ld.so
  485. checking how to hardcode library paths into programs... immediate
  486. checking whether stripping libraries is possible... yes
  487. checking if libtool supports shared libraries... yes
  488. checking whether to build shared libraries... no
  489. checking whether to build static libraries... yes
  490. checking whether make supports nested variables... yes
  491. checking for pkg-config... /usr/bin/pkg-config
  492. checking pkg-config is at least version 0.9.0... yes
  493. checking for ar... /usr/bin/ar
  494. checking for ranlib... /usr/bin/ranlib
  495. checking for strip... /usr/bin/strip
  496. checking for gcc... gcc
  497. checking whether we are using the GNU C compiler... (cached) yes
  498. checking whether gcc accepts -g... yes
  499. checking for gcc option to accept ISO C89... (cached) none needed
  500. checking dependency style of gcc... gcc3
  501. checking how to run the C preprocessor... gcc -E
  502. checking whether gcc and cc understand -c and -o together... yes
  503. checking for gcc option to accept ISO C89... (cached) none needed
  504. checking dependency style of gcc... gcc3
  505. 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
  506. checking if gcc supports -fvisibility=hidden... yes
  507. checking for __int128... yes
  508. checking for __builtin_expect... yes
  509. checking native compiler: gcc... ok
  510. checking for x86_64 assembly availability... yes
  511. checking for CRYPTO... yes
  512. checking for main in -lcrypto... yes
  513. checking for EC functions in libcrypto... yes
  514. checking whether byte ordering is bigendian... no
  515. configure: Using static precomputation: yes
  516. configure: Using assembly optimizations: x86_64
  517. configure: Using field implementation: 64bit
  518. configure: Using bignum implementation: no
  519. configure: Using scalar implementation: 64bit
  520. configure: Using endomorphism optimizations: no
  521. configure: Building for coverage analysis: no
  522. configure: Building ECDH module: no
  523. configure: Building ECDSA pubkey recovery module: yes
  524. configure: Using jni: no
  525. configure: creating ./config.status
  526. config.status: creating Makefile
  527. config.status: creating libsecp256k1.pc
  528. config.status: creating src/libsecp256k1-config.h
  529. config.status: src/libsecp256k1-config.h is unchanged
  530. config.status: executing depfiles commands
  531. config.status: executing libtool commands
  532. Fixing libtool for -rpath problems.
  533.  
  534. Options used to compile and link:
  535. with wallet = yes
  536. with gui / qt = no
  537. with zmq = yes
  538. with test = yes
  539. with bench = yes
  540. with upnp = yes
  541. debug enabled = no
  542. werror = no
  543.  
  544. target os = linux
  545. build os =
  546.  
  547. CC = gcc
  548. CFLAGS = -g -O2
  549. CPPFLAGS = -I/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS
  550. CXX = g++ -std=c++11
  551. CXXFLAGS = -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter
  552. LDFLAGS = -L/lib/
  553. ARFLAGS = cr
  554.  
  555. root@precise64:/home/vagrant/litecoin# make
  556. Making all in src
  557. make[1]: Entering directory `/home/vagrant/litecoin/src'
  558. make[2]: Entering directory `/home/vagrant/litecoin/src'
  559. make[3]: Entering directory `/home/vagrant/litecoin'
  560. make[3]: Leaving directory `/home/vagrant/litecoin'
  561. make[3]: Entering directory `/home/vagrant/litecoin/src/secp256k1'
  562. make[3]: Leaving directory `/home/vagrant/litecoin/src/secp256k1'
  563. CXX libbitcoin_server_a-blockencodings.o
  564. CXX libbitcoin_server_a-checkpoints.o
  565. CXX libbitcoin_server_a-httpserver.o
  566. httpserver.cpp: In function 'void http_request_cb(evhttp_request*, void*)':
  567. httpserver.cpp:247:70: error: 'evhttp_connection_get_bufferevent' was not declared in this scope
  568. bufferevent* bev = evhttp_connection_get_bufferevent(conn);
  569. ^
  570. httpserver.cpp: In lambda function:
  571. httpserver.cpp:621:74: error: 'evhttp_connection_get_bufferevent' was not declared in this scope
  572. bufferevent* bev = evhttp_connection_get_bufferevent(conn);
  573. ^
  574. make[2]: *** [libbitcoin_server_a-httpserver.o] Error 1
  575. make[2]: Leaving directory `/home/vagrant/litecoin/src'
  576. make[1]: *** [all-recursive] Error 1
  577. make[1]: Leaving directory `/home/vagrant/litecoin/src'
  578. make: *** [all-recursive] Error 1
  579. root@precise64:/home/vagrant/litecoin#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement