Bug 409442 - Build failure with Qt 5.13
Summary: Build failure with Qt 5.13
Status: RESOLVED FIXED
Alias: None
Product: kdesvn
Classification: Applications
Component: General (other bugs)
Version First Reported In: GIT (master)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KDESvn default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-03 07:16 UTC by Christophe Marin
Modified: 2019-07-03 17:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Marin 2019-07-03 07:16:54 UTC
From the openSUSE build service:

[   92s] In file included from /home/abuild/rpmbuild/BUILD/kdesvn-2.0.95git.1559790651.4a473a01/src/svnqt/log_entry.cpp:32:
[   92s] /home/abuild/rpmbuild/BUILD/kdesvn-2.0.95git.1559790651.4a473a01/src/svnqt/log_entry.h:90:22: error: field 'm_MergedInRevisions' has incomplete type 'QList<long long int>'
[   92s]    90 |     QList<qlonglong> m_MergedInRevisions;
[   92s]       |                      ^~~~~~~~~~~~~~~~~~~
[   92s] In file included from /usr/include/qt5/QtCore/qglobal.h:1218,
[   92s]                  from /home/abuild/rpmbuild/BUILD/kdesvn-2.0.95git.1559790651.4a473a01/build/src/svnqt/../svnqt/svnqt_defines.h:24,
[   92s]                  from /home/abuild/rpmbuild/BUILD/kdesvn-2.0.95git.1559790651.4a473a01/src/svnqt/log_entry.h:35,
[   92s]                  from /home/abuild/rpmbuild/BUILD/kdesvn-2.0.95git.1559790651.4a473a01/src/svnqt/log_entry.cpp:32:
[   92s] /usr/include/qt5/QtCore/qtypeinfo.h:212:1: note: declaration of 'class QList<long long int>'
[   92s]   212 | Q_DECLARE_MOVABLE_CONTAINER(QList);
[   92s]       | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
Comment 1 Christian Ehrlicher 2019-07-03 17:12:13 UTC
Git commit 6030567c194051863eb98879e3d7fb7291c82855 by Christian Ehrlicher.
Committed on 03/07/2019 at 17:09.
Pushed by chehrlic into branch 'master'.

Compile with Qt5.13 - add missing include for QList

M  +1    -0    src/svnqt/log_entry.h

https://commits.kde.org/kdesvn/6030567c194051863eb98879e3d7fb7291c82855