Hello,

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

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-appstream-upgrade-1.1.3-1.1.5.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 dcfcf942d5e4077bf0ab00d2a689e4bf990dbccb Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 25 Jul 2026 05:41:43 +0000
Subject: [PATCH] appstream: upgrade 1.1.3 -> 1.1.5

Source: NEWS

Version 1.1.5
~~~~~~~~~~~~~
Released: 2026-07-24

Features:
 * sysinfo: Implement display size detection on macOS

Bugfixes:
 * qt: Add back wrong const Component::addBundle for ABI compatibility
 * qt: Use strndup for C string-list conversion
 * pool: Fix bidirectional wildcard search for modalias provides

Contributors:
 Matthias Klumpp

Version 1.1.4
~~~~~~~~~~~~~
Released: 2026-07-22

Features:
 * sysinfo: Assume a more modern display for the handset chassis template
 * sysinfo: Assume a more modern display for the tablet chassis template
 * sysinfo: Initial code to autodetect the display size on Wayland
 * sysinfo: Handle fractional display scaling via xdg-output
 * Implement support for GCVE as vulnerability database provider
 * qt: Sync enum mirrors with the C library
 * qt: Add Artifact, Checksum, Reference, Review and Agreement wrappers
 * qt: Wrap missing C API on existing classes
 * reviews: Add simple interface to fetch ODRS reviews for a component
 * reviews: Implement support for submitting reviews

Specification:
 * docs: Suggest using the longest display side for maximum size constraints

Bugfixes:
 * Make GResources we need outlive main thread destruction
 * pool: Properly implement cancellation of load operations
 * sysinfo: Fix display-length setter overriding the shortest edge
 * relation-check: Don't zero the score if a required check errored
 * curl: Harden downloader by restricting protocols to only HTTP(S)
 * curl: Allow making POST requests and changing the user agent
 * curl: Fix retry-loop data corruption and don't blindly retry POST requests
 * yaml: Fix potential crashes when encountering missing relation entry values
 * yaml: Adjust tests and emitter to work around libfyaml string-quoting change
 * yaml: Ensure version relations are consistently quoted
 * qt: Fix buffer overrun in stringListToCharArray

Miscellaneous:
 * ci: freebsd: Switch from Cirrus to GitHub Actions
 * ci: Update Ubuntu LTS to 26.04

Contributors:
 Gleb Popov, Matthias Klumpp
---
 .../appstream/appstream/0001-remove-hardcoded-path.patch    | 6 +++---
 .../appstream/appstream/0002-Do-not-build-qt-tests.patch    | 6 +++---
 ...x-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch | 2 +-
 .../appstream/{appstream_1.1.3.bb => appstream_1.1.5.bb}    | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-support/appstream/{appstream_1.1.3.bb => 
appstream_1.1.5.bb} (94%)

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 56a5479099..d72bd73d85 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 bf79c20cfee4a074ca752a1466dc96d0b9eb6175 Mon Sep 17 00:00:00 2001
+From 8cf2785a4ac93c07c1dbd3a16a507e942d469aa4 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,10 +14,10 @@ Upstream-Status: Inappropriate [oe-specific]
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/meson.build b/meson.build
-index 9af5f58..ad1483d 100644
+index 4c3ccf2..62b9838 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -194,10 +194,10 @@ endif
+@@ -227,10 +227,10 @@ endif
  stemmer_inc_dirs = include_directories()
  if get_option('stemming')
      stemmer_lib = cc.find_library('stemmer', required: true)
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 3e666181eb..7a12a78dd1 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 1a1619dce3c3fa54fa5f47f7ed89447e0805de43 Mon Sep 17 00:00:00 2001
+From 443b575a6444e76fdbd6a6ff9d0d3e378b6a96a2 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
@@ -23,10 +23,10 @@ Signed-off-by: Marc Ferland <[email protected]>
  1 file changed, 2 deletions(-)
 
 diff --git a/qt/meson.build b/qt/meson.build
-index 407a57a..840c838 100644
+index 488fe60..83c2715 100644
 --- a/qt/meson.build
 +++ b/qt/meson.build
