Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. CXX libbitcoinc_server_a-validation.o
  2. CXX libbitcoinc_server_a-validationinterface.o
  3. g++: internal compiler error: Killed (program cc1plus)
  4. Please submit a full bug report,
  5. with preprocessed source if appropriate.
  6. See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
  7. Makefile:7281: recipe for target 'libbitcoinc_server_a-validation.o' failed
  8. make[3]: *** [libbitcoinc_server_a-validation.o] Error 4
  9. make[3]: *** Waiting for unfinished jobs....
  10. In file included from ./primitives/transaction.h:15:0,
  11. from ./validationinterface.h:9,
  12. from validationinterface.cpp:6:
  13. ./consensus/consensus.h:27:21: warning: ‘MIN_TRANSACTION_WEIGHT’ defined but not used [-Wunused-variable]
  14. static const size_t MIN_TRANSACTION_WEIGHT = WITNESS_SCALE_FACTOR * 60; // 60 is the lower bound for the size of a valid serialized CTransaction
  15. ^
  16. In file included from ./primitives/transaction.h:15:0,
  17. from ./validationinterface.h:9,
  18. from validationinterface.cpp:6:
  19. ./consensus/consensus.h:28:21: warning: ‘MIN_SERIALIZABLE_TRANSACTION_WEIGHT’ defined but not used [-Wunused-variable]
  20. static const size_t MIN_SERIALIZABLE_TRANSACTION_WEIGHT = WITNESS_SCALE_FACTOR * 10; // 10 is the lower bound for the size of a serialized CTransaction
  21. ^
  22. make[3]: Leaving directory '/root/parts/bitcoinc-project/build/src'
  23. Makefile:11585: recipe for target 'all-recursive' failed
  24. make[2]: *** [all-recursive] Error 1
  25. make[2]: Leaving directory '/root/parts/bitcoinc-project/build/src'
  26. Makefile:3395: recipe for target 'all' failed
  27. make[1]: *** [all] Error 2
  28. make[1]: Leaving directory '/root/parts/bitcoinc-project/build/src'
  29. Makefile:796: recipe for target 'all-recursive' failed
  30. make: *** [all-recursive] Error 1
  31. Failed to run 'make -j2' for 'bitcoinc-project': Exited with code 2.
  32. Verify that the part is using the correct parameters and try again.
  33. Run the same command again with --debug to shell into the environment if you wish to introspect this failure.
  34. An error occurred when trying to execute 'sudo -i env SNAPCRAFT_HAS_TTY=True snapcraft snap' with 'multipass': returned exit code 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement