Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829539 - media-gfx/digikam-7.3.0 fails with kde-apps/akonadi-21.12.0
Summary: media-gfx/digikam-7.3.0 fails with kde-apps/akonadi-21.12.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andreas K. Hüttel
URL: https://invent.kde.org/graphics/digik...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-18 09:31 UTC by Markus
Modified: 2022-01-18 16:01 UTC (History)
2 users (show)

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


Attachments
Build log (media-gfx:digikam-7.3.0:20211218-091257.log.bz2,569.02 KB, application/x-bzip)
2021-12-18 09:34 UTC, Markus
Details
emerge --info digikam (emerge-info,7.40 KB, text/plain)
2021-12-18 09:37 UTC, Markus
Details
Static patch to correct include (fails with older akonadi?) (static-include-fix.patch,576 bytes, patch)
2021-12-18 10:02 UTC, Markus
Details | Diff
patch to respect addressbook use-flag (fix-use-addressbook.patch,1.19 KB, patch)
2021-12-18 10:44 UTC, Markus
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus 2021-12-18 09:31:24 UTC
media-gfx/digikam-7.3.0:5::gentoo  USE="X gphoto2 heif imagemagick lensfun mysql opengl openmp panorama -addressbook -calendar -debug -marble -mediaplayer -scanner -semantic-desktop"

Fails because it cannot find the include file AkonadiCore/Item needed in core/utilities/extrasupport/addressbook/akonadiiface.cpp.

The useflag addressbook is disabled, why build it?

Reproducible: Always
Comment 1 Markus 2021-12-18 09:34:08 UTC
Created attachment 759533 [details]
Build log
Comment 2 Markus 2021-12-18 09:37:01 UTC
Created attachment 759534 [details]
emerge --info digikam
Comment 3 Markus 2021-12-18 10:02:57 UTC
Created attachment 759535 [details, diff]
Static patch to correct include (fails with older akonadi?)
Comment 4 Markus 2021-12-18 10:44:12 UTC
Created attachment 759570 [details, diff]
patch to respect addressbook use-flag
Comment 5 Andreas Sturmlechner gentoo-dev 2021-12-18 17:38:22 UTC
Fix is in URL, but their broken cmake must be fixed separately.
Comment 6 Larry the Git Cow gentoo-dev 2021-12-18 17:42:06 UTC
The bug has been closed via the following commit(s):

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

commit 61895f0899758028e72b7f9461177b34640e1683
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-12-18 17:36:15 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-12-18 17:38:53 +0000

    media-gfx/digikam: Fix build with >=kde-apps/akonadi-contacts-21.12.0
    
    Closes: https://bugs.gentoo.org/829539
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/digikam/digikam-7.3.0-r1.ebuild          |  5 +++-
 .../files/digikam-7.3.0-akonadi-21.12.0.patch      | 31 ++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletion(-)

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

commit 024c45ad4532e5a05ec7005e11c46875f79342ad
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-12-18 17:29:27 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-12-18 17:38:52 +0000

    media-gfx/digikam: Add missing usedep, fix cmake (again)
    
    Closes: https://bugs.gentoo.org/829539
    Closes: https://bugs.gentoo.org/829571
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/digikam/digikam-7.3.0-r1.ebuild         | 149 ++++++++++++++++++++++
 media-gfx/digikam/digikam-7.4.0-r1.ebuild         | 147 +++++++++++++++++++++
 media-gfx/digikam/files/digikam-7.3.0-cmake.patch | 118 +++++++++++++++++
 3 files changed, 414 insertions(+)
Comment 7 Larry the Git Cow gentoo-dev 2022-01-18 16:01:08 UTC
The bug has been closed via the following commit(s):

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

commit ceb5a2bc9ed69eac89a4f54053cb38264bd093f3
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-12-18 17:29:27 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-01-18 16:00:54 +0000

    media-gfx/digikam: Add missing usedep, fix cmake (again)
    
    Closes: https://bugs.gentoo.org/829539
    Closes: https://bugs.gentoo.org/829571
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/digikam/digikam-9999.ebuild             |  13 +--
 media-gfx/digikam/files/digikam-7.3.0-cmake.patch | 118 ++++++++++++++++++++++
 2 files changed, 125 insertions(+), 6 deletions(-)