-@@ -130,5 +130,3 @@ install_data (
+@@ -144,5 +144,3 @@ install_data (
      join_paths(meson.current_build_dir(), 'AppStreamQtConfigVersion.cmake'),
      install_dir: join_paths(get_option('libdir'), 'cmake', 'AppStreamQt')
  )
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 8ba4de95c9..7b533a31bc 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 4fdd29346b51eea577ee46c7166348dad19bbcb0 Mon Sep 17 00:00:00 2001
+From 6bda946d63af196169d8b81ee5cf81c3df7f891a 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.3.bb 
b/meta/recipes-support/appstream/appstream_1.1.5.bb
similarity index 94%
rename from meta/recipes-support/appstream/appstream_1.1.3.bb
rename to meta/recipes-support/appstream/appstream_1.1.5.bb
index 06e4f7940a..ccf627a478 100644
--- a/meta/recipes-support/appstream/appstream_1.1.3.bb
+++ b/meta/recipes-support/appstream/appstream_1.1.5.bb
@@ -24,7 +24,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] = 
"2624f967068427edc94f3979edae3571bb077063f5bc231f737776da527bf467"
+SRC_URI[sha256sum] = 
"fc57337e250b0d27e75ac4216cc69a76d03c54011a5da5c7a2c57711a3d0cdf9"
 
 S = "${UNPACKDIR}/AppStream-${PV}"
 
-- 
2.47.1

Changelog for appstream: 1.1.3 -> 1.1.5
Source: NEWS

Version 1.1.5
~~~~~~~~~~~~~
Released: 2026-07-24

Features:
 * sysinfo: Implement display size detection on macOS

Bugfixes:
 * qt: Add back wrong const Component::addBundle for ABI compatibility
 * qt: Use strndup for C string-list conversion
 * pool: Fix bidirectional wildcard search for modalias provides

Contributors:
 Matthias Klumpp

Version 1.1.4
~~~~~~~~~~~~~
Released: 2026-07-22

Features:
 * sysinfo: Assume a more modern display for the handset chassis template
 * sysinfo: Assume a more modern display for the tablet chassis template
 * sysinfo: Initial code to autodetect the display size on Wayland
 * sysinfo: Handle fractional display scaling via xdg-output
 * Implement support for GCVE as vulnerability database provider
 * qt: Sync enum mirrors with the C library
 * qt: Add Artifact, Checksum, Reference, Review and Agreement wrappers
 * qt: Wrap missing C API on existing classes
 * reviews: Add simple interface to fetch ODRS reviews for a component
 * reviews: Implement support for submitting reviews

Specification:
 * docs: Suggest using the longest display side for maximum size constraints

Bugfixes:
 * Make GResources we need outlive main thread destruction
 * pool: Properly implement cancellation of load operations
 * sysinfo: Fix display-length setter overriding the shortest edge
 * relation-check: Don't zero the score if a required check errored
 * curl: Harden downloader by restricting protocols to only HTTP(S)
 * curl: Allow making POST requests and changing the user agent
 * curl: Fix retry-loop data corruption and don't blindly retry POST requests
 * yaml: Fix potential crashes when encountering missing relation entry values
 * yaml: Adjust tests and emitter to work around libfyaml string-quoting change
 * yaml: Ensure version relations are consistently quoted
 * qt: Fix buffer overrun in stringListToCharArray

Miscellaneous:
 * ci: freebsd: Switch from Cirrus to GitHub Actions
 * ci: Update Ubuntu LTS to 26.04

