Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gnupg* to *2.5.0* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-gnupg-upgrade-2.4.5-2.5.0.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 5ec4c222cf724fd5833c65ec934184edd1f63277 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <a...@yoctoproject.org>
Date: Mon, 15 Jul 2024 18:24:24 +0000
Subject: [PATCH] gnupg: upgrade 2.4.5 -> 2.5.0

---
 ...erride-init-is-not-needed-with-gcc-9.patch |  7 ++-----
 ...-a-custom-value-for-the-location-of-.patch |  7 +++----
 ...use-pkgconfig-instead-of-npth-config.patch |  3 +--
 ...h-fix-find-version-for-beta-checking.patch |  9 ++++-----
 .../gnupg/gnupg/relocate.patch                | 19 +++++++++----------
 .../gnupg/{gnupg_2.4.5.bb => gnupg_2.5.0.bb}  |  2 +-
 6 files changed, 20 insertions(+), 27 deletions(-)
 rename meta/recipes-support/gnupg/{gnupg_2.4.5.bb => gnupg_2.5.0.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 83195b5bd4..9041159c81 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 e3adc816d2d56dd929016073937ba24e01e03cb8 Mon Sep 17 00:00:00 2001
+From df1996cfbd3fced995ae9bb9ed803724fc576a4f 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
@@ -17,7 +17,7 @@ Signed-off-by: Khem Raj <raj.k...@gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/dirmngr/dns.h b/dirmngr/dns.h
-index 024d6dcc8..c6e141e16 100644
+index 1f647e1..334acb6 100644
 --- a/dirmngr/dns.h
 +++ b/dirmngr/dns.h
 @@ -139,7 +139,7 @@ DNS_PUBLIC int *dns_debug_p(void);
@@ -29,6 +29,3 @@ index 024d6dcc8..c6e141e16 100644
  #define DNS_PRAGMA_PUSH _Pragma("GCC diagnostic push")
  #define DNS_PRAGMA_QUIET _Pragma("GCC diagnostic ignored \"-Woverride-init\"")
  #define DNS_PRAGMA_POP _Pragma("GCC diagnostic pop")
--- 
-2.17.1
-
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 f957f6b55e..e397f8a4e5 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 6b581c43bd01f815db78a410fd3814fc5994171e Mon Sep 17 00:00:00 2001
+From 4b3afb34cc9bda0fe24814e3613dfc289d5b130b 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
@@ -8,16 +8,15 @@ This should avoid clashes with the host gpg-agent observed on 
autobuilders.
 
 Upstream-Status: Inappropriate [oe-core specific, and only for -native]
 Signed-off-by: Alexander Kanavin <alex.kana...@gmail.com>
-
 ---
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 26d7f7b..e953c2e 100644
+index e4f8c0e..fa75ec8 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1921,7 +1921,7 @@ AC_DEFINE_UNQUOTED(GPGCONF_DISP_NAME, "GPGConf",
+@@ -1925,7 +1925,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/0002-use-pkgconfig-instead-of-npth-config.patch
 
b/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch
index 0e58fd4c4d..905ef260cb 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 d9048788d906774b1475c3bb1b17e22455c2add4 Mon Sep 17 00:00:00 2001
+From 9a192093cd4c625e52bd064121623078c7ab11fb 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
@@ -9,7 +9,6 @@ Signed-off-by: Saul Wold <s...@linux.intel.com>
 
 Rebase to 2.1.23
 Signed-off-by: Hongxu Jia <hongxu....@windriver.com>
-
 ---
  m4/npth.m4 | 53 ++++++++---------------------------------------------
  1 file changed, 8 insertions(+), 45 deletions(-)
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 d664c36a1b..a401fb95b0 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 6a7f9b71d936847dcaeeac7d1b69d8299be4dd85 Mon Sep 17 00:00:00 2001
+From 6d104b8962c24a758acf56cc8a8e4fe2567f7c7b 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
@@ -13,20 +13,19 @@ Signed-off-by: Wenzong Fan <wenzong....@windriver.com>
 
 Rebase to 2.1.23
 Signed-off-by: Hongxu Jia <hongxu....@windriver.com>
-
 ---
  autogen.sh | 1 -
  1 file changed, 1 deletion(-)
 
 diff --git a/autogen.sh b/autogen.sh
-index 0abf103..78753b5 100755
+index 9f91297..116fb7f 100755
 --- a/autogen.sh
 +++ b/autogen.sh
-@@ -237,7 +237,6 @@ if [ "$myhost" = "find-version" ]; then
+@@ -270,7 +270,6 @@ if [ "$myhost" = "find-version" ]; then
        rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
      else
        ingit=no
 -      beta=yes
        tmp="-unknown"
+       cid="0000000"
        rev="0000000"
-       rvd="0"
diff --git a/meta/recipes-support/gnupg/gnupg/relocate.patch 
b/meta/recipes-support/gnupg/gnupg/relocate.patch
index ea0252026a..63e7ff741d 100644
--- a/meta/recipes-support/gnupg/gnupg/relocate.patch
+++ b/meta/recipes-support/gnupg/gnupg/relocate.patch
@@ -1,4 +1,4 @@
-From c50d0a95fcf8f96c272fadd4ba85f3eeac39fcaf Mon Sep 17 00:00:00 2001
+From 0718e9c698a23d52b5d23380afffcde43425d665 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
@@ -8,16 +8,15 @@ Upstream-Status: Inappropriate [OE-specific]
 Signed-off-by: Ross Burton <ross.bur...@intel.com>
 
 Signed-off-by: Alexander Kanavin <a...@linutronix.de>
-
 ---
  common/homedir.c | 14 +++++++-------
  1 file changed, 7 insertions(+), 7 deletions(-)
 
 diff --git a/common/homedir.c b/common/homedir.c
-index 6f99f3e..f22aa9e 100644
+index 3929108..d3a7b8f 100644
 --- a/common/homedir.c
 +++ b/common/homedir.c
-@@ -1284,7 +1284,7 @@ gnupg_socketdir (void)
+@@ -1439,7 +1439,7 @@ gnupg_socketdir (void)
    if (!name)
      {
        unsigned int dummy;
@@ -26,7 +25,7 @@ index 6f99f3e..f22aa9e 100644
        gpgrt_annotate_leaked_object (name);
      }
  
-@@ -1316,7 +1316,7 @@ gnupg_sysconfdir (void)
+@@ -1468,7 +1468,7 @@ gnupg_sysconfdir (void)
    if (dir)
      return dir;
    else
@@ -35,7 +34,7 @@ index 6f99f3e..f22aa9e 100644
  #endif /*!HAVE_W32_SYSTEM*/
  }
  
-@@ -1352,7 +1352,7 @@ gnupg_bindir (void)
+@@ -1504,7 +1504,7 @@ gnupg_bindir (void)
        return name;
      }
    else
