https://bugs.kde.org/show_bug.cgi?id=485564
AceLan Kao <ace...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ace...@gmail.com --- Comment #4 from AceLan Kao <ace...@gmail.com> --- I still can't pass the build with the fix, is there anything I should do after switch to your tree? acelan@acelan-precision5470:~/kde/src/kwallet git:(add_libgpg-error_dependency*) $ git show commit 111c7693c641b4ce7912c462abfd0c5b40d4bcba (HEAD -> add_libgpg-error_dependency, origin/add_libgpg-error_dependency) Author: Nathan Misner <nat...@infochunk.com> Date: Sat May 4 18:25:33 2024 -0500 CI: Add libgpg-error as a dependency Depending on gpgme but not libgpg-error makes kdesrc-build fail if the libgpg-error headers shipped by your distro are older than the version required by upstream gpgme. BUG: 485564 diff --git a/.kde-ci.yml b/.kde-ci.yml index 16690708..5f7e0030 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -13,6 +13,7 @@ Dependencies: 'frameworks/kwidgetsaddons' : '@same' 'libraries/qca': '@latest' 'third-party/gpgme' : '@same' + 'third-party/libgpg-error' : '@same' Options: test-before-installing: True Got the identical error Building gpgme from custom-qt6-libs (15/21) Fetching remote changes to gpgme Merging gpgme changes from branch master No changes to gpgme source code, but proceeding to build anyway. Compiling... failed (after 4 seconds) gpgme didn't build, stopping here. -- You are receiving this mail because: You are watching all bug changes.