Created attachment 241632 [details] log collected while rebuilding akonadi-7.10.0 Scenario: - FreeBSD 12.4 latest - ports latest - ports being upgraded using portmaster - KDE gear has been upgraded to 23.04.0 - checking shared libs used by digikam-7.10.0; the program uses the following outdated shared libs: . libKF5AkonadiContact.so.5 . libKF5AkonadiCore.so.5 . libKF5AkonadiWidgets.so.5 . libKF5GrantleeTheme.so.5 - running "portmaster digikam-7.10.0" Result: - portmaster fails with "Target "KF5::AkonadiCore" not found." (detailed log attached) Expected result: - It should be possible to rebuild portmaster with the latest KDE gear. -- Martin
While not ideal, a workaround appears to be to toggle the build option 'KDEPIM' to 'off' until this is addressed.
It comes down to "Digikam is not compatible with recent KDE Frameworks and Akonadi releases" which is very much not ideal.
JFYI, latest digikam is 8.1.0 https://www.digikam.org/news/2023-07-09-8.1.0_release_announcement/
Note: openports port https://github.com/openbsd/ports/tree/master/graphics/digikam
Created attachment 243378 [details] v1 Moin moin Please try: https://people.freebsd.org/~tcberner/patches/0001-graphics-digikam-update-to-8.1.0.patch I had to drop LQR1-support for now, as it lead to fun linking errors. mfg Tobias
(In reply to Tobias C. Berner from comment #5) Sorry Tobias, I didn't look at Bugzilla beforehand and didn't realize you were already working on this. I updated digikam to 8.1.0 yesterday including LQR and face detection support, as well as dropping unused variables. https://cgit.freebsd.org/ports/commit/?id=dbbf964f8cad61eb67b21f2f1e5b09f7ed63d3d6
(In reply to Jason E. Hale from comment #6) Awesome, thanks :)