Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *appstream* to *1.1.3* has Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-appstream-upgrade-1.1.2-1.1.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 5ecb51985e6cdb7314d3f80b86a5c4d79f1d0900 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Fri, 19 Jun 2026 06:18:21 +0000
Subject: [PATCH] appstream: upgrade 1.1.2 -> 1.1.3
---
.../appstream/appstream/0001-remove-hardcoded-path.patch | 4 ++--
.../appstream/appstream/0002-Do-not-build-qt-tests.patch | 5 +----
...ix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch | 2 +-
.../appstream/{appstream_1.1.2.bb => appstream_1.1.3.bb} | 2 +-
4 files changed, 5 insertions(+), 8 deletions(-)
rename meta/recipes-support/appstream/{appstream_1.1.2.bb =>
appstream_1.1.3.bb} (95%)
diff --git
a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
index 5f4ec29628..56a5479099 100644
--- a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
+++ b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
@@ -1,4 +1,4 @@
-From e713f4d6ce2ee198eabcc31bc734e84cdb20ea32 Mon Sep 17 00:00:00 2001
+From bf79c20cfee4a074ca752a1466dc96d0b9eb6175 Mon Sep 17 00:00:00 2001
From: Markus Volk <[email protected]>
Date: Mon, 12 Dec 2022 15:42:42 +0100
Subject: [PATCH] remove hardcoded path
@@ -14,7 +14,7 @@ Upstream-Status: Inappropriate [oe-specific]
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
-index ee5b179..8a06e75 100644
+index 9af5f58..ad1483d 100644
--- a/meson.build
+++ b/meson.build
@@ -194,10 +194,10 @@ endif
diff --git
a/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
b/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
index f6bbdd180a..3e666181eb 100644
--- a/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
+++ b/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
@@ -1,4 +1,4 @@
-From 5763a61ca9aff2e2383c1eeb1ef3f5e6cd07c539 Mon Sep 17 00:00:00 2001
+From 1a1619dce3c3fa54fa5f47f7ed89447e0805de43 Mon Sep 17 00:00:00 2001
From: Marc Ferland <[email protected]>
Date: Fri, 26 Jul 2024 15:41:00 -0400
Subject: [PATCH] Do not build qt/tests
@@ -32,6 +32,3 @@ index 407a57a..840c838 100644
)
-
-subdir('tests/')
---
-2.34.1
-
diff --git
a/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
b/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
index d1994e3c4c..8ba4de95c9 100644
---
a/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
+++
b/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
@@ -1,4 +1,4 @@
-From f19365d8b90cde7d2a385f8c85b74a2565ff25fa Mon Sep 17 00:00:00 2001
+From 4fdd29346b51eea577ee46c7166348dad19bbcb0 Mon Sep 17 00:00:00 2001
From: Marc Ferland <[email protected]>
Date: Mon, 29 Jul 2024 09:35:51 -0400
Subject: [PATCH] Fix PACKAGE_PREFIX_DIR in qt/cmake/AppStreamQtConfig.cmake.in
diff --git a/meta/recipes-support/appstream/appstream_1.1.2.bb
b/meta/recipes-support/appstream/appstream_1.1.3.bb
similarity index 95%
rename from meta/recipes-support/appstream/appstream_1.1.2.bb
rename to meta/recipes-support/appstream/appstream_1.1.3.bb
index c6ec0fff0a..53eee13e84 100644
--- a/meta/recipes-support/appstream/appstream_1.1.2.bb
+++ b/meta/recipes-support/appstream/appstream_1.1.3.bb
@@ -30,7 +30,7 @@ SRC_URI = " \
file://0002-Do-not-build-qt-tests.patch \
file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \
"
-SRC_URI[sha256sum] =
"46b4257100e25a6468ceed7b3ab82441f47b119da3398d30aea6d7b91174b586"
+SRC_URI[sha256sum] =
"2624f967068427edc94f3979edae3571bb077063f5bc231f737776da527bf467"
S = "${UNPACKDIR}/AppStream-${PV}"
--
2.47.1
0001-appstream-upgrade-1.1.2-1.1.3.patch
Description: Binary data
NOTE: Reconnecting to bitbake server... Loading cache...done. Loaded 0 entries from dependency cache. Parsing recipes...done. Parsing of 951 .bb files complete (0 cached, 951 parsed). 1978 targets, 40 skipped, 0 masked, 0 errors. Removing 1 recipes from the qemux86_64 sysroot...done. Removing 1 recipes from the x86-64-v3 sysroot...done. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "2.19.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" SDKMACHINE = "x86_64" DISTRO = "poky" DISTRO_VERSION = "6.0.99+snapshot-7f7623a221b1e0ba4bbc216e837413ec9b69573b" TUNE_FEATURES = "m64 x86-64-v3" meta = "tmp-auh-upgrades:7f7623a221b1e0ba4bbc216e837413ec9b69573b" meta-yocto-bsp meta-poky = "master:366fa2f21bfb0d9c4de492e0204a0dd38ce241ab" workspace = "<unknown>:<unknown>" Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure Sstate summary: Wanted 446 Local 427 Mirrors 0 Missed 19 Current 497 (95% match, 97% complete) done. NOTE: Executing Tasks NOTE: Running setscene task 894 of 943 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libxmlb/libxmlb_0.3.27.bb:do_create_spdx_setscene) NOTE: Running setscene task 896 of 943 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/libfyaml/libfyaml_0.9.6.bb:do_create_spdx_setscene) NOTE: Running task 1113 of 2250 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_recipe_qa) NOTE: Running task 1118 of 2250 (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_recipe_qa) NOTE: Running task 1148 of 2250 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_write_config) NOTE: Running task 1149 of 2250 (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_write_config) NOTE: recipe libfyaml-native-0.9.6-r0: task do_create_spdx_setscene: Started NOTE: recipe libxmlb-native-0.3.27-r0: task do_create_spdx_setscene: Started NOTE: recipe libfyaml-native-0.9.6-r0: task do_create_spdx_setscene: Succeeded NOTE: Running setscene task 919 of 943 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/libfyaml/libfyaml_0.9.6.bb:do_create_recipe_spdx_setscene) NOTE: recipe appstream-1.1.3-r0: task do_recipe_qa: Started NOTE: recipe libxmlb-native-0.3.27-r0: task do_create_spdx_setscene: Succeeded NOTE: Running setscene task 924 of 943 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-core/glib-2.0/glib-2.0_2.88.1.bb:do_create_spdx_setscene) NOTE: Running setscene task 927 of 943 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libxmlb/libxmlb_0.3.27.bb:do_create_recipe_spdx_setscene) NOTE: recipe appstream-1.1.3-r0: task do_write_config: Started NOTE: recipe appstream-native-1.1.3-r0: task do_recipe_qa: Started NOTE: recipe appstream-native-1.1.3-r0: task do_write_config: Started NOTE: recipe appstream-1.1.3-r0: task do_write_config: Succeeded NOTE: recipe appstream-native-1.1.3-r0: task do_write_config: Succeeded NOTE: recipe libfyaml-native-0.9.6-r0: task do_create_recipe_spdx_setscene: Started NOTE: recipe libxmlb-native-0.3.27-r0: task do_create_recipe_spdx_setscene: Started NOTE: recipe glib-2.0-native-1_2.88.1-r0: task do_create_spdx_setscene: Started NOTE: recipe libfyaml-native-0.9.6-r0: task do_create_recipe_spdx_setscene: Succeeded NOTE: recipe libxmlb-native-0.3.27-r0: task do_create_recipe_spdx_setscene: Succeeded NOTE: recipe glib-2.0-native-1_2.88.1-r0: task do_create_spdx_setscene: Succeeded NOTE: Running setscene task 938 of 943 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-core/glib-2.0/glib-2.0_2.88.1.bb:do_create_recipe_spdx_setscene) NOTE: recipe appstream-native-1.1.3-r0: task do_recipe_qa: Succeeded NOTE: recipe appstream-1.1.3-r0: task do_recipe_qa: Succeeded NOTE: recipe glib-2.0-native-1_2.88.1-r0: task do_create_recipe_spdx_setscene: Started NOTE: recipe glib-2.0-native-1_2.88.1-r0: task do_create_recipe_spdx_setscene: Succeeded NOTE: Setscene tasks completed NOTE: Running task 1944 of 2250 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_fetch) NOTE: Running task 1959 of 2250 (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_fetch) NOTE: Running task 2175 of 2250 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_create_recipe_spdx) NOTE: recipe appstream-1.1.3-r0: task do_fetch: Started NOTE: recipe appstream-1.1.3-r0: task do_fetch: Succeeded NOTE: recipe appstream-native-1.1.3-r0: task do_fetch: Started NOTE: Running task 2223 of 2250 (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_unpack) NOTE: recipe appstream-native-1.1.3-r0: task do_fetch: Succeeded NOTE: Running task 2224 of 2250 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_unpack) NOTE: Running task 2225 of 2250 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_prepare_recipe_sysroot) NOTE: recipe appstream-native-1.1.3-r0: task do_create_recipe_spdx: Started NOTE: recipe appstream-1.1.3-r0: task do_unpack: Started NOTE: recipe appstream-native-1.1.3-r0: task do_unpack: Started NOTE: recipe appstream-native-1.1.3-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe appstream-1.1.3-r0: task do_unpack: Succeeded NOTE: Running task 2226 of 2250 (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_patch) NOTE: recipe appstream-native-1.1.3-r0: task do_create_recipe_spdx: Succeeded NOTE: recipe appstream-1.1.3-r0: task do_patch: Started NOTE: Running task 2227 of 2250 (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_create_recipe_spdx) NOTE: recipe appstream-native-1.1.3-r0: task do_unpack: Succeeded NOTE: Running task 2228 of 2250 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_patch) NOTE: recipe appstream-1.1.3-r0: task do_create_recipe_spdx: Started NOTE: recipe appstream-native-1.1.3-r0: task do_patch: Started NOTE: recipe appstream-native-1.1.3-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe appstream-1.1.3-r0: task do_patch: Succeeded NOTE: Running task 2229 of 2250 (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_deploy_source_date_epoch) NOTE: Running task 2230 of 2250 (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_populate_lic) NOTE: recipe appstream-1.1.3-r0: task do_create_recipe_spdx: Succeeded NOTE: recipe appstream-1.1.3-r0: task do_deploy_source_date_epoch: Started NOTE: recipe appstream-1.1.3-r0: task do_populate_lic: Started NOTE: recipe appstream-native-1.1.3-r0: task do_patch: Succeeded NOTE: Running task 2231 of 2250 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_deploy_source_date_epoch) NOTE: recipe appstream-1.1.3-r0: task do_populate_lic: Succeeded NOTE: recipe appstream-1.1.3-r0: task do_deploy_source_date_epoch: Succeeded NOTE: recipe appstream-native-1.1.3-r0: task do_deploy_source_date_epoch: Started NOTE: recipe appstream-native-1.1.3-r0: task do_deploy_source_date_epoch: Succeeded NOTE: Running task 2232 of 2250 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_configure) NOTE: recipe appstream-native-1.1.3-r0: task do_configure: Started Log data follows: | DEBUG: Executing python function extend_recipe_sysroot | NOTE: Direct dependencies are ['/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-core/gettext/gettext-minimal-native_1.0.bb:do_populate_sysroot', '/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.69.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-core/glib-2.0/glib-2.0_2.88.1.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-core/libxml/libxml2_2.15.3.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembe dded-core/meta/recipes-devtools/meson/meson_1.11.1.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/ninja/ninja_1.13.2.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/python/python3-pygments_2.20.0.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/python/python3_3.14.6.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/vala/vala_0.56.19.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-extended/gperf/gperf_3.3.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto- worker/auh/build/layers/openembedded-core/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.86.0.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libxmlb/libxmlb_0.3.27.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/curl/curl_8.20.0.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/libfyaml/libfyaml_0.9.6.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/libxslt/libxslt_1.1.45.bb:do_populate_sysroot'] | NOTE: Installed into sysroot: [] | NOTE: Skipping as already exists in sysroot: ['gettext-minimal-native', 'cmake-native', 'libtool-native', 'm4-native', 'quilt-native', 'texinfo-dummy-native', 'openssl-native', 'expat-native', 'gettext-native', 'glib-2.0-native', 'libxml2-native', 'ncurses-native', 'util-linux-libuuid-native', 'zlib-native', 'docbook-xml-dtd4-native', 'docbook-xsl-stylesheets-native', 'flex-native', 'gnu-config-native', 'libedit-native', 'make-native', 'meson-native', 'ninja-native', 'perl-native', 'pkgconf-native', 'python3-build-native', 'python3-calver-native', 'python3-editables-native', 'python3-flit-core-native', 'python3-hatchling-native', 'python3-installer-native', 'python3-lxml-native', 'python3-packaging-native', 'python3-pathspec-native', 'python3-pluggy-native', 'python3-pygments-native', 'python3-pyproject-hooks-native', 'python3-setuptools-scm-native', 'python3-setuptools-native', 'python3-trove-classifiers-native', 'python3-typing-extensions-native', 'python3-vcs-versioning-native', 'python3-wheel-native', 'python3-native', 'vala-native', 'bzip2-native', 'gperf-native', 'unzip-native', 'xz-native', 'zstd-native', 'gobject-introspection-native', 'libxmlb-native', 'curl-native', 'gdbm-native', 'itstool-native', 'libffi-native', 'libfyaml-native', 'libpcre2-native', 'libxslt-native', 're2c-native', 'sqlite3-native'] | DEBUG: Python function extend_recipe_sysroot finished | DEBUG: Executing shell function do_configure | NOTE: Executing meson -Dapidocs=false -Dgir=false -Dvapi=false -Dbash-completion=false -Dqt=false -Dstemming=false -Dsystemd=false... | The Meson build system | Version: 1.11.1 | Source dir: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/sources/AppStream-1.1.3 | Build dir: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/build | Build type: native build | Project name: AppStream | Project version: 1.1.3 | C compiler for the host machine: gcc (gcc 14.2.0 "gcc (GCC) 14.2.0") | C linker for the host machine: gcc ld.bfd 2.43.1.20241111 | Host machine cpu family: x86_64 | Host machine cpu: x86_64 | Compiler for C supports arguments -Werror=shadow: YES | Compiler for C supports arguments -Werror=empty-body: YES | Compiler for C supports arguments -Werror=strict-prototypes: YES | Compiler for C supports arguments -Werror=missing-prototypes: YES | Compiler for C supports arguments -Werror=implicit-function-declaration: YES | Compiler for C supports arguments -Werror=pointer-arith: YES | Compiler for C supports arguments -Werror=missing-declarations: YES | Compiler for C supports arguments -Werror=return-type: YES | Compiler for C supports arguments -Werror=int-conversion: YES | Compiler for C supports arguments -Werror=incompatible-pointer-types: YES | Compiler for C supports arguments -Werror=misleading-indentation: YES | Compiler for C supports arguments -Werror=missing-include-dirs: YES | Compiler for C supports arguments -Werror=declaration-after-statement: YES | Compiler for C supports arguments -Werror=format-security: NO | Compiler for C supports arguments -Wno-missing-field-initializers: YES | Compiler for C supports arguments -Wno-error=missing-field-initializers: YES | Compiler for C supports arguments -Wno-unused-parameter: YES | Compiler for C supports arguments -Wno-error=unused-parameter: YES | Found pkg-config: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/pkg-config-native) 2.5.1 | Run-time dependency glib-2.0 found: YES 2.88.1 | Run-time dependency gobject-2.0 found: YES 2.88.1 | Run-time dependency gio-2.0 found: YES 2.88.1 | Run-time dependency libcurl found: YES 8.20.0 | Run-time dependency libxml-2.0 found: YES 2.15.3 | Run-time dependency libfyaml found: YES 0.9.6 | Run-time dependency xmlb found: YES 0.3.27 | Run-time dependency libzstd found: YES 1.5.7 | Program gperf found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/gperf) | Configuring config.h using configuration | Configuring as-version.h using configuration | Dependency glib-2.0 for build machine found: YES 2.88.1 (cached) | Program glib-mkenums found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/glib-mkenums) | Dependency glib-2.0 for build machine found: YES 2.88.1 (cached) | Program glib-mkenums found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/glib-mkenums) | Dependency gio-2.0 for build machine found: YES 2.88.1 (cached) | Program glib-compile-resources found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/glib-compile-resources) | Found pkg-config: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/pkg-config-native) 2.5.1 | Program sed found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/hosttools/sed) | Program msgfmt found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/msgfmt) | Program msginit found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/msginit) | Program msgmerge found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/msgmerge) | Program xgettext found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/xgettext) | Program itstool found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/itstool) | Program xsltproc found: YES (/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/recipe-sysroot-native/usr/bin/xsltproc) | | ../sources/AppStream-1.1.3/docs/meson.build:16:8: ERROR: Problem encountered: Unable to find Docbook XSL stylesheets for man pages | | A full log can be found at /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/build/meson-logs/meson-log.txt | | Last 10 lines of meson-log.txt: | --- stdout --- | | --- stderr --- | I/O error : failed to load "http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl": Attempt to load network entity | warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl" | cannot parse http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl | | | | ../sources/AppStream-1.1.3/docs/meson.build:16:8: ERROR: Problem encountered: Unable to find Docbook XSL stylesheets for man pages | | ERROR: meson setup failed | WARNING: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/temp/run.do_configure.1809275:175 exit 1 from 'exit 1' | WARNING: Backtrace (BB generated script): | #1: bbfatal_log, /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/temp/run.do_configure.1809275, line 175 | #2: meson_do_configure, /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/temp/run.do_configure.1809275, line 164 | #3: do_configure, /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/temp/run.do_configure.1809275, line 151 | #4: main, /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/temp/run.do_configure.1809275, line 188 NOTE: recipe appstream-native-1.1.3-r0: task do_configure: Failed NOTE: Tasks Summary: Attempted 2232 tasks of which 2215 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 1 seconds NOTE: The errors for this build are stored in /srv/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20260619061806.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_20260619061806.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: virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_configure log: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/temp/log.do_configure.1809275 Summary: There were 2 ERROR messages, returning a non-zero exit code. ERROR: appstream-native-1.1.3-r0 do_configure: meson setup failed ERROR: appstream-native-1.1.3-r0 do_configure: Execution of '/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/temp/run.do_configure.1809275' failed with exit code 1 ERROR: Logfile of failure stored in: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.3/temp/log.do_configure.1809275 ERROR: Task (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.3.bb:do_configure) failed with exit code '1'
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239128): https://lists.openembedded.org/g/openembedded-core/message/239128 Mute This Topic: https://lists.openembedded.org/mt/119879737/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