@@ -44,7 +43,7 @@ index 6f99f3e..f22aa9e 100644
  #endif /*!HAVE_W32_SYSTEM*/
  }
  
-@@ -1379,7 +1379,7 @@ gnupg_libexecdir (void)
+@@ -1531,7 +1531,7 @@ gnupg_libexecdir (void)
        return name;
      }
    else
@@ -53,7 +52,7 @@ index 6f99f3e..f22aa9e 100644
  #endif /*!HAVE_W32_SYSTEM*/
  }
  
-@@ -1409,7 +1409,7 @@ gnupg_libdir (void)
+@@ -1561,7 +1561,7 @@ gnupg_libdir (void)
        return name;
      }
    else
@@ -62,7 +61,7 @@ index 6f99f3e..f22aa9e 100644
  #endif /*!HAVE_W32_SYSTEM*/
  }
  
-@@ -1440,7 +1440,7 @@ gnupg_datadir (void)
+@@ -1592,7 +1592,7 @@ gnupg_datadir (void)
        return name;
      }
    else
@@ -71,7 +70,7 @@ index 6f99f3e..f22aa9e 100644
  #endif /*!HAVE_W32_SYSTEM*/
  }
  
-@@ -1472,7 +1472,7 @@ gnupg_localedir (void)
+@@ -1624,7 +1624,7 @@ gnupg_localedir (void)
        return name;
      }
    else
