Hello,

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

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-libdnf-upgrade-0.73.2-0.73.3.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 0571df3c24904c7568143abc678339245ae4f086 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Thu, 15 Aug 2024 10:26:42 +0000
Subject: [PATCH] libdnf: upgrade 0.73.2 -> 0.73.3

---
 ...FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch | 2 +-
 ...Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch | 4 ++--
 .../libdnf/libdnf/0001-drop-FindPythonInstDir.cmake.patch     | 2 +-
 ...Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch | 4 ++--
 meta/recipes-devtools/libdnf/libdnf/armarch.patch             | 2 +-
 .../libdnf/libdnf/enable_test_data_dir_set.patch              | 4 ++--
 .../libdnf/{libdnf_0.73.2.bb => libdnf_0.73.3.bb}             | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)
 rename meta/recipes-devtools/libdnf/{libdnf_0.73.2.bb => libdnf_0.73.3.bb} 
(97%)

diff --git 
a/meta/recipes-devtools/libdnf/libdnf/0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch
 
b/meta/recipes-devtools/libdnf/libdnf/0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch
index 046e09eab2..52e7426371 100644
--- 
a/meta/recipes-devtools/libdnf/libdnf/0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch
+++ 
b/meta/recipes-devtools/libdnf/libdnf/0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch
@@ -1,4 +1,4 @@
-From 5d6db56791d326e6b486dca54fe2335af0225229 Mon Sep 17 00:00:00 2001
+From 09ff4670e0717ea1a79430c14e108f93fb6f5f34 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <[email protected]>
 Date: Thu, 24 Nov 2016 14:33:07 +0200
 Subject: [PATCH] FindGtkDoc.cmake: drop the requirement for
diff --git 
a/meta/recipes-devtools/libdnf/libdnf/0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch
 
