From Cute Elephant, 8 Years ago, written in Plain Text.
Embed
  1. [ 43%] Building CXX object CMakeFiles/jabber.dir/src/jSlotSignal.cpp.o
  2. /usr/bin/c++   -DHAVE_DN_SKIPNAME -DHAVE_GNUTLS -DHAVE_LIBIDN -DHAVE_RES_QUERY -DHAVE_RES_QUERYDOMAIN -DHAVE_SETSOCKOPT -DHAVE_ZLIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -Djabber_EXPORTS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic -pthread -I/usr/include/p11-kit-1 -lgloox -lresolv -lidn -lgnutls -lz  -lpthread  -fPIC -isystem /usr/include/QtGui -isystem /usr/include/QtNetwork -isystem /usr/include/QtCore -I/home/xam/rpmbuild/BUILD/qutim-0.2.0/include -I/home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber -I/home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/. -I/home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src -I/home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/libs    -o CMakeFiles/jabber.dir/src/jSlotSignal.cpp.o -c /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jSlotSignal.cpp
  3. /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jSlotSignal.cpp: In member function 'void jSlotSignal::setPrivacyLists(const QStringList&, const QString&)':
  4. /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jSlotSignal.cpp:299:11: warning: unused variable 'activeAction' [-Wunused-variable]
  5.   QAction *activeAction = 0;
  6.            ^
  7. [ 44%] Building CXX object CMakeFiles/jabber.dir/src/jAdhoc.cpp.o
  8. /usr/bin/c++   -DHAVE_DN_SKIPNAME -DHAVE_GNUTLS -DHAVE_LIBIDN -DHAVE_RES_QUERY -DHAVE_RES_QUERYDOMAIN -DHAVE_SETSOCKOPT -DHAVE_ZLIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -Djabber_EXPORTS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic -pthread -I/usr/include/p11-kit-1 -lgloox -lresolv -lidn -lgnutls -lz  -lpthread  -fPIC -isystem /usr/include/QtGui -isystem /usr/include/QtNetwork -isystem /usr/include/QtCore -I/home/xam/rpmbuild/BUILD/qutim-0.2.0/include -I/home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber -I/home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/. -I/home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src -I/home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/libs    -o CMakeFiles/jabber.dir/src/jAdhoc.cpp.o -c /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp
  9. /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp: In member function 'virtual void jAdhoc::handleAdhocExecutionResult(const gloox::JID&, const gloox::Adhoc::Command&)':
  10. /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp:44:35: warning: 'const gloox::AdhocPlugin* gloox::Adhoc::Command::form() const' is deprecated [-Wdeprecated-declarations]
  11.      StringList lst = command.form()->instructions();
  12.                                    ^
  13. In file included from /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.h:29:0,
  14.                  from /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp:16:
  15. /usr/include/gloox/adhoc.h:314:47: note: declared here
  16.            GLOOX_DEPRECATED const AdhocPlugin* form() const { return m_plugin; }
  17.                                                ^
  18. /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp:44:38: error: 'const class gloox::AdhocPlugin' has no member named 'instructions'
  19.      StringList lst = command.form()->instructions();
  20.                                       ^
  21. /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp:50:64: warning: 'const gloox::AdhocPlugin* gloox::Adhoc::Command::form() const' is deprecated [-Wdeprecated-declarations]
  22.      d_form = new jDataForm(const_cast<DataForm *>(command.form()), this);
  23.                                                                 ^
  24. In file included from /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.h:29:0,
  25.                  from /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp:16:
  26. /usr/include/gloox/adhoc.h:314:47: note: declared here
  27.            GLOOX_DEPRECATED const AdhocPlugin* form() const { return m_plugin; }
  28.                                                ^
  29. /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp:50:65: error: invalid const_cast from type 'const gloox::AdhocPlugin*' to type 'gloox::DataForm*'
  30.      d_form = new jDataForm(const_cast<DataForm *>(command.form()), this);
  31.                                                                  ^
  32. /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp:53:18: warning: unused variable 'horizontal_spacer' [-Wunused-variable]
  33.      QSpacerItem *horizontal_spacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  34.                   ^
  35. /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp: In member function 'virtual void jAdhoc::handleAdhocCommands(const gloox::JID&, const StringMap&)':
  36. /home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber/src/jAdhoc.cpp:86:18: warning: unused variable 'horizontal_spacer' [-Wunused-variable]
  37.      QSpacerItem *horizontal_spacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  38.                   ^
  39. CMakeFiles/jabber.dir/build.make:826: recipe for target 'CMakeFiles/jabber.dir/src/jAdhoc.cpp.o' failed
  40. make[2]: *** [CMakeFiles/jabber.dir/src/jAdhoc.cpp.o] Error 1
  41. make[2]: Leaving directory '/home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber'
  42. CMakeFiles/Makefile2:70: recipe for target 'CMakeFiles/jabber.dir/all' failed
  43. make[1]: *** [CMakeFiles/jabber.dir/all] Error 2
  44. make[1]: Leaving directory '/home/xam/rpmbuild/BUILD/qutim-0.2.0/plugins/jabber'
  45. Makefile:130: recipe for target 'all' failed
  46. make: *** [all] Error 2
  47. error: Bad exit status from /var/tmp/rpm-tmp.NwGota (%build)
  48.  
  49.  
  50. RPM build errors:
  51.     Bad exit status from /var/tmp/rpm-tmp.NwGota (%build)
  52. [xam@xam ~]$
  53.