Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675058 - kde-apps/akonadi-18.8.03 crashes after update of dev-qt/qtsql from 5.11.1-r5 to 5.11.3
Summary: kde-apps/akonadi-18.8.03 crashes after update of dev-qt/qtsql from 5.11.1-r5 ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-10 08:27 UTC by Erik Quaeghebeur
Modified: 2019-01-10 09:55 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Quaeghebeur 2019-01-10 08:27:00 UTC
After the update of dev-qt/qtsql from 5.11.1-r5 to 5.11.3, kde-apps/akonadi-18.8.03 crashes. I had to rebuild akonadi to make things work again. I guess this means the qtsql update should trigger an akonadi rebuild.

Upstream report: https://bugs.kde.org/show_bug.cgi?id=403058
Comment 1 Andreas Sturmlechner gentoo-dev 2019-01-10 08:36:43 UTC
In fact it is a known problem (only with sqlite) and we had to introduce subslots to dev-qt/qtsql to be able to trigger rebuild of akonadi in the first place. The part we missed is actually adding the slot operator to akonadi yet.
Comment 2 Larry the Git Cow gentoo-dev 2019-01-10 08:43:15 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=65b1053461acc2942035e0170463d7ee72170fc3

commit 65b1053461acc2942035e0170463d7ee72170fc3
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-01-10 08:42:36 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-01-10 08:42:36 +0000

    kde-apps/akonadi: Add qtsql[sqlite] slot op if USE=sqlite
    
    Bug: https://bugs.gentoo.org/675058
    Package-Manager: Portage-2.3.54, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-apps/akonadi/akonadi-18.12.1.ebuild       | 5 ++++-
 kde-apps/akonadi/akonadi-18.12.49.9999.ebuild | 5 ++++-
 kde-apps/akonadi/akonadi-9999.ebuild          | 5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2019-01-10 09:55:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c622841571044d8d12f473a1adaa9382e8071142

commit c622841571044d8d12f473a1adaa9382e8071142
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-01-10 08:48:42 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-01-10 09:55:19 +0000

    kde-apps/akonadi: Add qtsql[sqlite] slot op if USE=sqlite
    
    Closes: https://bugs.gentoo.org/675058
    Package-Manager: Portage-2.3.54, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../akonadi/{akonadi-18.08.3.ebuild => akonadi-18.08.3-r1.ebuild}  | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)