b/meta/recipes-devtools/libdnf/libdnf/0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch
index 223c1be218..3f70b855c8 100644
--- 
a/meta/recipes-devtools/libdnf/libdnf/0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch
+++ 
b/meta/recipes-devtools/libdnf/libdnf/0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch
@@ -1,4 +1,4 @@
-From bf9bde4af952b67cc357d25b9863889099ea9665 Mon Sep 17 00:00:00 2001
+From 15de1b4266b85ffdf17fad374a43e0ed315b9f22 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <[email protected]>
 Date: Tue, 7 Feb 2017 12:16:03 +0200
 Subject: [PATCH] Get parameters for both libsolv and libsolvext (libdnf is
@@ -12,7 +12,7 @@ Signed-off-by: Alexander Kanavin <[email protected]>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e99b28d0..548a9137 100644
+index a6f14318..60c66e94 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -51,7 +51,7 @@ endif()
diff --git 
a/meta/recipes-devtools/libdnf/libdnf/0001-drop-FindPythonInstDir.cmake.patch 
b/meta/recipes-devtools/libdnf/libdnf/0001-drop-FindPythonInstDir.cmake.patch
index 27f76077d7..5d77bcb41a 100644
--- 
a/meta/recipes-devtools/libdnf/libdnf/0001-drop-FindPythonInstDir.cmake.patch
+++ 
b/meta/recipes-devtools/libdnf/libdnf/0001-drop-FindPythonInstDir.cmake.patch
@@ -1,4 +1,4 @@
-From a6b3bc4fb3db996cd6c5616a99c16d085704dae0 Mon Sep 17 00:00:00 2001
+From 2a4a5f2da7d1b578619a8d0886f6db00bacefdc2 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <[email protected]>
 Date: Tue, 1 Jun 2021 10:23:59 +0800
 Subject: [PATCH] drop FindPythonInstDir.cmake
diff --git 
a/meta/recipes-devtools/libdnf/libdnf/0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch
 
b/meta/recipes-devtools/libdnf/libdnf/0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch
index ecab47e5af..25d6109525 100644
--- 
a/meta/recipes-devtools/libdnf/libdnf/0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch
+++ 
b/meta/recipes-devtools/libdnf/libdnf/0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch
@@ -1,4 +1,4 @@
-From e40def862bdeb10da295b15c5904fe2829d391c7 Mon Sep 17 00:00:00 2001
+From 9fb0e6130ef5d9fa68240c279d235eee8658c0fa Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <[email protected]>
 Date: Fri, 30 Dec 2016 18:24:50 +0200
 Subject: [PATCH] Set libsolv variables with pkg-config (cmake's own module
@@ -12,7 +12,7 @@ Signed-off-by: Alexander Kanavin <[email protected]>
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 6444c374..e99b28d0 100644
+index c6bd46a6..a6f14318 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -51,7 +51,8 @@ endif()
diff --git a/meta/recipes-devtools/libdnf/libdnf/armarch.patch 
b/meta/recipes-devtools/libdnf/libdnf/armarch.patch
index 63debdb58f..54df0aab99 100644
--- a/meta/recipes-devtools/libdnf/libdnf/armarch.patch
+++ b/meta/recipes-devtools/libdnf/libdnf/armarch.patch
@@ -1,4 +1,4 @@
-From aa0f8b65feec64420a9b7b61cfcc8bcce161e14b Mon Sep 17 00:00:00 2001
+From 8159808516543237fb110d0883e702385a1a866c Mon Sep 17 00:00:00 2001
 From: Richard Purdie <[email protected]>
 Date: Thu, 9 Nov 2023 10:29:31 +0000
 Subject: [PATCH] libdnf: Fix arm arch mapping issues for qemuarmv5
diff --git a/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch 
b/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch
index e4f6d447f1..986b71c4e6 100644
--- a/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch
+++ b/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch
@@ -1,4 +1,4 @@
-From 25229773a9d4472235278bb45f75439e56630cee Mon Sep 17 00:00:00 2001
+From 3d77c2ff41b1a65d0f4852ed21d7a8ec41b368a8 Mon Sep 17 00:00:00 2001
 From: Joe Slater <[email protected]>
 Date: Wed, 22 Jul 2020 13:31:11 -0700
 Subject: [PATCH] libdnf: allow reproducible binary builds
@@ -14,7 +14,7 @@ Signed-off-by: Joe Slater <[email protected]>
  1 file changed, 6 insertions(+), 1 deletion(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 548a9137..c378e7d9 100644
+index 60c66e94..1459dfbf 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -132,7 +132,12 @@ add_definitions(-DGETTEXT_DOMAIN=\\"libdnf\\")
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.73.2.bb 
b/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb
similarity index 97%
rename from meta/recipes-devtools/libdnf/libdnf_0.73.2.bb
rename to meta/recipes-devtools/libdnf/libdnf_0.73.3.bb
index ed433d4a9f..e4a34f8ff6 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.73.2.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb
@@ -13,7 +13,7 @@ SRC_URI = 
"git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p
            file://armarch.patch \
            "
 
-SRCREV = "86bbb159732e43dd6dff98c96e99382843f7c63b"
+SRCREV = "fbd34472e5edea0a3ed88ae14a47666e23538e4a"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.44.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1869 entries from dependency cache.
Parsing recipes...done.
Parsing of 916 .bb files complete (915 cached, 1 parsed). 1867 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.0+snapshot-624273230c6fcb7b6fe4138fc5daace6dd6ef9f6"
TUNE_FEATURES        = "m64 core2"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       
workspace            = 
"tmp-auh-upgrades:624273230c6fcb7b6fe4138fc5daace6dd6ef9f6"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 313 Local 300 Mirrors 0 Missed 13 Current 502 (95% 
match, 98% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1766 of 2264 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_recipe_qa)
NOTE: recipe libdnf-0.73.3-r0: task do_recipe_qa: Started
NOTE: recipe libdnf-0.73.3-r0: task do_recipe_qa: Succeeded
NOTE: Running task 2244 of 2264 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_fetch)
NOTE: recipe libdnf-0.73.3-r0: task do_fetch: Started
NOTE: recipe libdnf-0.73.3-r0: task do_fetch: Succeeded
NOTE: Running task 2245 of 2264 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_unpack)
NOTE: Running task 2246 of 2264 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_prepare_recipe_sysroot)
NOTE: recipe libdnf-0.73.3-r0: task do_unpack: Started
NOTE: recipe libdnf-0.73.3-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe libdnf-0.73.3-r0: task do_unpack: Succeeded
NOTE: Running task 2247 of 2264 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_patch)
NOTE: Running task 2248 of 2264 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_collect_spdx_deps)
NOTE: recipe libdnf-0.73.3-r0: task do_patch: Started
NOTE: recipe libdnf-0.73.3-r0: task do_collect_spdx_deps: Started
NOTE: recipe libdnf-0.73.3-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe libdnf-0.73.3-r0: task do_collect_spdx_deps: Succeeded
NOTE: recipe libdnf-0.73.3-r0: task do_patch: Succeeded
NOTE: Running task 2249 of 2264 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_deploy_source_date_epoch)
NOTE: Running task 2250 of 2264 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_generate_toolchain_file)
NOTE: Running task 2251 of 2264 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_populate_lic)
NOTE: recipe libdnf-0.73.3-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe libdnf-0.73.3-r0: task do_populate_lic: Started
NOTE: recipe libdnf-0.73.3-r0: task do_generate_toolchain_file: Started
NOTE: recipe libdnf-0.73.3-r0: task do_generate_toolchain_file: Succeeded
NOTE: recipe libdnf-0.73.3-r0: task do_populate_lic: Succeeded
NOTE: recipe libdnf-0.73.3-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 2252 of 2264 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_configure)
NOTE: recipe libdnf-0.73.3-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/glib-2.0/glib-2.0_2.80.2.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-core/glibc/glibc_2.40.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-core/util-linux/util-linux_2.40.1.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/cmake/cmake-native_3.30.1.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-cross_14.2.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-runtime_14.2.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_popula
 te_sysroot', 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/qemu/qemu-native_9.0.2.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-devtools/rpm/rpm_4.19.1.1.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-extended/libsolv/libsolv_0.7.30.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_sysroot',
 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/ninja/ninj
 a_1.12.1.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',
 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_sysroot',
 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_populate_sysroot',
 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_sysroot',
 
'virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['openssl', 'expat', 
'gettext-minimal-native', 'glib-2.0', 'glibc', 'libxcrypt', 'libxml2', 
'ncurses', 'readline', 'util-linux-libuuid', 'util-linux', 'zlib', 
'binutils-cross-x86_64', 'cmake-native', 'elfutils', 'file', 
'gcc-cross-x86_64', 'gcc-runtime', 'libgcc', 'json-c', 'libedit', 
'libmodulemd', 'librepo', 'libtool-native', 'lua', 'm4-native', 'opkg-utils', 
'python3-setuptools', 'python3', 'qemu-native', 'quilt-native', 'rpm', 'bzip2', 
'cracklib', 'libarchive', 'libidn2', 'libnsl2', 'libsolv', 'libtirpc', 'lzlib', 
'libpam', 'texinfo-dummy-native', 'xz', 'zstd', 'gobject-introspection', 
'gtk-doc', 'linux-libc-headers', 'acl', 'attr', 'bash-completion', 'curl', 
'gdbm', 'gmp', 'gnutls', 'libtasn1', 'gpgme', 'libassuan', 'libcap-ng', 
'libcap', 'libcheck', 'libffi', 'libgcrypt', 'libgpg-error', 'libmicrohttpd', 
'libpcre2', 'libseccomp', 'libunistring', 'libyaml', 'nettle', 'popt', 
'sqlite3', 'openssl-native', 'expat-native', 'gettext-nati
 ve', 'glib-2.0-native', 'ncurses-native', 'util-linux-libuuid-native', 
'zlib-native', 'flex-native', 'gnu-config-native', 'libedit-native', 
'make-native', 'ninja-native', 'patch-native', 'perl-native', 
'pkgconfig-native', 'pseudo-native', 'python3-build-native', 
'python3-flit-core-native', 'python3-installer-native', 
'python3-packaging-native', 'python3-pyproject-hooks-native', 
'python3-setuptools-native', 'python3-wheel-native', 'python3-native', 
'swig-native', 'bzip2-native', 'libnsl2-native', 'libtirpc-native', 
'unzip-native', 'xz-native', 'zstd-native', 'gobject-introspection-native', 
'gtk-doc-native', 'attr-native', 'gdbm-native', 'gmp-native', 'libffi-native', 
'libmpc-native', 'libpcre2-native', 'mpfr-native', 're2c-native', 
'sqlite3-native']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_configure
| Running CMake on libdnf...
| -- The C compiler identification is GNU 14.2.0
| -- The CXX compiler identification is GNU 14.2.0
| -- Detecting C compiler ABI info
| -- Detecting C compiler ABI info - done
| -- Check for working C compiler: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/recipe-sysroot-native/usr/bin/x86_64-poky-linux/x86_64-poky-linux-gcc
 - skipped
