Guest User

Untitled

a guest
Apr 2nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.43 KB | None | 0 0
  1. pi@raspberrypi:~/Downloads/honey-master $ qmake
  2. Project MESSAGE: Building with UPNP support
  3. Removed plural forms as the target language has less forms.
  4. If this sounds wrong, possibly the target language is not set or recognized.
  5. Removed plural forms as the target language has less forms.
  6. If this sounds wrong, possibly the target language is not set or recognized.
  7. Removed plural forms as the target language has less forms.
  8. If this sounds wrong, possibly the target language is not set or recognized.
  9. pi@raspberrypi:~/Downloads/honey-master $ make
  10. cd /home/pi/Downloads/honey-master/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
  11. make[1]: Entering directory '/home/pi/Downloads/honey-master/src/leveldb'
  12. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/builder.cc -o db/builder.o
  13. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/c.cc -o db/c.o
  14. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/dbformat.cc -o db/dbformat.o
  15. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/db_impl.cc -o db/db_impl.o
  16. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/db_iter.cc -o db/db_iter.o
  17. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/filename.cc -o db/filename.o
  18. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/log_reader.cc -o db/log_reader.o
  19. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/log_writer.cc -o db/log_writer.o
  20. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/memtable.cc -o db/memtable.o
  21. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/repair.cc -o db/repair.o
  22. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/table_cache.cc -o db/table_cache.o
  23. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/version_edit.cc -o db/version_edit.o
  24. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/version_set.cc -o db/version_set.o
  25. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c db/write_batch.cc -o db/write_batch.o
  26. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c table/block_builder.cc -o table/block_builder.o
  27. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c table/block.cc -o table/block.o
  28. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c table/filter_block.cc -o table/filter_block.o
  29. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c table/format.cc -o table/format.o
  30. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c table/iterator.cc -o table/iterator.o
  31. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c table/merger.cc -o table/merger.o
  32. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c table/table_builder.cc -o table/table_builder.o
  33. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c table/table.cc -o table/table.o
  34. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c table/two_level_iterator.cc -o table/two_level_iterator.o
  35. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/arena.cc -o util/arena.o
  36. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/bloom.cc -o util/bloom.o
  37. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/cache.cc -o util/cache.o
  38. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/coding.cc -o util/coding.o
  39. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/comparator.cc -o util/comparator.o
  40. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/crc32c.cc -o util/crc32c.o
  41. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/env.cc -o util/env.o
  42. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/env_posix.cc -o util/env_posix.o
  43. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/env_win.cc -o util/env_win.o
  44. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/filter_policy.cc -o util/filter_policy.o
  45. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/hash.cc -o util/hash.o
  46. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/histogram.cc -o util/histogram.o
  47. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/logging.cc -o util/logging.o
  48. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/options.cc -o util/options.o
  49. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c util/status.cc -o util/status.o
  50. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c port/port_posix.cc -o port/port_posix.o
  51. rm -f libleveldb.a
  52. ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/env.o util/env_posix.o util/env_win.o util/filter_policy.o util/hash.o util/histogram.o util/logging.o util/options.o util/status.o port/port_posix.o
  53. ar: creating libleveldb.a
  54. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -c helpers/memenv/memenv.cc -o helpers/memenv/memenv.o
  55. rm -f libmemenv.a
  56. ar -rs libmemenv.a helpers/memenv/memenv.o
  57. ar: creating libmemenv.a
  58. make[1]: Leaving directory '/home/pi/Downloads/honey-master/src/leveldb'
  59. cd /home/pi/Downloads/honey-master; /bin/sh share/genbuild.sh /home/pi/Downloads/honey-master/build/build.h
  60. fatal: Not a git repository (or any of the parent directories): .git
  61. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/coincontroldialog.ui -o build/ui_coincontroldialog.h
  62. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/sendcoinsdialog.ui -o build/ui_sendcoinsdialog.h
  63. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/addressbookpage.ui -o build/ui_addressbookpage.h
  64. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/signverifymessagedialog.ui -o build/ui_signverifymessagedialog.h
  65. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/aboutdialog.ui -o build/ui_aboutdialog.h
  66. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/editaddressdialog.ui -o build/ui_editaddressdialog.h
  67. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/transactiondescdialog.ui -o build/ui_transactiondescdialog.h
  68. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/overviewpage.ui -o build/ui_overviewpage.h
  69. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/sendcoinsentry.ui -o build/ui_sendcoinsentry.h
  70. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/askpassphrasedialog.ui -o build/ui_askpassphrasedialog.h
  71. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/rpcconsole.ui -o build/ui_rpcconsole.h
  72. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/blockbrowser.ui -o build/ui_blockbrowser.h
  73. /usr/lib/arm-linux-gnueabihf/qt5/bin/uic src/qt/forms/optionsdialog.ui -o build/ui_optionsdialog.h
  74. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/txdb-leveldb.o src/txdb-leveldb.cpp
  75. In file included from src/kernel.h:7:0,
  76. from src/txdb-leveldb.cpp:17:
  77. src/main.h: In member function ‘uint256 CDiskBlockIndex::GetBlockHash() const’:
  78. src/main.h:1134:13: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
  79. uint256 GetBlockHash() const
  80. ^
  81. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/honey.o src/qt/honey.cpp
  82. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/honeygui.o src/qt/honeygui.cpp
  83. In file included from src/qt/honeygui.cpp:10:0:
  84. src/qt/honeygui.h: In constructor ‘HoneyGUI::HoneyGUI(QWidget*)’:
  85. src/qt/honeygui.h:117:14: warning: ‘HoneyGUI::nWeight’ will be initialized after [-Wreorder]
  86. uint64_t nWeight;
  87. ^
  88. src/qt/honeygui.h:73:19: warning: ‘BlockBrowser* HoneyGUI::blockBrowserPage’ [-Wreorder]
  89. BlockBrowser *blockBrowserPage;
  90. ^
  91. src/qt/honeygui.cpp:70:1: warning: when initialized here [-Wreorder]
  92. HoneyGUI::HoneyGUI(QWidget *parent):
  93. ^
  94. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/transactiontablemodel.o src/qt/transactiontablemodel.cpp
  95. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp
  96. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/optionsdialog.o src/qt/optionsdialog.cpp
  97. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/sendcoinsdialog.o src/qt/sendcoinsdialog.cpp
  98. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/coincontroldialog.o src/qt/coincontroldialog.cpp
  99. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/coincontroltreewidget.o src/qt/coincontroltreewidget.cpp
  100. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/addressbookpage.o src/qt/addressbookpage.cpp
  101. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/signverifymessagedialog.o src/qt/signverifymessagedialog.cpp
  102. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/aboutdialog.o src/qt/aboutdialog.cpp
  103. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/editaddressdialog.o src/qt/editaddressdialog.cpp
  104. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/honeyaddressvalidator.o src/qt/honeyaddressvalidator.cpp
  105. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/chainparams.o src/chainparams.cpp
  106. src/chainparams.cpp: In constructor ‘CMainParams::CMainParams()’:
  107. src/chainparams.cpp:47:5: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
  108. CMainParams() {
  109. ^
  110. src/chainparams.cpp: In constructor ‘CTestNetParams::CTestNetParams()’:
  111. src/chainparams.cpp:137:5: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
  112. CTestNetParams() {
  113. ^
  114. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/version.o src/version.cpp
  115. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/sync.o src/sync.cpp
  116. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/txmempool.o src/txmempool.cpp
  117. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/util.o src/util.cpp
  118. src/util.cpp: In function ‘void ReadConfigFile(std::map<std::basic_string<char>, std::basic_string<char> >&, std::map<std::basic_string<char>, std::vector<std::basic_string<char> > >&)’:
  119. src/util.cpp:1055:49: warning: format not a string literal and no format arguments [-Wformat-security]
  120. fprintf(ConfFile, rpcpass.c_str());
  121. ^
  122. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/hash.o src/hash.cpp
  123. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/netbase.o src/netbase.cpp
  124. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/key.o src/key.cpp
  125. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/script.o src/script.cpp
  126. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/core.o src/core.cpp
  127. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/main.o src/main.cpp
  128. In file included from src/net.h:23:0,
  129. from src/checkpoints.h:8,
  130. from src/main.cpp:11:
  131. src/hash.h: In function ‘uint256 HashBlake2s(T1, T1) [with T1 = char*]’:
  132. src/hash.h:28:16: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
  133. inline uint256 HashBlake2s(const T1 pbegin, const T1 pend)
  134. ^
  135. src/main.cpp: In member function ‘int CTxIndex::GetDepthInMainChain() const’:
  136. src/main.cpp:833:5: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
  137. int CTxIndex::GetDepthInMainChain() const
  138. ^
  139. src/main.cpp: In function ‘void PrintBlockTree()’:
  140. src/main.cpp:2547:6: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
  141. void PrintBlockTree()
  142. ^
  143. src/main.cpp: In member function ‘bool CBlock::SetBestChainInner(CTxDB&, CBlockIndex*)’:
  144. src/main.cpp:1756:6: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
  145. bool CBlock::SetBestChainInner(CTxDB& txdb, CBlockIndex *pindexNew)
  146. ^
  147. src/main.cpp: In member function ‘bool CBlock::AcceptBlock()’:
  148. src/main.cpp:2096:6: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
  149. bool CBlock::AcceptBlock()
  150. ^
  151. g++ -c -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Ibuild -Ibuild -o build/miner.o src/miner.cpp
  152. src/miner.cpp: In function ‘CBlock* CreateNewBlock(CReserveKey&, bool, int64_t*)’:
  153. src/miner.cpp:106:5: error: ‘unique_ptr’ was not declared in this scope
  154. unique_ptr<CBlock> pblock(new CBlock());
  155. ^
  156. src/miner.cpp:106:22: error: expected primary-expression before ‘>’ token
  157. unique_ptr<CBlock> pblock(new CBlock());
  158. ^
  159. src/miner.cpp:106:43: error: ‘pblock’ was not declared in this scope
  160. unique_ptr<CBlock> pblock(new CBlock());
  161. ^
  162. src/miner.cpp: In function ‘void ThreadStakeMiner(CWallet*)’:
  163. src/miner.cpp:558:9: error: ‘unique_ptr’ was not declared in this scope
  164. unique_ptr<CBlock> pblock(CreateNewBlock(reservekey, true, &nFees));
  165. ^
  166. src/miner.cpp:558:26: error: expected primary-expression before ‘>’ token
  167. unique_ptr<CBlock> pblock(CreateNewBlock(reservekey, true, &nFees));
  168. ^
  169. src/miner.cpp:558:75: error: ‘pblock’ was not declared in this scope
  170. unique_ptr<CBlock> pblock(CreateNewBlock(reservekey, true, &nFees));
  171. ^
  172. src/miner.cpp: In function ‘void HoneyMiner(CWallet*)’:
  173. src/miner.cpp:608:9: error: ‘unique_ptr’ was not declared in this scope
  174. unique_ptr<CBlock> pblocktemplate(CreateNewBlock(reservekey, false, &nFees));
  175. ^
  176. src/miner.cpp:608:26: error: expected primary-expression before ‘>’ token
  177. unique_ptr<CBlock> pblocktemplate(CreateNewBlock(reservekey, false, &nFees));
  178. ^
  179. src/miner.cpp:608:84: error: ‘pblocktemplate’ was not declared in this scope
  180. unique_ptr<CBlock> pblocktemplate(CreateNewBlock(reservekey, false, &nFees));
  181. ^
  182. src/miner.cpp: In function ‘CBlock* CreateNewBlock(CReserveKey&, bool, int64_t*)’:
  183. src/miner.cpp:373:1: warning: control reaches end of non-void function [-Wreturn-type]
  184. }
  185. ^
  186. Makefile:1842: recipe for target 'build/miner.o' failed
  187. make: *** [build/miner.o] Error 1
  188. pi@raspberrypi:~/Downloads/honey-master $
Advertisement
Add Comment
Please, Sign In to add comment