diff --git a/meta/recipes-support/gnupg/gnupg_2.4.5.bb 
b/meta/recipes-support/gnupg/gnupg_2.5.0.bb
similarity index 97%
rename from meta/recipes-support/gnupg/gnupg_2.4.5.bb
rename to meta/recipes-support/gnupg/gnupg_2.5.0.bb
index 99996968b1..7c6d7bdc1a 100644
--- a/meta/recipes-support/gnupg/gnupg_2.4.5.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.5.0.bb
@@ -23,7 +23,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] = 
"f68f7d75d06cb1635c336d34d844af97436c3f64ea14bcb7c869782f96f44277"
+SRC_URI[sha256sum] = 
"2222c827d4e7087f15e7f72739d004abc1d05c6c5f0a5a12b24c6a6cc5d173fb"
 
 EXTRA_OECONF = "--disable-ldap \
                --disable-ccid-driver \
-- 
2.44.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1881 entries from dependency cache.
Parsing recipes...done.
Parsing of 918 .bb files complete (917 cached, 1 parsed). 1878 targets, 35 
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.0+snapshot-0e13e689a423d8b67fb871cbffe2a975749a5c4d"
TUNE_FEATURES        = "m64 core2"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       
workspace            = 
"tmp-auh-upgrades:0e13e689a423d8b67fb871cbffe2a975749a5c4d"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 163 Local 151 Mirrors 0 Missed 12 Current 295 (92% 
match, 97% complete)
done.
NOTE: Executing Tasks
NOTE: Running setscene task 305 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx_setscene)
NOTE: Running setscene task 306 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx_setscene)
NOTE: Running setscene task 317 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_spdx_setscene)
NOTE: Running setscene task 318 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_spdx_setscene)
NOTE: Running setscene task 319 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx_setscene)
NOTE: Running setscene task 320 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_create_spdx_setscene)
NOTE: Running setscene task 321 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/npth/npth_1.7.bb:do_create_spdx_setscene)
NOTE: Running task 643 of 1297 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_recipe_qa)
NOTE: recipe readline-8.2-r0: task do_create_spdx_setscene: Started
NOTE: recipe libassuan-2.5.7-r0: task do_create_spdx_setscene: Started
NOTE: recipe npth-1.7-r0: task do_create_spdx_setscene: Started
NOTE: recipe libksba-1.6.6-r0: task do_create_spdx_setscene: Started
NOTE: recipe bzip2-1.0.8-r0: task do_create_spdx_setscene: Started
NOTE: recipe gnupg-2.5.0-r0: task do_recipe_qa: Started
NOTE: recipe libgcrypt-1.10.3-r0: task do_create_spdx_setscene: Started
NOTE: recipe gnutls-3.8.5-r0: task do_create_spdx_setscene: Started
NOTE: recipe readline-8.2-r0: task do_create_spdx_setscene: Succeeded
NOTE: recipe libksba-1.6.6-r0: task do_create_spdx_setscene: Succeeded
NOTE: recipe npth-1.7-r0: task do_create_spdx_setscene: Succeeded
NOTE: recipe libassuan-2.5.7-r0: task do_create_spdx_setscene: Succeeded
NOTE: recipe bzip2-1.0.8-r0: task do_create_spdx_setscene: Succeeded
NOTE: recipe libgcrypt-1.10.3-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 387 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_spdx_setscene)
NOTE: recipe gnutls-3.8.5-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 421 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_create_spdx_setscene)
NOTE: recipe zlib-1.3.1-r0: task do_create_spdx_setscene: Started
NOTE: recipe libtool-cross-2.5.0-r0: task do_create_spdx_setscene: Started
NOTE: recipe gnupg-2.5.0-r0: task do_recipe_qa: Succeeded
NOTE: Running task 919 of 1297 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_fetch)
NOTE: recipe zlib-1.3.1-r0: task do_create_spdx_setscene: Succeeded
NOTE: recipe libtool-cross-2.5.0-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 434 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_spdx_setscene)
NOTE: recipe gnupg-2.5.0-r0: task do_fetch: Started
NOTE: recipe gnupg-2.5.0-r0: task do_fetch: Succeeded
NOTE: Running task 928 of 1297 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_unpack)
NOTE: recipe gcc-runtime-14.1.0-r0: task do_create_spdx_setscene: Started
NOTE: recipe gnupg-2.5.0-r0: task do_unpack: Started
NOTE: recipe gcc-runtime-14.1.0-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 438 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-core/glibc/glibc_2.39.bb:do_create_spdx_setscene)
NOTE: recipe glibc-2.39+git-r0: task do_create_spdx_setscene: Started
NOTE: recipe glibc-2.39+git-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 445 of 458 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_spdx_setscene)
NOTE: recipe gcc-cross-x86_64-14.1.0-r0: task do_create_spdx_setscene: Started
NOTE: recipe gcc-cross-x86_64-14.1.0-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 456 of 458 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot_setscene)
NOTE: Running task 1155 of 1297 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe dwarfsrcfiles-native-1.0-r0: task do_populate_sysroot_setscene: 
Started
NOTE: recipe gnupg-2.5.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe dwarfsrcfiles-native-1.0-r0: task do_populate_sysroot_setscene: 
Succeeded
NOTE: Setscene tasks completed
NOTE: recipe gnupg-2.5.0-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe gnupg-2.5.0-r0: task do_unpack: Succeeded
NOTE: Running task 1281 of 1297 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_patch)
NOTE: Running task 1282 of 1297 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_collect_spdx_deps)
NOTE: recipe gnupg-2.5.0-r0: task do_patch: Started
NOTE: recipe gnupg-2.5.0-r0: task do_collect_spdx_deps: Started
NOTE: recipe gnupg-2.5.0-r0: task do_collect_spdx_deps: Succeeded
NOTE: recipe gnupg-2.5.0-r0: task do_patch: Succeeded
NOTE: Running task 1283 of 1297 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 1284 of 1297 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_populate_lic)
NOTE: recipe gnupg-2.5.0-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe gnupg-2.5.0-r0: task do_populate_lic: Started
NOTE: recipe gnupg-2.5.0-r0: task do_populate_lic: Succeeded
NOTE: recipe gnupg-2.5.0-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 1285 of 1297 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_configure)
NOTE: recipe gnupg-2.5.0-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 
['/home/pokybuild/yocto-worker/auh/build/meta/recipes-core/glibc/glibc_2.39.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot',
 
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/npth/npth_1.7.bb:do_populate_sysroot',
 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_sysroot',
 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_sysroot',
 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/autom
 ake/automake_1.16.5.bb:do_populate_sysroot', 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot',
 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot',
 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['gettext-minimal-native', 
'glibc', 'libxcrypt', 'ncurses', 'readline', 'zlib', 'binutils-cross-x86_64', 
'gcc-cross-x86_64', 'gcc-runtime', 'libgcc', 'libtool-cross', 'libtool-native', 
'm4-native', 'opkg-utils', 'quilt-native', 'bzip2', 'cracklib', 'libidn2', 
'libpam', 'texinfo-dummy-native', 'linux-libc-headers', 'gmp', 'gnutls', 
'libtasn1', 'libassuan', 'libcap', 'libgcrypt', 'libgpg-error', 'libksba', 
'libseccomp', 'libunistring', 'nettle', 'npth', 'gettext-native', 
'zlib-native', 'autoconf-native', 'automake-native', 'flex-native', 
'gnu-config-native', 'patch-native', 'pkgconfig-native', 'pseudo-native', 
'xz-native', 'zstd-native', 'attr-native', 'gmp-native', 'libmpc-native', 
'mpfr-native', 'sqlite3-native']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 
'x86_64-linux', 'common']
| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_configure
| automake (GNU automake) 1.16.5
| Copyright (C) 2021 Free Software Foundation, Inc.
| License GPLv2+: GNU GPL version 2 or later 
<https://gnu.org/licenses/gpl-2.0.html>
| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
| 
| Written by Tom Tromey <tro...@redhat.com>
|        and Alexandre Duret-Lutz <a...@gnu.org>.
| AUTOV is 1.16
| NOTE: Executing ACLOCAL="aclocal 
--system-acdir=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot/usr/share/aclocal/
 