| -- Detecting C compile features
| -- Detecting C compile features - done
| -- Detecting CXX compiler ABI info
| -- Detecting CXX compiler ABI info - done
| -- Check for working CXX compiler: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/recipe-sysroot-native/usr/bin/x86_64-poky-linux/x86_64-poky-linux-g++
 - skipped
| -- Detecting CXX compile features
| -- Detecting CXX compile features - done
| Building libdnf version: 0.73.3
| -- Found PkgConfig: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/recipe-sysroot-native/usr/bin/pkg-config
 (found version "0.29.2")
| -- Checking for modules 'libsolv;libsolvext'
| --   Found libsolv, version 0.7.30
| --   Found libsolvext, version 0.7.30
| -- Checking for module 'check'
| --   Found check, version 0.15.2
| -- Checking for module 'gio-unix-2.0>=2.46.0'
| --   Found gio-unix-2.0, version 2.80.2
| -- Checking for module 'json-c'
| --   Found json-c, version 0.17
| -- Checking for module 'modulemd-2.0>=2.11.2'
| --   Found modulemd-2.0, version 2.15.0
| -- Checking for module 'librepo>=1.18.0'
| --   Requested 'librepo >= 1.18.0' but version of librepo is 1.17.0
| CMake Error at 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/recipe-sysroot-native/usr/share/cmake-3.30/Modules/FindPkgConfig.cmake:645
 (message):
|   The following required packages were not found:
| 
|    - librepo>=1.18.0
| 
| Call Stack (most recent call first):
|   
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/recipe-sysroot-native/usr/share/cmake-3.30/Modules/FindPkgConfig.cmake:873
 (_pkg_check_modules_internal)
|   CMakeLists.txt:65 (pkg_check_modules)
| 
| 
| -- Configuring incomplete, errors occurred!
| WARNING: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/temp/run.do_configure.3236211:179
 exit 1 from 'cmake -G 'Ninja' -DCMAKE_MAKE_PROGRAM=ninja $oecmake_sitefile 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/git
 -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin 
-DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec 
-DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com 
-DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib 
-DCMAKE_INSTALL_INCLUDEDIR:PATH=include -DCMAKE_INSTALL_DATAROOTDIR:PATH=share 
-DPYTHON_EXECUTABLE:PATH=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/recipe-sysroot-native/usr/bin/python3-native/python3
 
-DPython_EXECUTABLE:PATH=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/recipe-sysroot-native/usr/bin/python3-native/pyth
 on3 
-DPython3_EXECUTABLE:PATH=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/recipe-sysroot-native/usr/bin/python3-native/python3
 -DLIB_SUFFIX= -DCMAKE_INSTALL_SO_NO_EXE=0 
-DCMAKE_TOOLCHAIN_FILE:FILEPATH=/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/toolchain.cmake
 -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON 
-DPYTHON_INSTALL_DIR=/usr/lib/python3.12/site-packages -DWITH_MAN=OFF 
-DPYTHON_DESIRED=3 -DWITH_GIR=ON -DWITH_TESTS=OFF -DWITH_ZCHUNK=OFF 
-DWITH_HTML=OFF -Wno-dev'
| WARNING: Backtrace (BB generated script):
|       #1: cmake_do_configure, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/temp/run.do_configure.3236211,
 line 179
|       #2: do_configure, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/temp/run.do_configure.3236211,
 line 158
|       #3: main, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/temp/run.do_configure.3236211,
 line 204
NOTE: recipe libdnf-0.73.3-r0: task do_configure: Failed
NOTE: Tasks Summary: Attempted 2252 tasks of which 2242 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_20240815102625.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_20240815102625.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-devtools/libdnf/libdnf_0.73.3.bb:do_configure
Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: libdnf-0.73.3-r0 do_configure: 
ExecutionError('/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/temp/run.do_configure.3236211',
 1, None, None)
ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/libdnf/0.73.3/temp/log.do_configure.3236211
ERROR: Task 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/libdnf/libdnf_0.73.3.bb:do_configure)
 failed with exit code '1'

Attachment: 0001-libdnf-upgrade-0.73.2-0.73.3.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#203366): 
https://lists.openembedded.org/g/openembedded-core/message/203366
Mute This Topic: https://lists.openembedded.org/mt/107919465/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to