Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#59158 - [ktorrent] fails to build from source

Attached to Project: Arch Linux
Opened by Erich Eckner (deepthought) - Wednesday, 27 June 2018, 12:48 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 27 June 2018, 14:37 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

extra-x86_64-build fails with:

[ 31%] Building CXX object plugins/search/CMakeFiles/ktorrent_search.dir/searchprefpage.cpp.o
/build/ktorrent/src/ktorrent-5.1.0/plugins/search/searchprefpage.cpp: In constructor ‘kt::SearchPrefPage::SearchPrefPage(kt::SearchPlugin*, kt::SearchEngineList*, QWidget*)’:
/build/ktorrent/src/ktorrent-5.1.0/plugins/search/searchprefpage.cpp:72:49: error: invalid use of incomplete type ‘class QButtonGroup’
QButtonGroup* bg = new QButtonGroup(this);
^
In file included from /usr/include/qt/QtWidgets/qcheckbox.h:44,
from /usr/include/qt/QtWidgets/QCheckBox:1,
from /build/ktorrent/src/build/plugins/search/ui_searchpref.h:16,
from /build/ktorrent/src/ktorrent-5.1.0/plugins/search/searchprefpage.h:27,
from /build/ktorrent/src/ktorrent-5.1.0/plugins/search/searchprefpage.cpp:22:
/usr/include/qt/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of ‘class QButtonGroup’
class QButtonGroup;
^~~~~~~~~~~~

Additional info:
* package version(s)
ktorrent 5.1.0-2 (git revision 8a1c40cb1d657ef6ffdaa638790f6164caa11527)
qt5 base-5.11.1-1
qt5 tools-5.11.1-1
* config and/or log files etc.
full log is attached

Steps to reproduce:
> git checkout 8a1c40cb1d657ef6ffdaa638790f6164caa11527
> cd ktorrent/repos/extra-x86_64-build
> extra-x86_64-build
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 27 June 2018, 14:37 GMT
Reason for closing:  Fixed

Loading...