--automake-acdir=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/share/aclocal-1.16"
 autoreconf -Wcross --verbose --install --force --exclude=autopoint -I 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/gnupg-2.5.0/m4/
 -I 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/share/aclocal/
| autoreconf: export WARNINGS=cross,no-obsolete
| autoreconf: Entering directory '.'
| autoreconf: running: aclocal 
--system-acdir=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot/usr/share/aclocal/
 
--automake-acdir=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/share/aclocal-1.16
 -I 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/gnupg-2.5.0/m4/
 -I 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/share/aclocal/
 --force -I m4
| autoreconf: configure.ac: tracing
| autoreconf: configure.ac: not using Libtool
| autoreconf: configure.ac: not using Intltool
| autoreconf: configure.ac: not using Gtkdoc
| autoreconf: running: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/bin/autoconf
 
--include=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/gnupg-2.5.0/m4/
 
--include=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/share/aclocal/
 --force
| autoreconf: running: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/bin/autoheader
 
--include=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/gnupg-2.5.0/m4/
 
--include=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/share/aclocal/
 --force
| autoreconf: running: automake --add-missing --copy --force-missing
| autoreconf: 'build-aux/install-sh' is updated
| autoreconf: 'build-aux/config.sub' is updated
| autoreconf: 'build-aux/config.guess' is updated
| autoreconf: Leaving directory '.'
| NOTE: Running ../gnupg-2.5.0/configure  --build=x86_64-linux            
--host=x86_64-poky-linux                --target=x86_64-poky-linux              
--prefix=/usr                   --exec_prefix=/usr              
--bindir=/usr/bin               --sbindir=/usr/sbin             
--libexecdir=/usr/libexec               --datadir=/usr/share            
--sysconfdir=/etc               --sharedstatedir=/com                   
--localstatedir=/var            --libdir=/usr/lib               
--includedir=/usr/include               --oldincludedir=/usr/include            
--infodir=/usr/share/info               --mandir=/usr/share/man                 
--disable-silent-rules                  --disable-dependency-tracking 
--disable-ldap          --disable-ccid-driver           
--with-zlib=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot/usr/lib/..
             
