Actions
Bug #2016
closed[Xoox] Compilation failure: QXmppConstants.h not found
Start date:
09/09/2016
Due date:
% Done:
100%
Estimated time:
1:00 h
Reported in:
master
Description
After updating qxmpp from git (on Gentoo Linux), compiling Azoth+Xoox fails:
[ 81%] Building CXX object plugins/xoox/CMakeFiles/leechcraft_azoth_xoox.dir/vcardstorageondiskwriter.cpp.o cd /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/xoox && /usr/bin/x86_64-pc-linux-gnu-g++ -DENABLE_CRYPT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WEBKIT_LIB -DQT_XML_LIB -DUSE_BOOST_LOCALE -Dleechcraft_azoth_xoox_EXPORTS -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/QtCrypto -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtCore -isystem /usr/include/qt4/QtNetwork -isystem /usr/include/qt4/QtSql -isystem /usr/include/qt4/QtWebKit -isystem /usr/include/qt4/QtXml -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/xoox -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/xoox -I/usr/include/qxmpp -I/usr/include/leechcraft/azoth -DNDEBUG -march=core-avx2 -O2 -pipe -floop-interchange -floop-strip-mine -floop-block -fvisibility=hidden -Wall -fPIC -std=c++14 -o CMakeFiles/leechcraft_azoth_xoox.dir/vcardstorageondiskwriter.cpp.o -c /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/xoox/vcardstorageondiskwriter.cpp [ 81%] Building CXX object plugins/xoox/CMakeFiles/leechcraft_azoth_xoox.dir/pgpmanager.cpp.o cd /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/xoox && /usr/bin/x86_64-pc-linux-gnu-g++ -DENABLE_CRYPT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_WEBKIT_LIB -DQT_XML_LIB -DUSE_BOOST_LOCALE -Dleechcraft_azoth_xoox_EXPORTS -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/QtCrypto -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtCore -isystem /usr/include/qt4/QtNetwork -isystem /usr/include/qt4/QtSql -isystem /usr/include/qt4/QtWebKit -isystem /usr/include/qt4/QtXml -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999_build/plugins/xoox -I/var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/xoox -I/usr/include/qxmpp -I/usr/include/leechcraft/azoth -DNDEBUG -march=core-avx2 -O2 -pipe -floop-interchange -floop-strip-mine -floop-block -fvisibility=hidden -Wall -fPIC -std=c++14 -o CMakeFiles/leechcraft_azoth_xoox.dir/pgpmanager.cpp.o -c /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/xoox/pgpmanager.cpp /var/tmp/portage/app-leechcraft/lc-azoth-9999/work/lc-azoth-9999/src/plugins/azoth/plugins/xoox/pgpmanager.cpp:33:28: fatal error: QXmppConstants.h: No such file or directory compilation terminated.
Updated by 0xd34df00d about 8 years ago
- Status changed from New to Assigned
- Target version set to 0.6.75
- Estimated time set to 1:00 h
Upstream changed the header name making it private for some bizarre reason.
Updated by 0xd34df00d about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset main|9fe332601e8d1afefced64b67ba46948797c7519.
Updated by krigstask about 8 years ago
Weird, I've already got a notification email " Status changed from Resolved to Closed " on 02.10.
Updated by 0xd34df00d about 8 years ago
Oh, that's expected. We've migrated to another server the next day after I closed some of the issues, and the migration used the backups right before that.
Actions