Advertisement
nis

Failed build

nis
Jul 2nd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.28 KB | None | 0 0
  1. [ 33%] Building CXX object plugins/juick/CMakeFiles/leechcraft_azoth_juick.dir/juick.cpp.o
  2. cd /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick && /usr/lib/llvm/6/bin/clang++ -DENABLE_CRYPT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DUSE_BOOST_LOCALE -Dleechcraft_azoth_juick_EXPORTS -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/juick -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick/leechcraft_azoth_juick_autogen/include -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build -I/usr/include/leechcraft -I/usr/include/Qca-qt5/QtCrypto -I/usr/include/leechcraft/azoth -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -DNDEBUG -march=haswell -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated-register -fPIC -fPIC -std=c++1z -o CMakeFiles/leechcraft_azoth_juick.dir/juick.cpp.o -c /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/juick/juick.cpp
  3. In file included from /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/herbicide/logger.cpp:33:
  4. /usr/include/leechcraft/util/db/oral/oral.h:406:29: error: type 'decltype(* FindPKeyIndex<LeechCraft::Azoth::Herbicide::Logger::AccountRecord>)' (aka
  5. 'const boost::hana::integral_constant<unsigned long, 0> &') cannot be used prior to '::' because it has no members
  6. constexpr auto index = decltype (*FindPKeyIndex<Seq>)::value;
  7.  ^
  8. /usr/include/leechcraft/util/db/oral/oral.h:368:14: note: in instantiation of member function 'LeechCraft::Util::oral::detail::(anonymous
  9. namespace)::AdaptInsert<LeechCraft::Azoth::Herbicide::Logger::AccountRecord>::RemovePKey' requested here
  10. : Data_ { RemovePKey (data) }
  11.  ^
  12. /usr/include/leechcraft/util/db/oral/oral.h:1643:4: note: in instantiation of function template specialization
  13. 'LeechCraft::Util::oral::detail::(anonymous
  14. namespace)::AdaptInsert<LeechCraft::Azoth::Herbicide::Logger::AccountRecord>::AdaptInsert<LeechCraft::Util::oral::detail::SQLite::ImplFactory
  15. &>' requested here
  16. { db, cachedData, factory },
  17.  ^
  18. /usr/include/leechcraft/util/db/oral/oral.h:1659:43: note: in instantiation of function template specialization
  19. 'LeechCraft::Util::oral::Adapt<LeechCraft::Azoth::Herbicide::Logger::AccountRecord, LeechCraft::Util::oral::detail::SQLite::ImplFactory>'
  20. requested here
  21. return std::make_shared<ObjectInfo<T>> (Adapt<T, ImplFactory> (db));
  22.  ^
  23. /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/herbicide/logger.cpp:188:33: note: in instantiation of
  24. function template specialization 'LeechCraft::Util::oral::AdaptPtr<LeechCraft::Azoth::Herbicide::Logger::AccountRecord,
  25. LeechCraft::Util::oral::detail::SQLite::ImplFactory>' requested here
  26. AdaptedAccount_ = Util::oral::AdaptPtr<AccountRecord> (DB_);
  27.  ^
  28. In file included from /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/herbicide/logger.cpp:33:
  29. /usr/include/leechcraft/util/db/oral/oral.h:406:29: error: type 'decltype(* FindPKeyIndex<LeechCraft::Azoth::Herbicide::Logger::EntryRecord>)' (aka
  30. 'const boost::hana::integral_constant<unsigned long, 0> &') cannot be used prior to '::' because it has no members
  31. constexpr auto index = decltype (*FindPKeyIndex<Seq>)::value;
  32.  ^
  33. /usr/include/leechcraft/util/db/oral/oral.h:368:14: note: in instantiation of member function 'LeechCraft::Util::oral::detail::(anonymous
  34. namespace)::AdaptInsert<LeechCraft::Azoth::Herbicide::Logger::EntryRecord>::RemovePKey' requested here
  35. : Data_ { RemovePKey (data) }
  36.  ^
  37. /usr/include/leechcraft/util/db/oral/oral.h:1643:4: note: in instantiation of function template specialization
  38. 'LeechCraft::Util::oral::detail::(anonymous
  39. namespace)::AdaptInsert<LeechCraft::Azoth::Herbicide::Logger::EntryRecord>::AdaptInsert<LeechCraft::Util::oral::detail::SQLite::ImplFactory &>'
  40. requested here
  41. { db, cachedData, factory },
  42.  ^
  43. /usr/include/leechcraft/util/db/oral/oral.h:1659:43: note: in instantiation of function template specialization
  44. 'LeechCraft::Util::oral::Adapt<LeechCraft::Azoth::Herbicide::Logger::EntryRecord, LeechCraft::Util::oral::detail::SQLite::ImplFactory>'
  45. requested here
  46. return std::make_shared<ObjectInfo<T>> (Adapt<T, ImplFactory> (db));
  47.  ^
  48. /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/herbicide/logger.cpp:189:31: note: in instantiation of
  49. function template specialization 'LeechCraft::Util::oral::AdaptPtr<LeechCraft::Azoth::Herbicide::Logger::EntryRecord,
  50. LeechCraft::Util::oral::detail::SQLite::ImplFactory>' requested here
  51. AdaptedEntry_ = Util::oral::AdaptPtr<EntryRecord> (DB_);
  52.  ^
  53. In file included from /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/herbicide/logger.cpp:33:
  54. /usr/include/leechcraft/util/db/oral/oral.h:406:29: error: type 'decltype(* FindPKeyIndex<LeechCraft::Azoth::Herbicide::Logger::EventRecord>)' (aka
  55. 'const boost::hana::integral_constant<unsigned long, 0> &') cannot be used prior to '::' because it has no members
  56. constexpr auto index = decltype (*FindPKeyIndex<Seq>)::value;
  57.  ^
  58. /usr/include/leechcraft/util/db/oral/oral.h:368:14: note: in instantiation of member function 'LeechCraft::Util::oral::detail::(anonymous
  59. namespace)::AdaptInsert<LeechCraft::Azoth::Herbicide::Logger::EventRecord>::RemovePKey' requested here
  60. : Data_ { RemovePKey (data) }
  61.  ^
  62. /usr/include/leechcraft/util/db/oral/oral.h:1643:4: note: in instantiation of function template specialization
  63. 'LeechCraft::Util::oral::detail::(anonymous
  64. namespace)::AdaptInsert<LeechCraft::Azoth::Herbicide::Logger::EventRecord>::AdaptInsert<LeechCraft::Util::oral::detail::SQLite::ImplFactory &>'
  65. requested here
  66. { db, cachedData, factory },
  67.  ^
  68. /usr/include/leechcraft/util/db/oral/oral.h:1659:43: note: in instantiation of function template specialization
  69. 'LeechCraft::Util::oral::Adapt<LeechCraft::Azoth::Herbicide::Logger::EventRecord, LeechCraft::Util::oral::detail::SQLite::ImplFactory>'
  70. requested here
  71. return std::make_shared<ObjectInfo<T>> (Adapt<T, ImplFactory> (db));
  72.  ^
  73. /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/herbicide/logger.cpp:190:31: note: in instantiation of
  74. function template specialization 'LeechCraft::Util::oral::AdaptPtr<LeechCraft::Azoth::Herbicide::Logger::EventRecord,
  75. LeechCraft::Util::oral::detail::SQLite::ImplFactory>' requested here
  76. AdaptedEvent_ = Util::oral::AdaptPtr<EventRecord> (DB_);
  77.  ^
  78. 3 errors generated.
  79. make[3]: *** [plugins/herbicide/CMakeFiles/leechcraft_azoth_herbicide.dir/build.make:127: plugins/herbicide/CMakeFiles/leechcraft_azoth_herbicide.dir/logger.cpp.o] Error 1
  80. make[3]: *** Waiting for unfinished jobs....
  81. [ 33%] Building CXX object plugins/juick/CMakeFiles/leechcraft_azoth_juick.dir/qrc_juick.cpp.o
  82. cd /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick && /usr/lib/llvm/6/bin/clang++ -DENABLE_CRYPT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DUSE_BOOST_LOCALE -Dleechcraft_azoth_juick_EXPORTS -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/juick -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick/leechcraft_azoth_juick_autogen/include -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build -I/usr/include/leechcraft -I/usr/include/Qca-qt5/QtCrypto -I/usr/include/leechcraft/azoth -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -DNDEBUG -march=haswell -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated-register -fPIC -fPIC -std=c++1z -o CMakeFiles/leechcraft_azoth_juick.dir/qrc_juick.cpp.o -c /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick/qrc_juick.cpp
  83. [ 33%] Building CXX object plugins/juick/CMakeFiles/leechcraft_azoth_juick.dir/leechcraft_azoth_juick_autogen/mocs_compilation.cpp.o
  84. cd /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick && /usr/lib/llvm/6/bin/clang++ -DENABLE_CRYPT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DUSE_BOOST_LOCALE -Dleechcraft_azoth_juick_EXPORTS -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/juick -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick/leechcraft_azoth_juick_autogen/include -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build -I/usr/include/leechcraft -I/usr/include/Qca-qt5/QtCrypto -I/usr/include/leechcraft/azoth -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -DNDEBUG -march=haswell -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated-register -fPIC -fPIC -std=c++1z -o CMakeFiles/leechcraft_azoth_juick.dir/leechcraft_azoth_juick_autogen/mocs_compilation.cpp.o -c /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick/leechcraft_azoth_juick_autogen/mocs_compilation.cpp
  85. make[3]: Leaving directory '/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build'
  86. make[2]: *** [CMakeFiles/Makefile2:1018: plugins/herbicide/CMakeFiles/leechcraft_azoth_herbicide.dir/all] Error 2
  87. make[2]: *** Waiting for unfinished jobs....
  88. [ 33%] Linking CXX shared library libleechcraft_azoth_juick.so
  89. cd /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/juick && /usr/bin/cmake -E cmake_link_script CMakeFiles/leechcraft_azoth_juick.dir/link.txt --verbose=1
  90. /usr/lib/llvm/6/bin/clang++ -fPIC -march=haswell -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated-register -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -shared -Wl,-soname,libleechcraft_azoth_juick.so -o libleechcraft_azoth_juick.so CMakeFiles/leechcraft_azoth_juick.dir/juick.cpp.o CMakeFiles/leechcraft_azoth_juick.dir/qrc_juick.cpp.o CMakeFiles/leechcraft_azoth_juick.dir/leechcraft_azoth_juick_autogen/mocs_compilation.cpp.o /usr/lib/libleechcraft-util-qt5.so /usr/lib/libleechcraft-util-db-qt5.so /usr/lib/libleechcraft-util-gui-qt5.so /usr/lib/libleechcraft-util-models-qt5.so /usr/lib/libleechcraft-util-network-qt5.so /usr/lib/libleechcraft-util-qml-qt5.so /usr/lib/libleechcraft-util-shortcuts-qt5.so /usr/lib/libleechcraft-util-sll-qt5.so /usr/lib/libleechcraft-util-svcauth-qt5.so /usr/lib/libleechcraft-util-sys-qt5.so /usr/lib/libleechcraft-util-tags-qt5.so /usr/lib/libleechcraft-util-threads-qt5.so /usr/lib/libleechcraft-util-x11-qt5.so /usr/lib/libleechcraft-util-xdg-qt5.so /usr/lib/libleechcraft-util-xpc-qt5.so /usr/lib/libleechcraft-util-xsd-qt5.so /usr/lib/libleechcraft-xsd-qt5.so /usr/lib64/libQt5Widgets.so.5.9.6 /usr/lib64/libQt5Gui.so.5.9.6 /usr/lib64/libQt5Core.so.5.9.6
  91. make[3]: Leaving directory '/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build'
  92. [ 33%] Built target leechcraft_azoth_juick
  93. make[2]: Leaving directory '/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build'
  94. make[1]: *** [Makefile:130: all] Error 2
  95. make[1]: Leaving directory '/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build'
  96. * ERROR: app-leechcraft/lc-azoth-9999::gentoo failed (compile phase):
  97. * emake failed
  98. *
  99. * If you need support, post the output of `emerge --info '=app-leechcraft/lc-azoth-9999::gentoo'`,
  100. * the complete build log and the output of `emerge -pqv '=app-leechcraft/lc-azoth-9999::gentoo'`.
  101. * The complete build log is located at '/var/tmp/portage/app-leechcraft/lc-azoth-9999/temp/build.log'.
  102. * The ebuild environment file is located at '/var/tmp/portage/app-leechcraft/lc-azoth-9999/temp/environment'.
  103. * Working directory: '/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build'
  104. * S: '/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement