Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gnupg* to *2.5.1* has Failed(do_compile).
Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gnupg-upgrade-2.5.0-2.5.1.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- >From 7223402b59eaa17be2543c12d40ff2727669bbd4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <a...@yoctoproject.org> Date: Thu, 10 Oct 2024 16:21:16 +0000 Subject: [PATCH] gnupg: upgrade 2.5.0 -> 2.5.1 --- ...0001-Woverride-init-is-not-needed-with-gcc-9.patch | 2 +- ...e.ac-use-a-custom-value-for-the-location-of-.patch | 6 +++--- .../gnupg/0001-fix-compile-failure-with-musl.patch | 11 ++++------- .../0002-use-pkgconfig-instead-of-npth-config.patch | 2 +- ...utogen.sh-fix-find-version-for-beta-checking.patch | 2 +- meta/recipes-support/gnupg/gnupg/relocate.patch | 4 ++-- .../gnupg/{gnupg_2.5.0.bb => gnupg_2.5.1.bb} | 2 +- 7 files changed, 13 insertions(+), 16 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.5.0.bb => gnupg_2.5.1.bb} (97%) diff --git a/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch b/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch index 77d7507edc..57db4ddad1 100644 --- a/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch +++ b/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch @@ -1,4 +1,4 @@ -From 6392cb71a23adfd601537049da4e5e06e51d2e50 Mon Sep 17 00:00:00 2001 +From 0832138b391ae670a41acfd3e860a0680e81f3e8 Mon Sep 17 00:00:00 2001 From: Khem Raj <raj.k...@gmail.com> Date: Thu, 20 Dec 2018 17:37:48 -0800 Subject: [PATCH] Woverride-init is not needed with gcc 9 diff --git a/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch b/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch index 12b1447138..66791291c9 100644 --- a/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch +++ b/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch @@ -1,4 +1,4 @@ -From a0e986b487891ef8e3bb41b95f969e00edd4923f Mon Sep 17 00:00:00 2001 +From fdf212ee04adb851e796219092bf9d4fdcbd4e11 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin <alex.kana...@gmail.com> Date: Mon, 22 Jan 2018 18:00:21 +0200 Subject: [PATCH] configure.ac: use a custom value for the location of @@ -13,10 +13,10 @@ Signed-off-by: Alexander Kanavin <alex.kana...@gmail.com> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index e4f8c0e..fa75ec8 100644 +index 29592fd..7286862 100644 --- a/configure.ac +++ b/configure.ac -@@ -1925,7 +1925,7 @@ AC_DEFINE_UNQUOTED(GPGCONF_DISP_NAME, "GPGConf", +@@ -1911,7 +1911,7 @@ AC_DEFINE_UNQUOTED(GPGCONF_DISP_NAME, "GPGConf", AC_DEFINE_UNQUOTED(GPGTAR_NAME, "gpgtar", [The name of the gpgtar tool]) diff --git a/meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch b/meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch index fef05cf3c8..5d314f9d28 100644 --- a/meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch +++ b/meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch @@ -1,4 +1,4 @@ -From 4a7d4d6e45c68708ec95335b0f11d6596b23095a Mon Sep 17 00:00:00 2001 +From 4989f01180ae1f5c805da3a97c5acf33b87d26f8 Mon Sep 17 00:00:00 2001 From: Hongxu Jia <hongxu....@windriver.com> Date: Thu, 22 Aug 2024 15:31:16 +0800 Subject: [PATCH] fix compile failure with musl @@ -20,17 +20,14 @@ Signed-off-by: Hongxu Jia <hongxu....@windriver.com> 1 file changed, 1 insertion(+) diff --git a/scd/app.c b/scd/app.c -index 926ab79..7bf58a2 100644 +index 525950e..7180178 100644 --- a/scd/app.c +++ b/scd/app.c -@@ -23,6 +23,7 @@ - #include <stdlib.h> +@@ -24,6 +24,7 @@ #include <string.h> + #include <unistd.h> #include <npth.h> +#include <unistd.h> #include "scdaemon.h" #include "../common/exechelp.h" --- -2.27.0 - diff --git a/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch b/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch index 945abb55ff..febc202200 100644 --- a/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch +++ b/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch @@ -1,4 +1,4 @@ -From fa93b5f7c2da0e5846b80de9c6296966ca2a3d83 Mon Sep 17 00:00:00 2001 +From 9bd9c7a012e4df1d87821370c067611f4e55b668 Mon Sep 17 00:00:00 2001 From: Saul Wold <s...@linux.intel.com> Date: Wed, 16 Aug 2017 11:16:30 +0800 Subject: [PATCH] use pkgconfig instead of npth config diff --git a/meta/recipes-support/gnupg/gnupg/0004-autogen.sh-fix-find-version-for-beta-checking.patch b/meta/recipes-support/gnupg/gnupg/0004-autogen.sh-fix-find-version-for-beta-checking.patch index 761fd6c608..b0876c944c 100644 --- a/meta/recipes-support/gnupg/gnupg/0004-autogen.sh-fix-find-version-for-beta-checking.patch +++ b/meta/recipes-support/gnupg/gnupg/0004-autogen.sh-fix-find-version-for-beta-checking.patch @@ -1,4 +1,4 @@ -From e8f67e3bbbdbaa17cfe88c1f7a8f488eb4936281 Mon Sep 17 00:00:00 2001 +From dde4bac7cd08214ce980beb0cdda42ed4dada5dc Mon Sep 17 00:00:00 2001 From: Wenzong Fan <wenzong....@windriver.com> Date: Wed, 16 Aug 2017 11:23:22 +0800 Subject: [PATCH] autogen.sh: fix find-version for beta checking diff --git a/meta/recipes-support/gnupg/gnupg/relocate.patch b/meta/recipes-support/gnupg/gnupg/relocate.patch index 5c4d81f87a..9e4fee1beb 100644 --- a/meta/recipes-support/gnupg/gnupg/relocate.patch +++ b/meta/recipes-support/gnupg/gnupg/relocate.patch @@ -1,4 +1,4 @@ -From 4e556a5edde8a97312abae63f8e9b5f989ca5c91 Mon Sep 17 00:00:00 2001 +From 0dd42ee2ec86bfc1be03a6f55a2888622458cb5f Mon Sep 17 00:00:00 2001 From: Ross Burton <ross.bur...@intel.com> Date: Wed, 19 Sep 2018 14:44:40 +0100 Subject: [PATCH] Allow the environment to override where gnupg looks for its @@ -13,7 +13,7 @@ Signed-off-by: Alexander Kanavin <a...@linutronix.de> 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common/homedir.c b/common/homedir.c -index 3929108..d3a7b8f 100644 +index a73182e..9994a9a 100644 --- a/common/homedir.c +++ b/common/homedir.c @@ -1439,7 +1439,7 @@ gnupg_socketdir (void) diff --git a/meta/recipes-support/gnupg/gnupg_2.5.0.bb b/meta/recipes-support/gnupg/gnupg_2.5.1.bb similarity index 97% rename from meta/recipes-support/gnupg/gnupg_2.5.0.bb rename to meta/recipes-support/gnupg/gnupg_2.5.1.bb index 9cfdbdf0a4..76bd5a3773 100644 --- a/meta/recipes-support/gnupg/gnupg_2.5.0.bb +++ b/meta/recipes-support/gnupg/gnupg_2.5.1.bb @@ -24,7 +24,7 @@ SRC_URI:append:class-native = " file://0001-configure.ac-use-a-custom-value-for- file://relocate.patch" SRC_URI:append:class-nativesdk = " file://relocate.patch" -SRC_URI[sha256sum] = "2222c827d4e7087f15e7f72739d004abc1d05c6c5f0a5a12b24c6a6cc5d173fb" +SRC_URI[sha256sum] = "8a34bb318499867962c939e156666ada93ed81f01926590ac68f3ff79178375e" EXTRA_OECONF = "--disable-ldap \ --disable-ccid-driver \ -- 2.44.1
0001-gnupg-upgrade-2.5.0-2.5.1.patch
Description: Binary data
NOTE: Reconnecting to bitbake server... Loading cache...done. Loaded 1873 entries from dependency cache. Parsing recipes...done. Parsing of 917 .bb files complete (916 cached, 1 parsed). 1871 targets, 40 skipped, 0 masked, 0 errors. Removing 1 recipes from the core2-64 sysroot...done. Removing 1 recipes from the qemux86_64 sysroot...done. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "2.9.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO = "poky" DISTRO_VERSION = "5.1" TUNE_FEATURES = "m64 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp workspace = "tmp-auh-upgrades:fc4c0bcbbaa653d79353ca4fbeb0dd9de4c9eb6b" Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure Sstate summary: Wanted 199 Local 188 Mirrors 0 Missed 11 Current 260 (94% match, 97% complete) done. NOTE: Executing Tasks NOTE: Running setscene task 271 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-core/readline/readline_8.2.13.bb:do_create_spdx_setscene) NOTE: Running setscene task 272 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx_setscene) NOTE: Running setscene task 282 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_recipe_qa_setscene) NOTE: Running setscene task 283 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnutls/gnutls_3.8.7.1.bb:do_create_spdx_setscene) NOTE: Running setscene task 284 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/libgcrypt/libgcrypt_1.11.0.bb:do_create_spdx_setscene) NOTE: Running setscene task 285 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/libksba/libksba_1.6.7.bb:do_create_spdx_setscene) NOTE: Running setscene task 286 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/npth/npth_1.7.bb:do_create_spdx_setscene) NOTE: Running setscene task 287 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/pinentry/pinentry_1.3.1.bb:do_create_spdx_setscene) NOTE: recipe readline-8.2.13-r0: task do_create_spdx_setscene: Started NOTE: recipe libgcrypt-1.11.0-r0: task do_create_spdx_setscene: Started NOTE: recipe gnupg-2.5.1-r0: task do_recipe_qa_setscene: Started NOTE: recipe npth-1.7-r0: task do_create_spdx_setscene: Started NOTE: recipe libksba-1.6.7-r0: task do_create_spdx_setscene: Started NOTE: recipe pinentry-1.3.1-r0: task do_create_spdx_setscene: Started NOTE: recipe bzip2-1.0.8-r0: task do_create_spdx_setscene: Started NOTE: recipe gnutls-3.8.7.1-r0: task do_create_spdx_setscene: Started NOTE: recipe readline-8.2.13-r0: task do_create_spdx_setscene: Succeeded NOTE: recipe gnupg-2.5.1-r0: task do_recipe_qa_setscene: Succeeded NOTE: Running task 389 of 1298 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_fetch) NOTE: recipe libksba-1.6.7-r0: task do_create_spdx_setscene: Succeeded NOTE: recipe pinentry-1.3.1-r0: task do_create_spdx_setscene: Succeeded NOTE: recipe npth-1.7-r0: task do_create_spdx_setscene: Succeeded NOTE: recipe libgcrypt-1.11.0-r0: task do_create_spdx_setscene: Succeeded NOTE: recipe bzip2-1.0.8-r0: task do_create_spdx_setscene: Succeeded NOTE: Running setscene task 363 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_spdx_setscene) NOTE: Running setscene task 368 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/libassuan/libassuan_3.0.1.bb:do_create_spdx_setscene) NOTE: recipe gnutls-3.8.7.1-r0: task do_create_spdx_setscene: Succeeded NOTE: recipe gnupg-2.5.1-r0: task do_fetch: Started NOTE: recipe gnupg-2.5.1-r0: task do_fetch: Succeeded NOTE: recipe zlib-1.3.1-r0: task do_create_spdx_setscene: Started NOTE: Running task 429 of 1298 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_unpack) NOTE: recipe libassuan-3.0.1-r0: task do_create_spdx_setscene: Started NOTE: recipe gnupg-2.5.1-r0: task do_unpack: Started NOTE: recipe zlib-1.3.1-r0: task do_create_spdx_setscene: Succeeded NOTE: recipe libassuan-3.0.1-r0: task do_create_spdx_setscene: Succeeded NOTE: Running setscene task 412 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libtool/libtool-cross_2.5.2.bb:do_create_spdx_setscene) NOTE: recipe libtool-cross-2.5.2-r0: task do_create_spdx_setscene: Started NOTE: recipe libtool-cross-2.5.2-r0: task do_create_spdx_setscene: Succeeded NOTE: Running setscene task 418 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-runtime_14.2.bb:do_create_spdx_setscene) NOTE: Running setscene task 419 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libtool/libtool-cross_2.5.2.bb:do_populate_sysroot_setscene) NOTE: recipe libtool-cross-2.5.2-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gcc-runtime-14.2.0-r0: task do_create_spdx_setscene: Started NOTE: recipe gcc-runtime-14.2.0-r0: task do_create_spdx_setscene: Succeeded NOTE: Running setscene task 423 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-core/glibc/glibc_2.40.bb:do_create_spdx_setscene) NOTE: recipe libtool-cross-2.5.2-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 427 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libtool/libtool-cross_2.5.2.bb:do_recipe_qa_setscene) NOTE: recipe glibc-2.40+git-r0: task do_create_spdx_setscene: Started NOTE: recipe libtool-cross-2.5.2-r0: task do_recipe_qa_setscene: Started NOTE: recipe libtool-cross-2.5.2-r0: task do_recipe_qa_setscene: Succeeded NOTE: recipe glibc-2.40+git-r0: task do_create_spdx_setscene: Succeeded NOTE: Running setscene task 432 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-cross_14.2.bb:do_create_spdx_setscene) NOTE: recipe gcc-cross-x86_64-14.2.0-r0: task do_create_spdx_setscene: Started NOTE: recipe gcc-cross-x86_64-14.2.0-r0: task do_create_spdx_setscene: Succeeded NOTE: Running setscene task 437 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-cross_14.2.bb:do_populate_sysroot_setscene) NOTE: recipe gcc-cross-x86_64-14.2.0-r0: task do_populate_sysroot_setscene: Started NOTE: recipe gnupg-2.5.1-r0: task do_unpack: Succeeded NOTE: Running task 979 of 1298 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_patch) NOTE: recipe gnupg-2.5.1-r0: task do_patch: Started NOTE: recipe gnupg-2.5.1-r0: task do_patch: Succeeded NOTE: Running task 980 of 1298 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_deploy_source_date_epoch) NOTE: Running task 981 of 1298 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_populate_lic) NOTE: recipe gnupg-2.5.1-r0: task do_deploy_source_date_epoch: Started NOTE: recipe gnupg-2.5.1-r0: task do_populate_lic: Started NOTE: recipe gnupg-2.5.1-r0: task do_deploy_source_date_epoch: Succeeded NOTE: recipe gnupg-2.5.1-r0: task do_populate_lic: Succeeded NOTE: Task /srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_deploy_source_date_epoch unihash changed to 00db8dd10a42782edf8785bc36c4a6361c3e8a5058e6479955fc3072c46f37e8 NOTE: Task /srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_populate_lic unihash changed to aacc16a4fdab499bb2374fc0044509da01473b42edb63271e2c112ef8f716699 NOTE: recipe gcc-cross-x86_64-14.2.0-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 456 of 459 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/binutils/binutils-cross_2.43.1.bb:do_populate_sysroot_setscene) NOTE: recipe binutils-cross-x86_64-2.43.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe binutils-cross-x86_64-2.43.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Setscene tasks completed NOTE: Running task 1232 of 1298 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_prepare_recipe_sysroot) NOTE: Running task 1279 of 1298 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_collect_spdx_deps) NOTE: recipe gnupg-2.5.1-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe gnupg-2.5.1-r0: task do_collect_spdx_deps: Started NOTE: recipe gnupg-2.5.1-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe gnupg-2.5.1-r0: task do_collect_spdx_deps: Succeeded NOTE: Running task 1286 of 1298 (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_configure) NOTE: recipe gnupg-2.5.1-r0: task do_configure: Started NOTE: recipe gnupg-2.5.1-r0: task do_configure: Failed NOTE: Tasks Summary: Attempted 1286 tasks of which 1278 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 2 seconds NOTE: The errors for this build are stored in /srv/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20241010162044.txt You can send the errors to a reports server by running: send-error-report /srv/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20241010162044.txt [-s server] NOTE: The contents of these logs will be posted in public if you use the above command with the default server. Please ensure you remove any identifying or proprietary information when prompted before sending. Summary: 1 task failed: /srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_configure log: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.1/temp/log.do_configure.3339302 Summary: There were 2 ERROR messages, returning a non-zero exit code. ERROR: gnupg-2.5.1-r0 do_configure: QA Issue: gnupg: configure was passed unrecognised options: --enable-gpg-is-gpg2 [unknown-configure-option] ERROR: gnupg-2.5.1-r0 do_configure: Fatal QA errors were found, failing task. ERROR: Logfile of failure stored in: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.1/temp/log.do_configure.3339302 ERROR: Task (/srv/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.1.bb:do_configure) failed with exit code '1'
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205587): https://lists.openembedded.org/g/openembedded-core/message/205587 Mute This Topic: https://lists.openembedded.org/mt/108936208/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-