Advertisement
Gingeropolous

Untitled

Feb 19th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. Make clean
  2. Make debug
  3.  
  4. /home/asusp5qpro/bitmonero_R2/bitmonero/src/crypto/skein.c: In function ‘Init’:
  5. /home/asusp5qpro/bitmonero_R2/bitmonero/src/crypto/skein.c:1944:5: warning: "SKEIN_256_NIST_MAX_HASH_BITS" is not defined [-Wundef]
  6. #if SKEIN_256_NIST_MAX_HASH_BITS
  7. ^
  8. [ 53%] Building C object src/crypto/CMakeFiles/crypto.dir/slow-hash.c.o
  9. /home/asusp5qpro/bitmonero_R2/bitmonero/src/crypto/slow-hash.c: In function ‘slow_hash_allocate_state’:
  10. /home/asusp5qpro/bitmonero_R2/bitmonero/src/crypto/slow-hash.c:416:9: warning: unused variable ‘state’ [-Wunused-variable]
  11. int state = 0;
  12. ^
  13. [ 55%] Building C object src/crypto/CMakeFiles/crypto.dir/tree-hash.c.o
  14. Linking CXX static library libcrypto.a
  15. make[3]: Leaving directory `/home/asusp5qpro/bitmonero_R2/bitmonero/build/debug'
  16. [ 55%] Built target crypto
  17. make[3]: Entering directory `/home/asusp5qpro/bitmonero_R2/bitmonero/build/debug'
  18. Scanning dependencies of target common
  19. make[3]: Leaving directory `/home/asusp5qpro/bitmonero_R2/bitmonero/build/debug'
  20. make[3]: Entering directory `/home/asusp5qpro/bitmonero_R2/bitmonero/build/debug'
  21. [ 56%] Building CXX object src/common/CMakeFiles/common.dir/base58.cpp.o
  22. [ 58%] Building CXX object src/common/CMakeFiles/common.dir/command_line.cpp.o
  23. [ 60%] Building CXX object src/common/CMakeFiles/common.dir/dns_utils.cpp.o
  24. In file included from /usr/include/boost/thread/locks.hpp:10:0,
  25. from /usr/include/boost/thread.hpp:21,
  26. from /home/asusp5qpro/bitmonero_R2/bitmonero/contrib/epee/include/misc_log_ex.h:43,
  27. from /home/asusp5qpro/bitmonero_R2/bitmonero/contrib/epee/include/include_base_utils.h:32,
  28. from /home/asusp5qpro/bitmonero_R2/bitmonero/src/common/dns_utils.cpp:36:
  29. /usr/include/boost/thread/lock_algorithms.hpp:341:3: internal compiler error: Segmentation fault
  30. }
  31. ^
  32. Please submit a full bug report,
  33. with preprocessed source if appropriate.
  34. See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
  35. The bug is not reproducible, so it is likely a hardware or OS problem.
  36. make[3]: *** [src/common/CMakeFiles/common.dir/dns_utils.cpp.o] Error 1
  37. make[3]: Leaving directory `/home/asusp5qpro/bitmonero_R2/bitmonero/build/debug'
  38. make[2]: *** [src/common/CMakeFiles/common.dir/all] Error 2
  39. make[2]: Leaving directory `/home/asusp5qpro/bitmonero_R2/bitmonero/build/debug'
  40. make[1]: *** [all] Error 2
  41. make[1]: Leaving directory `/home/asusp5qpro/bitmonero_R2/bitmonero/build/debug'
  42. make: *** [debug] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement