https://bugs.kde.org/show_bug.cgi?id=485564
Bug ID: 485564 Summary: Workspace build fails on Neon developer version when trying to build gpgme Classification: Developer tools Product: kdesrc-build Version: Git Platform: Neon OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: mp...@kde.org Reporter: nat...@infochunk.com Target Milestone: --- This is on the latest commit of kdesrc-build (87cdf784) and a fully updated copy of Neon developer version. When the build process gets to custom-qt6-libs, it pulls a version of gpgme from upstream. When it tries to build gpgme, the build fails with this error: /home/nathan/kde/src/gpgme/lang/cpp/src/editinteractor.cpp:299:32: error: 'GPG_ERR_NO_RESET_CODE' was not declared in this scope; did you mean 'GPG_ERR_NO_USER_ID'? 299 | return Error::fromCode(GPG_ERR_NO_RESET_CODE); | ^~~~~~~~~~~~~~~~~~~~~ | GPG_ERR_NO_USER_ID It looks like gpgme depends on another package, libgpg-error-dev, and that gpgme recently got an update that relies on new error codes that were added to that package. It may also require new versions of the other GnuPG stuff, I didn't check. -- You are receiving this mail because: You are watching all bug changes.