Advertisement
adcoding

Untitled

Jun 1st, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.11 KB | None | 0 0
  1. root@htr-droplet:~/ccminer# ./ccminer -a sha256d --coinbase-addr HTf9gb8JoKzbicD6zHaWZ6eiUqCh22KDQU -o stratum+tcp://stratum.node5.mainnet.hathor.network:8081
  2. -bash: ./ccminer: No such file or directory
  3. root@htr-droplet:~/ccminer# sudo ./build.sh
  4. Making distclean in compat
  5. make[1]: Entering directory '/root/ccminer/compat'
  6. Making distclean in jansson
  7. make[2]: Entering directory '/root/ccminer/compat/jansson'
  8. test -z "libjansson.a" || rm -f libjansson.a
  9. rm -f *.o
  10. rm -f *.tab.c
  11. test -z "" || rm -f
  12. test . = "." || test -z "" || rm -f
  13. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  14. rm -rf ./.deps
  15. rm -f Makefile
  16. make[2]: Leaving directory '/root/ccminer/compat/jansson'
  17. make[2]: Entering directory '/root/ccminer/compat'
  18. test -z "" || rm -f
  19. test . = "." || test -z "" || rm -f
  20. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  21. make[2]: Leaving directory '/root/ccminer/compat'
  22. rm -f Makefile
  23. make[1]: Leaving directory '/root/ccminer/compat'
  24. make[1]: Entering directory '/root/ccminer'
  25. test -z "ccminer" || rm -f ccminer
  26. rm -f *.o
  27. rm -f Algo256/*.o
  28. rm -f JHA/*.o
  29. rm -f compat/*.o
  30. rm -f crypto/*.o
  31. rm -f crypto/cpu/*.o
  32. rm -f equi/*.o
  33. rm -f equi/blake2/*.o
  34. rm -f heavy/*.o
  35. rm -f lbry/*.o
  36. rm -f lyra2/*.o
  37. rm -f neoscrypt/*.o
  38. rm -f phi/*.o
  39. rm -f quark/*.o
  40. rm -f qubit/*.o
  41. rm -f scrypt/*.o
  42. rm -f sha256/*.o
  43. rm -f sia/*.o
  44. rm -f skunk/*.o
  45. rm -f sph/*.o
  46. rm -f tribus/*.o
  47. rm -f x11/*.o
  48. rm -f x12/*.o
  49. rm -f x13/*.o
  50. rm -f x15/*.o
  51. rm -f x16/*.o
  52. rm -f x17/*.o
  53. rm -f *.tab.c
  54. test -z "" || rm -f
  55. test . = "." || test -z "" || rm -f
  56. rm -f Algo256/.deps/.dirstamp
  57. rm -f Algo256/.dirstamp
  58. rm -f JHA/.deps/.dirstamp
  59. rm -f JHA/.dirstamp
  60. rm -f compat/.deps/.dirstamp
  61. rm -f compat/.dirstamp
  62. rm -f crypto/.deps/.dirstamp
  63. rm -f crypto/.dirstamp
  64. rm -f crypto/cpu/.deps/.dirstamp
  65. rm -f crypto/cpu/.dirstamp
  66. rm -f equi/.deps/.dirstamp
  67. rm -f equi/.dirstamp
  68. rm -f equi/blake2/.deps/.dirstamp
  69. rm -f equi/blake2/.dirstamp
  70. rm -f heavy/.deps/.dirstamp
  71. rm -f heavy/.dirstamp
  72. rm -f lbry/.deps/.dirstamp
  73. rm -f lbry/.dirstamp
  74. rm -f lyra2/.deps/.dirstamp
  75. rm -f lyra2/.dirstamp
  76. rm -f neoscrypt/.deps/.dirstamp
  77. rm -f neoscrypt/.dirstamp
  78. rm -f phi/.deps/.dirstamp
  79. rm -f phi/.dirstamp
  80. rm -f quark/.deps/.dirstamp
  81. rm -f quark/.dirstamp
  82. rm -f qubit/.deps/.dirstamp
  83. rm -f qubit/.dirstamp
  84. rm -f scrypt/.deps/.dirstamp
  85. rm -f scrypt/.dirstamp
  86. rm -f sha256/.deps/.dirstamp
  87. rm -f sha256/.dirstamp
  88. rm -f sia/.deps/.dirstamp
  89. rm -f sia/.dirstamp
  90. rm -f skunk/.deps/.dirstamp
  91. rm -f skunk/.dirstamp
  92. rm -f sph/.deps/.dirstamp
  93. rm -f sph/.dirstamp
  94. rm -f tribus/.deps/.dirstamp
  95. rm -f tribus/.dirstamp
  96. rm -f x11/.deps/.dirstamp
  97. rm -f x11/.dirstamp
  98. rm -f x12/.deps/.dirstamp
  99. rm -f x12/.dirstamp
  100. rm -f x13/.deps/.dirstamp
  101. rm -f x13/.dirstamp
  102. rm -f x15/.deps/.dirstamp
  103. rm -f x15/.dirstamp
  104. rm -f x16/.deps/.dirstamp
  105. rm -f x16/.dirstamp
  106. rm -f x17/.deps/.dirstamp
  107. rm -f x17/.dirstamp
  108. rm -f ccminer-config.h stamp-h1
  109. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  110. rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  111. make[1]: Leaving directory '/root/ccminer'
  112. rm -f config.status config.cache config.log configure.lineno config.status.lineno
  113. rm -rf ./.deps compat/.deps crypto/.deps crypto/cpu/.deps equi/.deps equi/blake2/.deps lyra2/.deps neoscrypt/.deps sia/.deps sph/.deps x13/.deps
  114. rm -f Makefile
  115. checking build system type... x86_64-unknown-linux-gnu
  116. checking host system type... x86_64-unknown-linux-gnu
  117. checking target system type... x86_64-unknown-linux-gnu
  118. checking for a BSD-compatible install... /usr/bin/install -c
  119. checking whether build environment is sane... yes
  120. checking for a thread-safe mkdir -p... /bin/mkdir -p
  121. checking for gawk... gawk
  122. checking whether make sets $(MAKE)... yes
  123. checking whether make supports nested variables... yes
  124. checking whether to enable maintainer-specific portions of Makefiles... no
  125. checking for style of include used by make... GNU
  126. checking for gcc... gcc
  127. checking whether the C compiler works... yes
  128. checking for C compiler default output file name... a.out
  129. checking for suffix of executables...
  130. checking whether we are cross compiling... no
  131. checking for suffix of object files... o
  132. checking whether we are using the GNU C compiler... yes
  133. checking whether gcc accepts -g... yes
  134. checking for gcc option to accept ISO C89... none needed
  135. checking whether gcc understands -c and -o together... yes
  136. checking dependency style of gcc... gcc3
  137. checking for gcc option to accept ISO C99... none needed
  138. checking how to run the C preprocessor... gcc -E
  139. checking for grep that handles long lines and -e... /bin/grep
  140. checking for egrep... /bin/grep -E
  141. checking whether gcc needs -traditional... no
  142. checking dependency style of gcc... gcc3
  143. checking for ranlib... ranlib
  144. checking for g++... g++
  145. checking whether we are using the GNU C++ compiler... yes
  146. checking whether g++ accepts -g... yes
  147. checking dependency style of g++... gcc3
  148. checking for gcc option to support OpenMP... -fopenmp
  149. checking for ANSI C header files... yes
  150. checking for sys/types.h... yes
  151. checking for sys/stat.h... yes
  152. checking for stdlib.h... yes
  153. checking for string.h... yes
  154. checking for memory.h... yes
  155. checking for strings.h... yes
  156. checking for inttypes.h... yes
  157. checking for stdint.h... yes
  158. checking for unistd.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 sys/param.h usability... yes
  163. checking sys/param.h presence... yes
  164. checking for sys/param.h... yes
  165. checking syslog.h usability... yes
  166. checking syslog.h presence... yes
  167. checking for syslog.h... yes
  168. checking for sys/sysctl.h... yes
  169. checking whether be32dec is declared... no
  170. checking whether le32dec is declared... no
  171. checking whether be32enc is declared... no
  172. checking whether le32enc is declared... no
  173. checking for size_t... yes
  174. checking for working alloca.h... yes
  175. checking for alloca... yes
  176. checking for getopt_long... yes
  177. checking for json_loads in -ljansson... yes
  178. checking for pthread_create in -lpthread... yes
  179. checking for gzopen in -lz... yes
  180. checking for SSL_free in -lssl... yes
  181. checking for EVP_DigestFinal_ex in -lcrypto... yes
  182. checking for gawk... (cached) gawk
  183. checking for curl-config... /usr/bin/curl-config
  184. checking for the version of libcurl... 7.58.0
  185. checking for libcurl >= version 7.15.2... yes
  186. checking whether libcurl is usable... yes
  187. checking for curl_free... yes
  188. checking that generated files are newer than configure... done
  189. configure: creating ./config.status
  190. config.status: creating Makefile
  191. config.status: creating compat/Makefile
  192. config.status: creating compat/jansson/Makefile
  193. config.status: creating ccminer-config.h
  194. config.status: executing depfiles commands
  195. make all-recursive
  196. make[1]: Entering directory '/root/ccminer'
  197. Making all in compat
  198. make[2]: Entering directory '/root/ccminer/compat'
  199. make[3]: Entering directory '/root/ccminer/compat'
  200. make[3]: Nothing to be done for 'all-am'.
  201. make[3]: Leaving directory '/root/ccminer/compat'
  202. make[2]: Leaving directory '/root/ccminer/compat'
  203. make[2]: Entering directory '/root/ccminer'
  204. gcc -DHAVE_CONFIG_H -I. -fopenmp -pthread -fno-strict-aliasing -I/usr/local/cuda/include -DUSE_WRAPNVML -g -O2 -MT ccminer-crc32.o -MD -MP -MF .deps/ccminer-crc32.Tpo -c -o ccminer-crc32.o `test -f 'crc32.c' || echo './'`crc32.c
  205. gcc -DHAVE_CONFIG_H -I. -fopenmp -pthread -fno-strict-aliasing -I/usr/local/cuda/include -DUSE_WRAPNVML -g -O2 -MT ccminer-hefty1.o -MD -MP -MF .deps/ccminer-hefty1.Tpo -c -o ccminer-hefty1.o `test -f 'hefty1.c' || echo './'`hefty1.c
  206. g++ -DHAVE_CONFIG_H -I. -fopenmp -pthread -fno-strict-aliasing -I/usr/local/cuda/include -DUSE_WRAPNVML -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT ccminer-ccminer.o -MD -MP -MF .deps/ccminer-ccminer.Tpo -c -o ccminer-ccminer.o `test -f 'ccminer.cpp' || echo './'`ccminer.cpp
  207. g++ -DHAVE_CONFIG_H -I. -fopenmp -pthread -fno-strict-aliasing -I/usr/local/cuda/include -DUSE_WRAPNVML -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT ccminer-pools.o -MD -MP -MF .deps/ccminer-pools.Tpo -c -o ccminer-pools.o `test -f 'pools.cpp' || echo './'`pools.cpp
  208. mv -f .deps/ccminer-crc32.Tpo .deps/ccminer-crc32.Po
  209. g++ -DHAVE_CONFIG_H -I. -fopenmp -pthread -fno-strict-aliasing -I/usr/local/cuda/include -DUSE_WRAPNVML -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT ccminer-util.o -MD -MP -MF .deps/ccminer-util.Tpo -c -o ccminer-util.o `test -f 'util.cpp' || echo './'`util.cpp
  210. ccminer.cpp:49:10: fatal error: cuda_runtime.h: No such file or directory
  211. #include <cuda_runtime.h>
  212. ^~~~~~~~~~~~~~~~
  213. compilation terminated.
  214. Makefile:1856: recipe for target 'ccminer-ccminer.o' failed
  215. make[2]: *** [ccminer-ccminer.o] Error 1
  216. make[2]: *** Waiting for unfinished jobs....
  217. mv -f .deps/ccminer-hefty1.Tpo .deps/ccminer-hefty1.Po
  218. mv -f .deps/ccminer-pools.Tpo .deps/ccminer-pools.Po
  219. mv -f .deps/ccminer-util.Tpo .deps/ccminer-util.Po
  220. make[2]: Leaving directory '/root/ccminer'
  221. Makefile:2282: recipe for target 'all-recursive' failed
  222. make[1]: *** [all-recursive] Error 1
  223. make[1]: Leaving directory '/root/ccminer'
  224. Makefile:683: recipe for target 'all' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement