Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714156 - kde-apps/kmail-19.12.3: foldertreewidgetproxymodel.h:73:10: error: acceptRow(int, const QModelIndex&) const’ marked ‘override’, but does not override
Summary: kde-apps/kmail-19.12.3: foldertreewidgetproxymodel.h:73:10: error: acceptRow(...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-24 09:43 UTC by Martin Bednar
Modified: 2020-03-24 13:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (info,7.13 KB, text/plain)
2020-03-24 09:44 UTC, Martin Bednar
Details
qt-info (qt-info,2.93 KB, text/plain)
2020-03-24 09:58 UTC, Martin Bednar
Details
qt-info2 (qt-info,4.99 KB, text/plain)
2020-03-24 10:43 UTC, Martin Bednar
Details
kmail build.log (build.log,115.45 KB, text/x-log)
2020-03-24 12:32 UTC, Martin Bednar
Details
kde-frameworks-info (frameworks,4.16 KB, text/plain)
2020-03-24 12:33 UTC, Martin Bednar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Bednar 2020-03-24 09:43:41 UTC
Build log:
In file included from /usr/include/KF5/mailcommon/foldertreewidget.h:24,
                 from /var/tmp/portage/kde-apps/kmail-19.12.3/work/kmail-19.12.3/src/kmmainwidget.h:28,
                 from src/kmailprivate_autogen/EWIEGA46WW/moc_kmmainwidget.cpp:10,
                 from src/kmailprivate_autogen/mocs_compilation.cpp:83:
/usr/include/KF5/mailcommon/foldertreewidgetproxymodel.h:73:10: error: ‘bool MailCommon::FolderTreeWidgetProxyModel::acceptRow(int, const QModelIndex&) const’ marked ‘override’, but does not override
   73 |     bool acceptRow(int sourceRow, const QModelIndex &sourceParent) const override;
      |   

Also affects kdepim-addons-19.12.3

In file included from /usr/include/KF5/mailcommon/foldertreewidget.h:24,
                 from /usr/include/KF5/MailCommon/FolderTreeWidget:1,
                 from /var/tmp/portage/kde-apps/kdepim-addons-19.12.3/work/kdepim-addons-19.12.3/kmail/plugins/common/antispamwizard.cpp:35:
/usr/include/KF5/mailcommon/foldertreewidgetproxymodel.h:73:10: error: ‘bool MailCommon::FolderTreeWidgetProxyModel::acceptRow(int, const QModelIndex&) const’ marked ‘override’, but does not override
   73 |     bool acceptRow(int sourceRow, const QModelIndex &sourceParent) const override;
      |          ^~~~~~~~~


Reproducible: Always




using kde-frameworks-5.68 and kde-apps/mailcommon-19.12.3
Comment 1 Martin Bednar 2020-03-24 09:44:14 UTC
Created attachment 624990 [details]
emerge --info
Comment 2 Andreas Sturmlechner gentoo-dev 2020-03-24 09:56:25 UTC
equery l -p dev-qt/*
Comment 3 Martin Bednar 2020-03-24 09:58:53 UTC
Created attachment 624992 [details]
qt-info

Indeed, qt has also been updated to 5.14.1
Comment 4 Andreas Sturmlechner gentoo-dev 2020-03-24 10:41:08 UTC
The point was to find out if you have a consistent Qt installation. You didn't attach the full output.
Comment 5 Martin Bednar 2020-03-24 10:43:22 UTC
Created attachment 624994 [details]
qt-info2

Apologies, hadn't realized that redirecting the output changes it.
Comment 6 Andreas Sturmlechner gentoo-dev 2020-03-24 12:27:57 UTC
missing full build.log.
Comment 7 Andreas Sturmlechner gentoo-dev 2020-03-24 12:28:50 UTC
Please also show `equery l kde-frameworks/*`
Comment 8 Martin Bednar 2020-03-24 12:32:06 UTC
Created attachment 624996 [details]
kmail build.log
Comment 9 Martin Bednar 2020-03-24 12:33:10 UTC
Created attachment 624998 [details]
kde-frameworks-info
Comment 10 Andreas Sturmlechner gentoo-dev 2020-03-24 12:45:45 UTC
Okay, this is getting interesting.
Comment 11 Martin Bednar 2020-03-24 13:15:03 UTC
Ok, forget it... As always, config error on my side. Your requests for information pointed me to the right directio: for some reason there was an unversioned akonadi in my packages.keywords. Downgraded akonadi to 19.12.3 (from 20.)

All compile now.
Sorry for wasting your time.
Comment 12 Andreas Sturmlechner gentoo-dev 2020-03-24 13:19:47 UTC
Thanks for checking back.