--with-bzip2=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot/usr/lib/..
            
--with-readline=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot/usr/lib/..
                 --with-mailprog=/usr/sbin/sendma
 il             --enable-gpg-is-gpg2            --disable-tests                 
--disable-static  --enable-gnutls  --disable-sqlite --enable-nls
| configure: WARNING: unrecognized options: --disable-static
| configure: loading site script 
/home/pokybuild/yocto-worker/auh/build/meta/site/endian-little
| configure: loading site script 
/home/pokybuild/yocto-worker/auh/build/meta/site/common-linux
| configure: loading site script 
/home/pokybuild/yocto-worker/auh/build/meta/site/common-glibc
| configure: loading site script 
/home/pokybuild/yocto-worker/auh/build/meta/site/x86_64-linux
| configure: loading site script 
/home/pokybuild/yocto-worker/auh/build/meta/site/common
| checking for a BSD-compatible install... 
/home/pokybuild/yocto-worker/auh/build/build/tmp/hosttools/install -c
| checking whether build environment is sane... yes
| checking for x86_64-poky-linux-strip... x86_64-poky-linux-strip
| checking for a race-free mkdir -p... 
/home/pokybuild/yocto-worker/auh/build/build/tmp/hosttools/mkdir -p
| checking for gawk... gawk
| checking whether make sets $(MAKE)... yes
| checking whether make supports nested variables... yes
| checking build system type... x86_64-pc-linux-gnu
| checking host system type... x86_64-poky-linux-gnu
| configure: autobuild project... gnupg
| configure: autobuild revision... 2.5.0-unknown
| configure: autobuild hostname... alma8-ty-1.yocto.io
| configure: autobuild timestamp... 20240715-182408
| checking whether make supports the include directive... yes (GNU style)
| checking for x86_64-poky-linux-gcc... x86_64-poky-linux-gcc  -m64 
-march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong  -O2 
-D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
| checking whether the C compiler works... yes
| checking for C compiler default output file name... a.out
| checking for suffix of executables...
| checking whether we are cross compiling... yes
| checking for suffix of object files... o
| checking whether the compiler supports GNU C... yes
| checking whether x86_64-poky-linux-gcc  -m64 -march=core2 -mtune=core2 -msse3 
-mfpmath=sse -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
 accepts -g... yes
| checking for x86_64-poky-linux-gcc  -m64 -march=core2 -mtune=core2 -msse3 
-mfpmath=sse -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
 option to enable C11 features... none needed
| checking whether x86_64-poky-linux-gcc  -m64 -march=core2 -mtune=core2 -msse3 
-mfpmath=sse -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
 understands -c and -o together... yes
| checking dependency style of x86_64-poky-linux-gcc  -m64 -march=core2 
-mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong  -O2 
-D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot...
 none