Contributors:
 Gleb Popov, Matthias Klumpp
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 953 .bb files complete (0 cached, 953 parsed). 1981 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-fe94cc33b125c503a2e542bd3aecc94541e2d01f"
TUNE_FEATURES        = "m64 x86-64-v3"
meta                 = 
"tmp-auh-upgrades:fe94cc33b125c503a2e542bd3aecc94541e2d01f"
meta-yocto-bsp       
meta-poky            = "master:e4690557fb0fffcb5e9a86d1c1ebc550bb0da090"
workspace            = "<unknown>:<unknown>"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 347 Local 328 Mirrors 0 Missed 19 Current 533 (94% 
match, 97% complete)
done.
NOTE: Executing Tasks
NOTE: Running setscene task 761 of 880 
(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 setscene task 792 of 880 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/curl/curl_8.21.0.bb:do_create_spdx_setscene)
NOTE: Running setscene task 822 of 880 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libxmlb/libxmlb_0.3.28.bb:do_create_spdx_setscene)
NOTE: Running task 716 of 2114 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_recipe_qa)
NOTE: Running task 717 of 2114 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_recipe_qa)
NOTE: Running task 727 of 2114 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_write_config)
NOTE: Running task 728 of 2114 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_write_config)
NOTE: recipe libfyaml-native-0.9.6-r0: task do_create_spdx_setscene: Started
NOTE: recipe appstream-1.1.5-r0: task do_recipe_qa: Started
NOTE: recipe appstream-1.1.5-r0: task do_write_config: Started
NOTE: recipe curl-native-8.21.0-r0: task do_create_spdx_setscene: Started
NOTE: recipe appstream-native-1.1.5-r0: task do_recipe_qa: Started
NOTE: recipe appstream-native-1.1.5-r0: task do_write_config: Started
NOTE: recipe libxmlb-native-0.3.28-r0: task do_create_spdx_setscene: Started
NOTE: recipe appstream-1.1.5-r0: task do_write_config: Succeeded
NOTE: recipe libfyaml-native-0.9.6-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 864 of 880 
(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-native-1.1.5-r0: task do_write_config: Succeeded
NOTE: recipe curl-native-8.21.0-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 867 of 880 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/curl/curl_8.21.0.bb:do_create_recipe_spdx_setscene)
NOTE: recipe libxmlb-native-0.3.28-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 870 of 880 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libxmlb/libxmlb_0.3.28.bb:do_create_recipe_spdx_setscene)
NOTE: Running setscene task 874 of 880 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-core/gettext/gettext-minimal-native_1.0.bb:do_create_spdx_setscene)
NOTE: recipe gettext-minimal-native-1.0-r0: task do_create_spdx_setscene: 
Started
NOTE: recipe appstream-1.1.5-r0: task do_recipe_qa: Succeeded
NOTE: recipe libfyaml-native-0.9.6-r0: task do_create_recipe_spdx_setscene: 
Started
NOTE: Running task 769 of 2114 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_fetch)
NOTE: recipe curl-native-8.21.0-r0: task do_create_recipe_spdx_setscene: Started
NOTE: recipe libxmlb-native-0.3.28-r0: task do_create_recipe_spdx_setscene: 
Started
NOTE: recipe gettext-minimal-native-1.0-r0: task do_create_spdx_setscene: 
Succeeded
NOTE: recipe libfyaml-native-0.9.6-r0: task do_create_recipe_spdx_setscene: 
Succeeded
NOTE: recipe appstream-1.1.5-r0: task do_fetch: Started
NOTE: recipe curl-native-8.21.0-r0: task do_create_recipe_spdx_setscene: 
Succeeded
NOTE: recipe appstream-1.1.5-r0: task do_fetch: Succeeded
NOTE: recipe libxmlb-native-0.3.28-r0: task do_create_recipe_spdx_setscene: 
Succeeded
NOTE: recipe appstream-native-1.1.5-r0: task do_recipe_qa: Succeeded
NOTE: Running setscene task 879 of 880 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-core/gettext/gettext-minimal-native_1.0.bb:do_create_recipe_spdx_setscene)
NOTE: recipe gettext-minimal-native-1.0-r0: task 
do_create_recipe_spdx_setscene: Started
NOTE: recipe gettext-minimal-native-1.0-r0: task 
do_create_recipe_spdx_setscene: Succeeded
NOTE: Setscene tasks completed
NOTE: Running task 1827 of 2114 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_fetch)
NOTE: Running task 1883 of 2114 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_unpack)
NOTE: Running task 2039 of 2114 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_create_recipe_spdx)
NOTE: recipe appstream-1.1.5-r0: task do_unpack: Started
NOTE: recipe appstream-native-1.1.5-r0: task do_fetch: Started
NOTE: recipe appstream-native-1.1.5-r0: task do_create_recipe_spdx: Started
NOTE: recipe appstream-native-1.1.5-r0: task do_fetch: Succeeded
NOTE: Running task 2088 of 2114 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_unpack)
NOTE: Running task 2089 of 2114 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_prepare_recipe_sysroot)
NOTE: recipe appstream-1.1.5-r0: task do_unpack: Succeeded
NOTE: Running task 2090 of 2114 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_patch)
NOTE: recipe appstream-native-1.1.5-r0: task do_create_recipe_spdx: Succeeded
NOTE: Running task 2091 of 2114 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_create_recipe_spdx)
NOTE: recipe appstream-1.1.5-r0: task do_patch: Started
NOTE: recipe appstream-native-1.1.5-r0: task do_unpack: Started
NOTE: recipe appstream-native-1.1.5-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe appstream-1.1.5-r0: task do_create_recipe_spdx: Started
NOTE: recipe appstream-1.1.5-r0: task do_patch: Succeeded
NOTE: Running task 2092 of 2114 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_deploy_source_date_epoch)
NOTE: Running task 2093 of 2114 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_populate_lic)
NOTE: recipe appstream-native-1.1.5-r0: task do_unpack: Succeeded
NOTE: Running task 2094 of 2114 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_patch)
NOTE: recipe appstream-1.1.5-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe appstream-1.1.5-r0: task do_populate_lic: Started
NOTE: recipe appstream-native-1.1.5-r0: task do_prepare_recipe_sysroot: 
Succeeded
NOTE: recipe appstream-1.1.5-r0: task do_create_recipe_spdx: Succeeded
NOTE: recipe appstream-native-1.1.5-r0: task do_patch: Started
NOTE: recipe appstream-1.1.5-r0: task do_populate_lic: Succeeded
NOTE: recipe appstream-native-1.1.5-r0: task do_patch: Succeeded
NOTE: recipe appstream-1.1.5-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 2095 of 2114 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_deploy_source_date_epoch)
NOTE: recipe appstream-native-1.1.5-r0: task do_deploy_source_date_epoch: 
Started
NOTE: recipe appstream-native-1.1.5-r0: task do_deploy_source_date_epoch: 
Succeeded
NOTE: Running task 2096 of 2114 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_configure)
NOTE: recipe appstream-native-1.1.5-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/libxml/libxml2_2.15.3.bb:do_populate_sysroot',
 
