Advertisement
Guest User

Untitled

a guest
May 20th, 2018
1,222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.34 KB | None | 0 0
  1. еление изменений: 100% (399/399), готово.
  2. Проверка соединения… готово.
  3. user@PC1 /media/user/F/Work/Mining/cpuminer-hyc $ cd cpuminer-multi
  4. user@PC1 /media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi $ ./autogen.sh
  5. configure.ac:16: installing './compile'
  6. configure.ac:4: installing './config.guess'
  7. configure.ac:4: installing './config.sub'
  8. configure.ac:6: installing './install-sh'
  9. configure.ac:6: installing './missing'
  10. Makefile.am: installing './depcomp'
  11. user@PC1 /media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi $ CFLAGS="-march=native" ./configure
  12. checking build system type... x86_64-pc-linux-gnu
  13. checking host system type... x86_64-pc-linux-gnu
  14. checking target system type... x86_64-pc-linux-gnu
  15. checking for a BSD-compatible install... /usr/bin/install -c
  16. checking whether build environment is sane... yes
  17. checking for a thread-safe mkdir -p... /bin/mkdir -p
  18. checking for gawk... gawk
  19. checking whether make sets $(MAKE)... yes
  20. checking whether make supports nested variables... yes
  21. checking whether to enable maintainer-specific portions of Makefiles... no
  22. checking for style of include used by make... GNU
  23. checking for gcc... gcc
  24. checking whether the C compiler works... yes
  25. checking for C compiler default output file name... a.out
  26. checking for suffix of executables...
  27. checking whether we are cross compiling... no
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C compiler... yes
  30. checking whether gcc accepts -g... yes
  31. checking for gcc option to accept ISO C89... none needed
  32. checking whether gcc understands -c and -o together... yes
  33. checking dependency style of gcc... gcc3
  34. checking for gcc option to accept ISO C99... none needed
  35. checking how to run the C preprocessor... gcc -E
  36. checking for grep that handles long lines and -e... /bin/grep
  37. checking for egrep... /bin/grep -E
  38. checking whether gcc needs -traditional... no
  39. checking dependency style of gcc... gcc3
  40. checking for ranlib... ranlib
  41. checking for ANSI C header files... yes
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking sys/endian.h usability... no
  52. checking sys/endian.h presence... no
  53. checking for sys/endian.h... no
  54. checking sys/param.h usability... yes
  55. checking sys/param.h presence... yes
  56. checking for sys/param.h... yes
  57. checking syslog.h usability... yes
  58. checking syslog.h presence... yes
  59. checking for syslog.h... yes
  60. checking for sys/sysctl.h... yes
  61. checking whether be32dec is declared... no
  62. checking whether le32dec is declared... no
  63. checking whether be32enc is declared... no
  64. checking whether le32enc is declared... no
  65. checking for size_t... yes
  66. checking for working alloca.h... yes
  67. checking for alloca... yes
  68. checking for getopt_long... yes
  69. checking whether we can compile AVX code... yes
  70. checking whether we can compile XOP code... yes
  71. checking whether we can compile AVX2 code... yes
  72. checking for json_loads in -ljansson... yes
  73. checking for pthread_create in -lpthread... yes
  74. checking for gawk... (cached) gawk
  75. checking for curl-config... /usr/bin/curl-config
  76. checking for the version of libcurl... 7.47.0
  77. checking for libcurl >= version 7.15.2... yes
  78. checking whether libcurl is usable... yes
  79. checking for curl_free... yes
  80. checking that generated files are newer than configure... done
  81. configure: creating ./config.status
  82. config.status: creating Makefile
  83. config.status: creating compat/Makefile
  84. config.status: creating compat/jansson/Makefile
  85. config.status: creating cpuminer-config.h
  86. config.status: executing depfiles commands
  87. user@PC1 /media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi $ sudo make install
  88. [sudo] пароль для user:
  89. Making install in compat
  90. make[1]: вход в каталог «/media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi/compat»
  91. make[2]: вход в каталог «/media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi/compat»
  92. make[3]: вход в каталог «/media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi/compat»
  93. make[3]: Цель «install-exec-am» не требует выполнения команд.
  94. make[3]: Цель «install-data-am» не требует выполнения команд.
  95. make[3]: выход из каталога «/media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi/compat»
  96. make[2]: выход из каталога «/media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi/compat»
  97. make[1]: выход из каталога «/media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi/compat»
  98. make[1]: вход в каталог «/media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi»
  99. gcc -DHAVE_CONFIG_H -I. -pthread -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -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 -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
  100. mv -f .deps/minerd-cpu-miner.Tpo .deps/minerd-cpu-miner.Po
  101. gcc -DHAVE_CONFIG_H -I. -pthread -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -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 -maes -march=native -MT minerd-util.o -MD -MP -MF .deps/minerd-util.Tpo -c -o minerd-util.o `test -f 'util.c' || echo './'`util.c
  102. mv -f .deps/minerd-util.Tpo .deps/minerd-util.Po
  103. gcc -DHAVE_CONFIG_H -I. -pthread -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -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 -maes -march=native -MT minerd-cryptonight_common.o -MD -MP -MF .deps/minerd-cryptonight_common.Tpo -c -o minerd-cryptonight_common.o `test -f 'cryptonight_common.c' || echo './'`cryptonight_common.c
  104. mv -f .deps/minerd-cryptonight_common.Tpo .deps/minerd-cryptonight_common.Po
  105. gcc -DHAVE_CONFIG_H -I. -pthread -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -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 -maes -march=native -MT crypto/minerd-c_keccak.o -MD -MP -MF crypto/.deps/minerd-c_keccak.Tpo -c -o crypto/minerd-c_keccak.o `test -f 'crypto/c_keccak.c' || echo './'`crypto/c_keccak.c
  106. crypto/c_keccak.c: In function ‘keccak’:
  107. crypto/c_keccak.c:102:5: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
  108. memset(st, 0, sizeof(st));
  109. ^
  110. crypto/c_keccak.c:102:5: warning: incompatible implicit declaration of built-in function ‘memset’
  111. crypto/c_keccak.c:102:5: note: include ‘<string.h>’ or provide a declaration of ‘memset’
  112. crypto/c_keccak.c:111:5: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration]
  113. memcpy(temp, in, inlen);
  114. ^
  115. crypto/c_keccak.c:111:5: warning: incompatible implicit declaration of built-in function ‘memcpy’
  116. crypto/c_keccak.c:111:5: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
  117. mv -f crypto/.deps/minerd-c_keccak.Tpo crypto/.deps/minerd-c_keccak.Po
  118. gcc -DHAVE_CONFIG_H -I. -pthread -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -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 -maes -march=native -MT crypto/minerd-c_groestl.o -MD -MP -MF crypto/.deps/minerd-c_groestl.Tpo -c -o crypto/minerd-c_groestl.o `test -f 'crypto/c_groestl.c' || echo './'`crypto/c_groestl.c
  119. mv -f crypto/.deps/minerd-c_groestl.Tpo crypto/.deps/minerd-c_groestl.Po
  120. gcc -DHAVE_CONFIG_H -I. -pthread -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -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 -maes -march=native -MT crypto/minerd-c_blake256.o -MD -MP -MF crypto/.deps/minerd-c_blake256.Tpo -c -o crypto/minerd-c_blake256.o `test -f 'crypto/c_blake256.c' || echo './'`crypto/c_blake256.c
  121. mv -f crypto/.deps/minerd-c_blake256.Tpo crypto/.deps/minerd-c_blake256.Po
  122. gcc -DHAVE_CONFIG_H -I. -pthread -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -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 -maes -march=native -MT crypto/minerd-c_jh.o -MD -MP -MF crypto/.deps/minerd-c_jh.Tpo -c -o crypto/minerd-c_jh.o `test -f 'crypto/c_jh.c' || echo './'`crypto/c_jh.c
  123. mv -f crypto/.deps/minerd-c_jh.Tpo crypto/.deps/minerd-c_jh.Po
  124. gcc -DHAVE_CONFIG_H -I. -pthread -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -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 -maes -march=native -MT crypto/minerd-c_skein.o -MD -MP -MF crypto/.deps/minerd-c_skein.Tpo -c -o crypto/minerd-c_skein.o `test -f 'crypto/c_skein.c' || echo './'`crypto/c_skein.c
  125. mv -f crypto/.deps/minerd-c_skein.Tpo crypto/.deps/minerd-c_skein.Po
  126. gcc -DHAVE_CONFIG_H -I. -pthread -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -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 -maes -march=native -MT minerd-cryptonight_aesni.o -MD -MP -MF .deps/minerd-cryptonight_aesni.Tpo -c -o minerd-cryptonight_aesni.o `test -f 'cryptonight_aesni.c' || echo './'`cryptonight_aesni.c
  127. In file included from cryptonight.h:6:0,
  128. from cryptonight_aesni.c:2:
  129. miner.h:188:58: warning: ‘struct cryptonight_ctx’ declared inside parameter list
  130. uint32_t max_nonce, unsigned long *hashes_done, struct cryptonight_ctx *persi
  131. ^
  132. miner.h:188:58: warning: its scope is only this definition or declaration, which is probably not what you want
  133. cryptonight_aesni.c: In function ‘cryptonight_hash_ctx’:
  134. cryptonight_aesni.c:90:40: warning: passing argument 3 of ‘keccak’ from incompatible pointer type [-Wincompatible-pointer-types]
  135. keccak((const uint8_t *)input, inlen, &ctx->state.hs, 200);
  136. ^
  137. In file included from cryptonight_aesni.c:2:0:
  138. cryptonight.h:64:6: note: expected ‘uint8_t * {aka unsigned char *}’ but argument is of type ‘union hash_state *’
  139. void keccak(const uint8_t *in, int inlen, uint8_t *md, int mdlen);
  140. ^
  141. cryptonight_aesni.c:96:5: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration]
  142. memcpy(ctx->text, ctx->state.init, INIT_SIZE_BYTE);
  143. ^
  144. cryptonight_aesni.c:96:5: warning: incompatible implicit declaration of built-in function ‘memcpy’
  145. cryptonight_aesni.c:96:5: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
  146. cryptonight_aesni.c:176:18: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  147. uint64_t *dst = &ctx->long_state[c[0] & 0x1FFFF0];
  148. ^
  149. cryptonight_aesni.c:219:10: warning: passing argument 1 of ‘keccakf’ from incompatible pointer type [-Wincompatible-pointer-types]
  150. keccakf(&ctx->state.hs, 24);
  151. ^
  152. In file included from cryptonight_aesni.c:2:0:
  153. cryptonight.h:65:6: note: expected ‘uint64_t * {aka long unsigned int *}’ but argument is of type ‘union hash_state *’
  154. void keccakf(uint64_t st[25], int rounds);
  155. ^
  156. mv -f .deps/minerd-cryptonight_aesni.Tpo .deps/minerd-cryptonight_aesni.Po
  157. gcc -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -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 -maes -march=native -o minerd minerd-cpu-miner.o minerd-util.o minerd-cryptonight_common.o crypto/minerd-c_keccak.o crypto/minerd-c_groestl.o crypto/minerd-c_blake256.o crypto/minerd-c_jh.o crypto/minerd-c_skein.o minerd-cryptonight_aesni.o -L/usr/lib/x86_64-linux-gnu -lcurl -ljansson -lpthread
  158. make[2]: вход в каталог «/media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi»
  159. /bin/mkdir -p '/usr/local/bin'
  160. /usr/bin/install -c minerd '/usr/local/bin'
  161. /bin/mkdir -p '/usr/local/share/man/man1'
  162. /usr/bin/install -c -m 644 minerd.1 '/usr/local/share/man/man1'
  163. make[2]: выход из каталога «/media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi»
  164. make[1]: выход из каталога «/media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi»
  165. user@PC1 /media/user/F/Work/Mining/cpuminer-hyc/cpuminer-multi $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement