Guest User

Untitled

a guest
Jun 18th, 2014
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.50 KB | None | 0 0
  1. [root@iidx test]# git clone https://github.com/wolf9466/cpuminer-multi
  2. Initialized empty Git repository in /srv/scripts/btc-test1/test/cpuminer-multi/.git/
  3. remote: Counting objects: 608, done.
  4. remote: Compressing objects: 100% (259/259), done.
  5. remote: Total 608 (delta 353), reused 595 (delta 347)
  6. Receiving objects: 100% (608/608), 448.88 KiB | 237 KiB/s, done.
  7. Resolving deltas: 100% (353/353), done.
  8. [root@iidx test]#
  9. [root@iidx test]#
  10. [root@iidx test]#
  11. [root@iidx test]#
  12. [root@iidx test]#
  13. [root@iidx test]#
  14. [root@iidx test]#
  15. [root@iidx test]#
  16. [root@iidx test]# ./autogen.sh
  17. bash: ./autogen.sh: No such file or directory
  18. [root@iidx test]# cd cpuminer-multi/
  19. [root@iidx cpuminer-multi]# ./autogen.sh
  20. configure.ac:127: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  21. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  22. ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
  23. ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
  24. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  25. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  26. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  27. /usr/share/aclocal/libcurl.m4:38: LIBCURL_CHECK_CONFIG is expanded from...
  28. configure.ac:127: the top level
  29. configure.ac:127: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  30. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  31. ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
  32. ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
  33. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  34. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  35. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  36. aclocal.m4:59: LIBCURL_CHECK_CONFIG is expanded from...
  37. configure.ac:127: the top level
  38. configure.ac:127: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  39. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  40. ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
  41. ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
  42. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  43. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  44. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  45. aclocal.m4:59: LIBCURL_CHECK_CONFIG is expanded from...
  46. configure.ac:127: the top level
  47. configure.ac:18: installing `./compile'
  48. configure.ac:4: installing `./config.guess'
  49. configure.ac:4: installing `./config.sub'
  50. configure.ac:6: installing `./install-sh'
  51. configure.ac:6: installing `./missing'
  52. compat/jansson/Makefile.am: installing `./depcomp'
  53. configure.ac:127: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  54. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  55. ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
  56. ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
  57. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  58. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  59. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  60. aclocal.m4:59: LIBCURL_CHECK_CONFIG is expanded from...
  61. configure.ac:127: the top level
  62. [root@iidx cpuminer-multi]#
  63. [root@iidx cpuminer-multi]#
  64. [root@iidx cpuminer-multi]#
  65. [root@iidx cpuminer-multi]#
  66. [root@iidx cpuminer-multi]#
  67. [root@iidx cpuminer-multi]#
  68. [root@iidx cpuminer-multi]#
  69. [root@iidx cpuminer-multi]# CFLAGS="-march=native" ./configure
  70. checking build system type... x86_64-unknown-linux-gnu
  71. checking host system type... x86_64-unknown-linux-gnu
  72. checking target system type... x86_64-unknown-linux-gnu
  73. checking for a BSD-compatible install... /usr/bin/install -c
  74. checking whether build environment is sane... yes
  75. checking for a thread-safe mkdir -p... /bin/mkdir -p
  76. checking for gawk... gawk
  77. checking whether make sets $(MAKE)... yes
  78. checking whether to enable maintainer-specific portions of Makefiles... no
  79. checking for style of include used by make... GNU
  80. checking for gcc... gcc
  81. checking whether the C compiler works... yes
  82. checking for C compiler default output file name... a.out
  83. checking for suffix of executables...
  84. checking whether we are cross compiling... no
  85. checking for suffix of object files... o
  86. checking whether we are using the GNU C compiler... yes
  87. checking whether gcc accepts -g... yes
  88. checking for gcc option to accept ISO C89... none needed
  89. checking dependency style of gcc... gcc3
  90. checking for gcc option to accept ISO C99... -std=gnu99
  91. checking how to run the C preprocessor... gcc -std=gnu99 -E
  92. checking for grep that handles long lines and -e... /bin/grep
  93. checking for egrep... /bin/grep -E
  94. checking whether gcc -std=gnu99 needs -traditional... no
  95. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  96. checking dependency style of gcc -std=gnu99... gcc3
  97. checking for ranlib... ranlib
  98. checking for ANSI C header files... yes
  99. checking for sys/types.h... yes
  100. checking for sys/stat.h... yes
  101. checking for stdlib.h... yes
  102. checking for string.h... yes
  103. checking for memory.h... yes
  104. checking for strings.h... yes
  105. checking for inttypes.h... yes
  106. checking for stdint.h... yes
  107. checking for unistd.h... yes
  108. checking sys/endian.h usability... no
  109. checking sys/endian.h presence... no
  110. checking for sys/endian.h... no
  111. checking sys/param.h usability... yes
  112. checking sys/param.h presence... yes
  113. checking for sys/param.h... yes
  114. checking syslog.h usability... yes
  115. checking syslog.h presence... yes
  116. checking for syslog.h... yes
  117. checking for sys/sysctl.h... yes
  118. checking whether be32dec is declared... no
  119. checking whether le32dec is declared... no
  120. checking whether be32enc is declared... no
  121. checking whether le32enc is declared... no
  122. checking for size_t... yes
  123. checking for working alloca.h... yes
  124. checking for alloca... yes
  125. checking for getopt_long... yes
  126. checking whether we can compile AVX code... yes
  127. checking whether we can compile XOP code... yes
  128. checking whether we can compile AVX2 code... no
  129. configure: WARNING: The assembler does not support the AVX2 instruction set.
  130. checking for json_loads in -ljansson... no
  131. checking for pthread_create in -lpthread... yes
  132. checking for OPENSSL_init in -lcrypto... yes
  133. checking for gawk... (cached) gawk
  134. checking for curl-config... /usr/bin/curl-config
  135. checking for the version of libcurl... 7.19.7
  136. checking for libcurl >= version 7.15.2... yes
  137. checking whether libcurl is usable... yes
  138. checking for curl_free... yes
  139. configure: creating ./config.status
  140. config.status: creating Makefile
  141. config.status: creating compat/Makefile
  142. config.status: creating compat/jansson/Makefile
  143. config.status: creating cpuminer-config.h
  144. config.status: executing depfiles commands
  145. [root@iidx cpuminer-multi]#
  146. [root@iidx cpuminer-multi]#
  147. [root@iidx cpuminer-multi]#
  148. [root@iidx cpuminer-multi]#
  149. [root@iidx cpuminer-multi]#
  150. [root@iidx cpuminer-multi]#
  151. [root@iidx cpuminer-multi]#
  152. [root@iidx cpuminer-multi]# make
  153. make all-recursive
  154. make[1]: Entering directory `/srv/scripts/btc-test1/test/cpuminer-multi'
  155. Making all in compat
  156. make[2]: Entering directory `/srv/scripts/btc-test1/test/cpuminer-multi/compat'
  157. Making all in jansson
  158. make[3]: Entering directory `/srv/scripts/btc-test1/test/cpuminer-multi/compat/jansson'
  159. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -march=native -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c
  160. mv -f .deps/dump.Tpo .deps/dump.Po
  161. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -march=native -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c
  162. mv -f .deps/hashtable.Tpo .deps/hashtable.Po
  163. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -march=native -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c
  164. mv -f .deps/load.Tpo .deps/load.Po
  165. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -march=native -MT strbuffer.o -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c
  166. mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po
  167. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -march=native -MT utf.o -MD -MP -MF .deps/utf.Tpo -c -o utf.o utf.c
  168. mv -f .deps/utf.Tpo .deps/utf.Po
  169. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -march=native -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c
  170. mv -f .deps/value.Tpo .deps/value.Po
  171. rm -f libjansson.a
  172. ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o
  173. ranlib libjansson.a
  174. make[3]: Leaving directory `/srv/scripts/btc-test1/test/cpuminer-multi/compat/jansson'
  175. make[3]: Entering directory `/srv/scripts/btc-test1/test/cpuminer-multi/compat'
  176. make[3]: Nothing to be done for `all-am'.
  177. make[3]: Leaving directory `/srv/scripts/btc-test1/test/cpuminer-multi/compat'
  178. make[2]: Leaving directory `/srv/scripts/btc-test1/test/cpuminer-multi/compat'
  179. make[2]: Entering directory `/srv/scripts/btc-test1/test/cpuminer-multi'
  180. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -I./compat/jansson -Ofast -flto -fuse-linker-plugin -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2 -fsched2-use-superblocks -falign-loops=16 -falign-functions=16 -falign-jumps=16 -maes -march=native -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
  181. cc1: error: invalid option argument ‘-Ofast’
  182. cc1: error: unrecognized command line option "-flto"
  183. cc1: error: unrecognized command line option "-fuse-linker-plugin"
  184. cc1: error: unrecognized command line option "-ftree-loop-if-convert-stores"
  185. make[2]: *** [minerd-cpu-miner.o] Error 1
  186. make[2]: Leaving directory `/srv/scripts/btc-test1/test/cpuminer-multi'
  187. make[1]: *** [all-recursive] Error 1
  188. make[1]: Leaving directory `/srv/scripts/btc-test1/test/cpuminer-multi'
  189. make: *** [all] Error 2
  190. [root@iidx cpuminer-multi]#
  191. [root@iidx cpuminer-multi]#
  192. [root@iidx cpuminer-multi]#
  193. [root@iidx cpuminer-multi]# gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -I./compat/jansson -funroll-loops -fvariable-expansion-in-unroller -fmerge-all-constants -fbranch-target-load-optimize2 -fsched2-use-superblocks -falign-loops=16 -falign-functions=16 -falign-jumps=16 -maes -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
  194. cpu-miner.c: In function ‘miner_thread’:
  195. cpu-miner.c:1065: error: ‘MADV_HUGEPAGE’ undeclared (first use in this function)
  196. cpu-miner.c:1065: error: (Each undeclared identifier is reported only once
  197. cpu-miner.c:1065: error: for each function it appears in.)
Advertisement
Add Comment
Please, Sign In to add comment