'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/meson/meson_1.11.2.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_3.0.3.bb:do_populate_sysroot',
 
'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/pytho
 n/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.28.bb:do_populate_sysroot',
 
'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/curl/curl_8.21.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']
| 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', 'flex-native', 'gnu-config-native', 
'libedit-native', 'make-native', 'meson-native', 'ninja-native', 'perl-native', 
'pkgconf-native', 'python3-build-native', 'python3-flit-core-native', 
'python3-installer-native', 'python3-lxml-native', 'python3-packaging-native', 
'python3-pyproject-hooks-native', 'python3-setuptools-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 -Dman=false 
-Dbash-completion=false -Dqt=false -Dstemming=false -Dsystemd=false...
| The Meson build system
| Version: 1.11.2
| Source dir: 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/sources/AppStream-1.1.5
| Build dir: 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/build
| Build type: native build
| Project name: AppStream
| Project version: 1.1.5
| 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.5/recipe-sysroot-native/usr/bin/pkg-config-native)
 3.0.3
| Run-time dependency glib-2.0 found: YES 2.88.2
| Run-time dependency gobject-2.0 found: YES 2.88.2
| Run-time dependency gio-2.0 found: YES 2.88.2
| Run-time dependency gmodule-2.0 found: YES 2.88.2
| Run-time dependency libcurl found: YES 8.21.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.28
| Library m found: YES
| Run-time dependency libzstd found: YES 1.5.7
| Found CMake: 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/recipe-sysroot-native/usr/bin/cmake
 (4.4.0)
| Run-time dependency wayland-client found: NO  (tried pkg-config and cmake)
| 
| ../sources/AppStream-1.1.5/meson.build:210:25: ERROR: Dependency 
"wayland-client" not found (tried pkg-config and cmake)
| 
| A full log can be found at 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/build/meson-logs/meson-log.txt
| 
| Last 10 lines of meson-log.txt:
|   - 
"-DCMAKE_TOOLCHAIN_FILE=/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/build/meson-private/cmake_wayland-client/CMakeMesonToolchainFile.cmake"
|   - "."
|   -- Module search paths:    ['/', '/opt', 
'/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/recipe-sysroot-native/usr',
 '/usr', '/usr/local']
|   -- CMake root:             
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/recipe-sysroot-native/usr/share/cmake-4.4
|   -- CMake architectures:    []
|   -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', '']
| Preliminary CMake check failed. Aborting.
| Run-time dependency wayland-client found: NO  (tried pkg-config and cmake)
| 
| ../sources/AppStream-1.1.5/meson.build:210:25: ERROR: Dependency 
"wayland-client" not found (tried pkg-config and cmake)
| 
| ERROR: meson setup failed
| WARNING: 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/temp/run.do_configure.2236923: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.5/temp/run.do_configure.2236923,
 line 175
|       #2: meson_do_configure, 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/temp/run.do_configure.2236923,
 line 164
|       #3: do_configure, 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/temp/run.do_configure.2236923,
 line 151
|       #4: main, 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/temp/run.do_configure.2236923,
 line 188
NOTE: recipe appstream-native-1.1.5-r0: task do_configure: Failed
NOTE: Tasks Summary: Attempted 2096 tasks of which 2079 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_20260725054128.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_20260725054128.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.5.bb:do_configure
    log: 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/temp/log.do_configure.2236923
Summary: There were 2 ERROR messages, returning a non-zero exit code.
ERROR: appstream-native-1.1.5-r0 do_configure: meson setup failed
ERROR: appstream-native-1.1.5-r0 do_configure: Execution of 
'/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/appstream-native/1.1.5/temp/run.do_configure.2236923'
 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.5/temp/log.do_configure.2236923
ERROR: Task 
(virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.1.5.bb:do_configure)
 failed with exit code '1'

Attachment: 0001-appstream-upgrade-1.1.3-1.1.5.patch
Description: Binary data

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

Reply via email to