| checking for stdio.h... yes
| checking for stdlib.h... yes
| checking for string.h... yes
| checking for inttypes.h... yes
| checking for stdint.h... yes
| checking for strings.h... yes
| checking for sys/stat.h... yes
| checking for sys/types.h... yes
| checking for unistd.h... yes
| checking for wchar.h... yes
| checking for minix/config.h... no
| checking for sys/socket.h... yes
| checking for vfork.h... no
| checking whether it is safe to define __EXTENSIONS__... yes
| checking whether _XOPEN_SOURCE should be defined... no
| checking whether SELinux support is requested... no
| checking whether to allocate extra secure memory... no
| checking calibrated passphrase-stretching (s2k) duration... 100 milliseconds
| checking whether to enable trust models... yes
| checking whether to enable TOFU... yes
| checking whether to enable libdns... yes
| checking whether to enable the RSA public key for gpg... yes
| checking whether to enable the ECDH public key for gpg... yes
| checking whether to enable the ECDSA public key for gpg... yes
| checking whether to enable the EdDSA public key for gpg... yes
| checking whether to enable the IDEA cipher for gpg... yes
| checking whether to enable the CAST5 cipher for gpg... yes
| checking whether to enable the BLOWFISH cipher for gpg... yes
| checking whether to enable the AES128 cipher for gpg... yes
| checking whether to enable the AES192 cipher for gpg... yes
| checking whether to enable the AES256 cipher for gpg... yes
| checking whether to enable the TWOFISH cipher for gpg... yes
| checking whether to enable the CAMELLIA128 cipher for gpg... yes
| checking whether to enable the CAMELLIA192 cipher for gpg... yes
| checking whether to enable the CAMELLIA256 cipher for gpg... yes
| checking whether to enable the MD5 hash for gpg... yes
| checking whether to enable the RIPE-MD160 hash for gpg... yes
| checking whether to enable the SHA-224 hash for gpg... yes
| checking whether to enable the SHA-384 hash for gpg... yes
| checking whether to enable the SHA-512 hash for gpg... yes
| checking whether to enable the ZIP and ZLIB compression algorithm... yes
| checking whether to enable the BZIP2 compression algorithm... yes
| checking whether to enable external program execution... yes
| checking whether to enable photo ID viewing... yes
| checking whether to use a fixed photo ID viewer... no
| checking for the size of the key and uid cache... 4096
| checking whether use of capabilities is requested... no
| checking whether smartcard support is requested... yes
| checking whether to enable the internal CCID driver... no
| checking whether to auto start dirmngr... yes
| checking whether to enable maintainer-specific portions of Makefiles... no
| configure: checking for programs
| checking whether make sets $(MAKE)... (cached) yes
| checking whether build environment is sane... yes
| checking whether make supports nested variables... (cached) yes
| checking for gawk... (cached) gawk
| checking for x86_64-poky-linux-gcc... (cached) x86_64-poky-linux-gcc  -m64 
-march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong  -O2 
-D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
| checking whether the compiler supports GNU C... (cached) yes
| checking whether x86_64-poky-linux-gcc  -m64 -march=core2 -mtune=core2 -msse3 
-mfpmath=sse -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
 accepts -g... (cached) yes
| checking for x86_64-poky-linux-gcc  -m64 -march=core2 -mtune=core2 -msse3 
-mfpmath=sse -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
 option to enable C11 features... (cached) none needed
| checking whether x86_64-poky-linux-gcc  -m64 -march=core2 -mtune=core2 -msse3 
-mfpmath=sse -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
 understands -c and -o together... (cached) yes
| checking dependency style of x86_64-poky-linux-gcc  -m64 -march=core2 
-mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong  -O2 
-D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot...
 (cached) none
| checking how to run the C preprocessor... x86_64-poky-linux-gcc -E 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
  -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong  
-O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security
| checking whether ln -s works... yes
| checking for x86_64-poky-linux-ranlib... x86_64-poky-linux-gcc-ranlib
| checking for x86_64-poky-linux-ar... x86_64-poky-linux-gcc-ar
| checking for perl... 
/home/pokybuild/yocto-worker/auh/build/build/tmp/hosttools/perl
| checking for x86_64-poky-linux-windres... no
| checking for windres... no
| checking for yat2m... (cached) ./yat2m
| checking for library containing strerror... none required
| checking for x86_64-poky-linux-gcc  -m64 -march=core2 -mtune=core2 -msse3 
-mfpmath=sse -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
 option to enable large file support... none needed
| configure: awk with an option -n for hexadecimal
| checking for cc for build... gcc
| checking for x86_64-poky-linux-pkg-config... no
| checking for pkg-config... 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/bin/pkg-config
| configure: WARNING: using cross tools not prefixed with host triplet
| checking pkg-config is at least version 0.9.0... yes
| configure: checking for libraries
| checking for GPG_ERROR... no
| checking for LIBGCRYPT... no
| checking for LIBASSUAN... no
| checking for KSBA... yes
| checking KSBA API version... okay
| checking for library containing dlopen... none required
| configure: WARNING:
| ***
| *** Building without SQLite support - TOFU and Keyboxd disabled
| ***
| ***
| ***
| checking for encfs... /usr/bin/encfs
| checking for fusermount... /usr/bin/fusermount
| checking for pkg-config... 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/bin/pkg-config
| checking for NPTH - version >= 1.2... yes (1.7-unknown)
| configure: WARNING: GOT HERE - -lnpth
| checking for ntbtls-config... no
| checking for NTBTLS - version >= 0.2.0... no
| checking for LIBGNUTLS... yes
| configure: checking for networking options
| checking for gethostbyname... yes
| checking for setsockopt... yes
| checking for library containing res_query... none required
| checking for library containing dn_expand... none required
| checking for library containing res_9_dn_skipname... no
| checking for library containing dn_skipname... none required
| checking whether the resolver is usable... yes
| configure: WARNING:
| ***
| *** Building without LDAP support.
| *** No CRL access or X.509 certificate search available.
| ***
| checking for a mail transport program... /usr/sbin/sendmail
| checking for ld... x86_64-poky-linux-ld 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
| checking if the linker (x86_64-poky-linux-ld 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
  ) is GNU ld... yes
| checking for shared library run path origin... done
| checking 32-bit host C ABI... no
| checking for egrep -e... 
/home/pokybuild/yocto-worker/auh/build/build/tmp/hosttools/grep -E
| checking for ELF binary format... yes
| checking for the common suffixes of directories in the library search path... 
lib,lib,lib64
| checking for iconv... yes
| checking for working iconv... (cached) yes
| checking whether iconv is compatible with its POSIX signature... yes
| configure: checking for gettext
| checking for a sed that does not truncate output... (cached) sed
| checking whether NLS is requested... yes
| checking for msgfmt... 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/bin/msgfmt
| checking for gmsgfmt... 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/bin/msgfmt
| checking for xgettext... 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/bin/xgettext
| checking for msgmerge... 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot-native/usr/bin/msgmerge
| checking for CFPreferencesCopyAppValue... no
| checking for CFLocaleCopyPreferredLanguages... no
| checking for GNU gettext in libc... yes
| checking whether to use NLS... yes
| checking where the gettext function comes from... libc
| checking for strchr... yes
| checking for nl_langinfo and CODESET... yes
| checking for LC_MESSAGES... yes
| configure: checking for header files
| checking for unistd.h... (cached) yes
| checking for langinfo.h... yes
| checking for termio.h... yes
| checking for locale.h... yes
| checking for pwd.h... yes
| checking for inttypes.h... (cached) yes
| checking for signal.h... yes
| checking for sys/select.h... yes
| checking for sys/time.h... yes
| checking for stdint.h... (cached) yes
| checking for signal.h... (cached) yes
| checking for termios.h... yes
| checking for ucred.h... no
| checking for sys/ucred.h... no
| checking for sys/sysmacros.h... yes
| checking for sys/mkdev.h... no
| configure: checking for system characteristics
| checking for an ANSI C-conforming const... yes
| checking for inline... inline
| checking for working volatile... yes
| checking for size_t... yes
| checking for mode_t... yes
| checking for sigdescr_np... yes
| checking for x86_64-poky-linux-gcc  -m64 -march=core2 -mtune=core2 -msse3 
-mfpmath=sse -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/recipe-sysroot
 options needed to detect all undeclared functions... none needed
| checking whether sys_siglist is declared... (cached) no
| checking for socklen_t... yes
| checking for library containing inet_addr... none required
| checking endianness... little
| checking for byte... no
| checking for ushort... yes
| checking for ulong... yes
| checking for u16... no
| checking for u32... no
| checking size of unsigned short... (cached) 2
| checking size of unsigned int... (cached) 4
| checking size of unsigned long... (cached) 8
| checking size of unsigned long long... 8
| checking size of size_t... (cached) 8
| checking size of time_t... 8
| checking whether time_t is unsigned... no
| checking for SOCKET... no
| configure: checking for library functions
| checking whether getpagesize is declared... yes
| checking for declarations of fseeko and ftello... yes
| checking for vprintf... yes
| checking for fork... yes
| checking for vfork... yes
| checking for pid_t... yes
| checking for working fork... cross
| configure: WARNING: result yes guessed because of cross compilation
| checking for working vfork... (cached) yes
| checking for atexit... yes
| checking for canonicalize_file_name... yes
| checking for clock_gettime... yes
| checking for ctermid... yes
| checking for explicit_bzero... yes
| checking for fcntl... yes
| checking for flockfile... yes
| checking for fsync... yes
| checking for ftello... yes
| checking for ftruncate... yes
| checking for funlockfile... yes
| checking for getaddrinfo... (cached) yes
| checking for getenv... yes
| checking for getpagesize... (cached) yes
| checking for getpwnam... yes
| checking for getpwuid... yes
| checking for getrlimit... yes
| checking for getrusage... yes
| checking for gettimeofday... yes
| checking for gmtime_r... yes
| checking for inet_ntop... yes
| checking for inet_pton... yes
| checking for isascii... yes
| checking for lstat... yes
| checking for memicmp... no
| checking for memmove... yes
| checking for memrchr... yes
| checking for mmap... yes
| checking for nl_langinfo... yes
| checking for pipe... yes
| checking for raise... yes
| checking for rand... yes
| checking for setenv... yes
| checking for setlocale... yes
| checking for setrlimit... yes
| checking for sigaction... yes
| checking for sigprocmask... yes
| checking for stat... yes
| checking for stpcpy... yes
| checking for strcasecmp... yes
| checking for strerror... (cached) yes
| checking for strftime... yes
| checking for stricmp... no
| checking for strlwr... no
| checking for strncasecmp... yes
| checking for strpbrk... yes
| checking for strsep... yes
| checking for strtol... yes
| checking for strtoul... yes
| checking for strtoull... yes
| checking for tcgetattr... yes
| checking for timegm... yes
| checking for times... yes
| checking for ttyname... yes
| checking for unsetenv... yes
| checking for wait4... yes
| checking for waitpid... yes
| checking for library containing nanosleep... none required
| checking for inotify_init... yes
| checking for struct sigaction... yes
| checking for sigset_t... yes
| checking for struct ucred.pid... yes
| checking for struct ucred.cr_pid... no
| checking for struct sockpeercred.pid... no
| checking for getpeerucred... no
| checking for zlib.h... yes
| checking for deflateInit2_ in -lz... yes
| checking for bzlib.h... yes
| checking for BZ2_bzCompressInit in -lbz2... yes
| checking whether readline via "-lreadline" is present and sane... yes
| checking for library containing TSS_Create... no
| checking for library containing Esys_Initialize... no
| configure: checking for cc features
| checking if gcc ignores unknown -Wno-* options... yes
| checking if gcc supports -Wpointer-arith... yes
| checking whether to enable log_clock... no
| checking whether "make check" shall run all tests... no
| checking whether tests should be run... no
| configure:
| ***
| *** You need libgpg-error to build this program.
| **  This library is for example available at
| ***   https://gnupg.org/ftp/gcrypt/gpgrt
| *** (at least version 1.50 is required.)
| ***
| configure:
| ***
| *** You need libgcrypt to build this program.
| **  This library is for example available at
| ***   https://gnupg.org/ftp/gcrypt/libgcrypt/
| *** (at least version 1.11.0 (API 1) is required.)
| ***
| configure:
| ***
| *** You need libassuan to build this program.
| *** This library is for example available at
| ***   https://gnupg.org/ftp/gcrypt/libassuan/
| *** (at least version 3.0.0 (API 3) is required).
| ***
| configure: error:
| ***
| *** Required libraries not found. Please consult the above messages
| *** and install them before running configure again.
| ***
| NOTE: The following config.log files may provide further information.
| NOTE: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/build/config.log
| ERROR: configure failed
| WARNING: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/temp/run.do_configure.2559257:291
 exit 1 from 'exit 1'
| WARNING: Backtrace (BB generated script):
|       #1: bbfatal_log, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/temp/run.do_configure.2559257,
 line 291
|       #2: oe_runconf, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/temp/run.do_configure.2559257,
 line 267
|       #3: autotools_do_configure, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/temp/run.do_configure.2559257,
 line 237
|       #4: do_configure, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/temp/run.do_configure.2559257,
 line 157
|       #5: main, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/temp/run.do_configure.2559257,
 line 295
NOTE: recipe gnupg-2.5.0-r0: task do_configure: Failed
NOTE: Tasks Summary: Attempted 1285 tasks of which 1276 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 
/home/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20240715182356.txt
You can send the errors to a reports server by running:
  send-error-report 
/home/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20240715182356.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:
  
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_configure
Summary: There were 2 ERROR messages, returning a non-zero exit code.
ERROR: gnupg-2.5.0-r0 do_configure: configure failed
ERROR: gnupg-2.5.0-r0 do_configure: 
ExecutionError('/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/temp/run.do_configure.2559257',
 1, None, None)
ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/gnupg/2.5.0/temp/log.do_configure.2559257
ERROR: Task 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/gnupg/gnupg_2.5.0.bb:do_configure)
 failed with exit code '1'

Attachment: 0001-gnupg-upgrade-2.4.5-2.5.0.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#202057): 
https://lists.openembedded.org/g/openembedded-core/message/202057
Mute This Topic: https://lists.openembedded.org/mt/107238426/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to