Hello,

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

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-libadwaita-upgrade-1.9.3-1.10.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 aaffa393c1605fb417c327f6581c738bfee39c45 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Tue, 15 Sep 2026 05:49:20 +0000
Subject: [PATCH] libadwaita: upgrade 1.9.3 -> 1.10.0

Source: NEWS

==============
Version 1.10.0
==============
- AdwAnimation
  - Fix AdwCallbackAnimationTarget annotations
- AdwActionRow
  - Ensure :use-markup property is set in constructed()
- AdwStatusPage
  - Stop using :last-child in styles
- AdwSidebar/AdwViewSwitcherSidbar
  - Document how to display suffix at the bottom
- AdwTabBar/AdwTabGrid
  - Clear a dangling idle callback in dispose
- Build
  - Fix release builds requiring sassc
  - Depend on glib 2.89.3
- Stylesheet
  - Support .flat and .raised for GtkDropDown
- Update icons from devkit
- Translation updates
  - Basque
  - Bosnian
  - Brazilian Portuguese
  - Bulgarian
  - Catalan
  - Chinese (China)
  - Danish
  - Dutch
  - Finnish
  - French
  - Galician
  - Hebrew
  - Hungarian
  - Korean
  - Lithuanian
  - Persian
  - Polish
  - Serbian
  - Spanish
  - Swedish
  - Uighur

===================
Version 1.10.beta.1
===================

- Build
  - Ministream-related fixes
  - Animate showing/hiding the title on the main page
- AdwActionRow
  - Don't emit signals in dispose
- AdwPreferencesRow
  - Warn when placed
- AdwSidebarItem
  - Add :prefix
- AdwSidebarSection
  - Add :suffix
- Update internal icons
- Docs
  - Use more detailed placeholder comments in examples
  - Chinese (China)
  - Czech
  - Georgian
  - Kazakh
  - Occitan
  - Ukrainian
==================
Version 1.10.alpha.1
==================

Include ministream sources into release tarballs.
  - Turkish
==================
Version 1.10.alpha
==================
- Add translation comments across the project
- Add AdwCssClassBinding
- Deprecate AdwEnumListModel; switch everything to GtkEnumList
- Build
  - Require GTK 4.23.1
  - Depend on ministream instead of appstream
  - Make it possible to build on Android
  - Include prebuilt styles again
  - Resolve locale directory at runtime on Windows
- Adaptive preview
  - Try to contain window styles within the preview
  - Collapse the sidebar on small sizes
  - Fix casing in a message
  - Don't make device model names and Phosh names translatable
- AdwAboutDialog
  - Add :other-apps-title
- AdwAboutDialog and AdwAboutWindow
- AdwApplication
  - Speed up initial style loading
- AdwBreakpointBin
  - Fix initial focus
  - Reduce the number of notify::opacity emissions on children
- AdwOverlaySplitView
  - Add a unique style class to the overlay sidebar
- AdwShortcutLabel
  - Use a more natural modifier ordering
  - Improve key labels on macOS
  - Add :prefix and :suffix
- AdwSpinnerPaintable
  - Support icon weight
  - Implement Android settings backend
  - Speed up initial loading
- AdwSwipeTracker
  - Ignore mostly orthogonal touchpad scrolls
- AdwViewSwitcherSidebar
  - Add :prefix and :suffix
  - Fix a leak
- Demo
  - Adjust shortcuts on macOS
- Examples
  - Fix a build error
  - Reduce icon weight for large icons
  - Improve popover shadow
  - Fix svg asset rendering with newer GTK
  - Adapt to GtkSpinner changes in newer GTK
  - Fix a copypaste error
- Update internal icons
- Va

[Changelog truncated as it exceeds 3000 characters;
the full changelog can be found in an attachment to the AUH email]
---
 .../libadwaita/{libadwaita_1.9.3.bb => libadwaita_1.10.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/libadwaita/{libadwaita_1.9.3.bb => 
libadwaita_1.10.0.bb} (89%)

diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.9.3.bb 
b/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb
similarity index 89%
rename from meta/recipes-gnome/libadwaita/libadwaita_1.9.3.bb
rename to meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb
index 4752147402..21c0395b84 100644
--- a/meta/recipes-gnome/libadwaita/libadwaita_1.9.3.bb
+++ b/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
 
 inherit gnomebase gobject-introspection gi-docgen vala features_check
 
-SRC_URI[archive.sha256sum] = 
"fc59b37028fe0126308e7b805d2f6e4e80227080a1797715e5e6286b8111e723"
+SRC_URI[archive.sha256sum] = 
"b1bf56239269d101a6391ad4553c910eff9cc6170b803916405477ef60a66c84"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 REQUIRED_DISTRO_FEATURES = "opengl"
-- 
2.47.1

Changelog for libadwaita: 1.9.3 -> 1.10.0
Source: NEWS

==============
Version 1.10.0
==============
- AdwAnimation
  - Fix AdwCallbackAnimationTarget annotations
- AdwActionRow
  - Ensure :use-markup property is set in constructed()
- AdwStatusPage
  - Stop using :last-child in styles
- AdwSidebar/AdwViewSwitcherSidbar
  - Document how to display suffix at the bottom
- AdwTabBar/AdwTabGrid
  - Clear a dangling idle callback in dispose
- Build
  - Fix release builds requiring sassc
  - Depend on glib 2.89.3
- Stylesheet
  - Support .flat and .raised for GtkDropDown
- Update icons from devkit
- Translation updates
  - Basque
  - Bosnian
  - Brazilian Portuguese
  - Bulgarian
  - Catalan
  - Chinese (China)
  - Danish
  - Dutch
  - Finnish
  - French
  - Galician
  - Hebrew
  - Hungarian
  - Korean
  - Lithuanian
  - Persian
  - Polish
  - Serbian
  - Spanish
  - Swedish
  - Uighur

===================
Version 1.10.beta.1
===================

- Build
  - Ministream-related fixes
  - Animate showing/hiding the title on the main page
- AdwActionRow
  - Don't emit signals in dispose
- AdwPreferencesRow
  - Warn when placed
- AdwSidebarItem
  - Add :prefix
- AdwSidebarSection
  - Add :suffix
- Update internal icons
- Docs
  - Use more detailed placeholder comments in examples
  - Chinese (China)
  - Czech
  - Georgian
  - Kazakh
  - Occitan
  - Ukrainian
==================
Version 1.10.alpha.1
==================

Include ministream sources into release tarballs.
  - Turkish
==================
Version 1.10.alpha
==================
- Add translation comments across the project
- Add AdwCssClassBinding
- Deprecate AdwEnumListModel; switch everything to GtkEnumList
- Build
  - Require GTK 4.23.1
  - Depend on ministream instead of appstream
  - Make it possible to build on Android
  - Include prebuilt styles again
  - Resolve locale directory at runtime on Windows
- Adaptive preview
  - Try to contain window styles within the preview
  - Collapse the sidebar on small sizes
  - Fix casing in a message
  - Don't make device model names and Phosh names translatable
- AdwAboutDialog
  - Add :other-apps-title
- AdwAboutDialog and AdwAboutWindow
- AdwApplication
  - Speed up initial style loading
- AdwBreakpointBin
  - Fix initial focus
  - Reduce the number of notify::opacity emissions on children
- AdwOverlaySplitView
  - Add a unique style class to the overlay sidebar
- AdwShortcutLabel
  - Use a more natural modifier ordering
  - Improve key labels on macOS
  - Add :prefix and :suffix
- AdwSpinnerPaintable
  - Support icon weight
  - Implement Android settings backend
  - Speed up initial loading
- AdwSwipeTracker
  - Ignore mostly orthogonal touchpad scrolls
- AdwViewSwitcherSidebar
  - Add :prefix and :suffix
  - Fix a leak
- Demo
  - Adjust shortcuts on macOS
- Examples
  - Fix a build error
  - Reduce icon weight for large icons
  - Improve popover shadow
  - Fix svg asset rendering with newer GTK
  - Adapt to GtkSpinner changes in newer GTK
  - Fix a copypaste error
- Update internal icons
- Various cleanups
  - Chinese (Taiwan)
  - Cornish
  - Filipino
  - Kabyle
  - Polish
  - Romanian
  - Russian
  - Slovenian

Attachment: 0001-libadwaita-upgrade-1.9.3-1.10.0.patch
Description: Binary data

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 959 .bb files complete (0 cached, 959 parsed). 1993 targets, 43 
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.1"
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-2c36b5234bf830db9a839114da9b4dc80ed425f7"
TUNE_FEATURES        = "m64 x86-64-v3"
meta                 = 
"tmp-auh-upgrades:2c36b5234bf830db9a839114da9b4dc80ed425f7"
meta-yocto-bsp       
meta-poky            = "master:7e41504cd63b099b214f10d92cfdaf358ab98c5f"
workspace            = "<unknown>:<unknown>"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 778 Local 764 Mirrors 0 Missed 14 Current 943 (98% 
match, 99% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 3663 of 4032 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_recipe_qa)
NOTE: Running task 3865 of 4032 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_write_config)
NOTE: Running task 4001 of 4032 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_create_recipe_spdx)
NOTE: recipe libadwaita-1.10.0-r0: task do_recipe_qa: Started
NOTE: recipe libadwaita-1.10.0-r0: task do_write_config: Started
NOTE: recipe libadwaita-1.10.0-r0: task do_create_recipe_spdx: Started
NOTE: recipe libadwaita-1.10.0-r0: task do_write_config: Succeeded
NOTE: recipe libadwaita-1.10.0-r0: task do_recipe_qa: Succeeded
NOTE: Running task 4014 of 4032 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_fetch)
NOTE: recipe libadwaita-1.10.0-r0: task do_fetch: Started
NOTE: recipe libadwaita-1.10.0-r0: task do_create_recipe_spdx: Succeeded
NOTE: recipe libadwaita-1.10.0-r0: task do_fetch: Succeeded
NOTE: Running task 4015 of 4032 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_unpack)
NOTE: Running task 4016 of 4032 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe libadwaita-1.10.0-r0: task do_unpack: Started
NOTE: recipe libadwaita-1.10.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe libadwaita-1.10.0-r0: task do_unpack: Succeeded
NOTE: Running task 4017 of 4032 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_patch)
NOTE: recipe libadwaita-1.10.0-r0: task do_patch: Started
NOTE: recipe libadwaita-1.10.0-r0: task do_patch: Succeeded
NOTE: Running task 4018 of 4032 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 4019 of 4032 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_populate_lic)
NOTE: recipe libadwaita-1.10.0-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe libadwaita-1.10.0-r0: task do_populate_lic: Started
NOTE: recipe libadwaita-1.10.0-r0: task do_populate_lic: Succeeded
NOTE: recipe libadwaita-1.10.0-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: recipe libadwaita-1.10.0-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: Running task 4020 of 4032 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_configure)
NOTE: recipe libadwaita-1.10.0-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/glibc/glibc_2.44.bb:do_populate_sysroot',
 
'/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/gcc/gcc-cross_16.2.bb:do_populate_sysroot',
 
'/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/gcc/gcc-runtime_16.2.bb:do_populate_sysroot',
 
'/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/qemu/qemu-native_11.1.1.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',
 
'/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/vala/vala_0.56.19.bb:do_populate_sysroot',
 
'/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.86.0.bb:do_populate_sysroot',
 '/srv/pokybuild/yocto
 
-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/gtk+/gtk4_4.22.5.bb:do_populate_sysroot',
 
'/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/appstream/appstream_1.2.0.bb:do_populate_sysroot',
 
'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/meson/meson_1.12.0.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/patch/patch_2.8.bb:do_populate_sysroot',
 
'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/pkgconf/pkgconf_3.0.7.bb:do_populate_sysroot',
 
'virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot',
 'virtual:native:/srv/pokybuild/yo
 
cto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/python/python3_3.14.7.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-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-support/sass/sassc_3.6.2.bb:do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['bluez5', 'openssl', 
'base-files', 'base-passwd', 'dbus', 'expat', 'gettext-minimal-native', 
'glib-2.0', 'glibc', 'libxcrypt', 'libxml2', 'ncurses', 'readline', 'systemd', 
'util-linux-libuuid', 'util-linux', 'zlib', 'binutils-cross-x86_64', 'llvm', 
'cmake-native', 'elfutils', 'file', 'gcc-cross-x86_64', 'gcc-runtime', 
'libgcc', 'json-c', 'libedit', 'libtool-native', 'm4-native', 'opkg-utils', 
'orc', 'python3', 'qemu-native', 'quilt-native', 'libstd-rs', 'vala', 'bzip2', 
'libarchive', 'libidn2', 'lzlib', 'libpam', 'shadow-sysroot', 'shadow', 
'texinfo-dummy-native', 'xz', 'zstd', 'gdk-pixbuf', 'gobject-introspection', 
'gtk4', 'libgudev', 'librsvg', 'libxmlb', 'cairo', 'libdrm', 'fontconfig', 
'freetype', 'graphene', 'harfbuzz', 'libjpeg-turbo', 'libepoxy', 'libglu', 
'mesa', 'pango', 'vulkan-headers', 'vulkan-loader', 'wayland-protocols', 
'wayland', 'xrandr', 'libice', 'libpciaccess', 'libpthread-stubs', 'libsm', 
'libx11', 'libxau', 'libxcb
 ', 'libxcomposite', 'libxcursor', 'libxdamage', 'libxdmcp', 'libxext', 
'libxfixes', 'libxft', 'libxi', 'libxinerama', 'libxkbcommon', 'libxrandr', 
'libxrender', 'libxshmfence', 'libxtst', 'libxv', 'libxxf86vm', 'pixman', 
'xkeyboard-config', 'xtrans', 'xcb-proto', 'xorgproto', 'kmod', 
'linux-libc-headers', 'alsa-lib', 'flac', 'gstreamer1.0-plugins-bad', 
'gstreamer1.0-plugins-base', 'gstreamer1.0', 'libogg', 'libpng', 'libsndfile1', 
'libtheora', 'tiff', 'libvorbis', 'sbc', 'libwebp', 'appstream', 
'at-spi2-core', 'acl', 'attr', 'bash-completion', 'curl', 'fribidi', 'gdbm', 
'gmp', 'gnutls', 'libtasn1', 'icu', 'iso-codes', 'libcap-ng', 'libcap', 
'libffi', 'libfyaml', 'libgcrypt', 'libgpg-error', 'libical', 'libmicrohttpd', 
'libpcre2', 'libpsl', 'libseccomp', 'libunistring', 'libusb1', 'nettle', 
'shared-mime-info', 'sqlite3', 'openssl-native', 'expat-native', 
'gettext-native', 'glib-2.0-native', 'ncurses-native', 
'util-linux-libuuid-native', 'zlib-native', 'flex-native', 'gnu-config-nativ
 e', 'libedit-native', 'make-native', 'meson-native', 'ninja-native', 
'patch-native', 'perl-native', 'pkgconf-native', 'pseudo-native', 
'python3-build-native', 'python3-flit-core-native', 'python3-installer-native', 
'python3-packaging-native', 'python3-pyproject-hooks-native', 
'python3-setuptools-native', 'python3-native', 'vala-native', 'bzip2-native', 
'shadow-native', 'unzip-native', 'xz-native', 'zstd-native', 
'gobject-introspection-native', 'acl-native', 'attr-native', 'gdbm-native', 
'gmp-native', 'libffi-native', 'libmpc-native', 'libpcre2-native', 
'mpfr-native', 're2c-native', 'libsass-native', 'sassc-native', 
'sqlite3-native']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_configure
| NOTE: Executing meson -Dgtk_doc=false -Dintrospection=enabled -Dvapi=true 
-Dexamples=false...
| The Meson build system
| Version: 1.12.0
| Source dir: 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/sources/libadwaita-1.10.0
| Build dir: 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/build
| Build type: cross build
| DEPRECATION: Option "gtk_doc" is replaced by 'documentation'
| Project name: libadwaita
| Project version: 1.10.0
| C compiler for the host machine: x86_64-poky-linux-gcc -m64 -march=x86-64-v3 
-fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security 
-Werror=format-security 
--sysroot=/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/recipe-sysroot
 (gcc 16.2.0 "x86_64-poky-linux-gcc (GCC) 16.2.0")
| C linker for the host machine: x86_64-poky-linux-gcc -m64 -march=x86-64-v3 
-fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security 
-Werror=format-security 
--sysroot=/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/recipe-sysroot
 ld.bfd 2.47.20260726
| C compiler for the build machine: gcc (gcc 14.2.0 "gcc (GCC) 14.2.0")
| C linker for the build machine: gcc ld.bfd 2.43.1.20241111
| Build machine cpu family: x86_64
| Build machine cpu: x86_64
| Host machine cpu family: x86_64
| Host machine cpu: x86_64
| Target machine cpu family: x86_64
| Target machine cpu: x86_64
| Found pkg-config: YES 
(/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/recipe-sysroot-native/usr/bin/pkg-config)
 3.0.7
| Dependency glib-2.0 for host machine found: NO. Found 2.88.3 but need: '>= 
2.89.3'
| Found CMake: NO
| Run-time dependency glib-2.0 found: NO
| 
| ../sources/libadwaita-1.10.0/meson.build:39:11: ERROR: Dependency lookup for 
glib-2.0 with method 'pkg-config' failed: Invalid version, need 'glib-2.0' ['>= 
2.89.3'] found '2.88.3'.
| 
| A full log can be found at 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/build/meson-logs/meson-log.txt
| 
| Last 10 lines of meson-log.txt:
| Dependency glib-2.0 for host machine found: NO. Found 2.88.3 but need: '>= 
2.89.3'
| Dependency lookup for glib-2.0 with method 'pkg-config' failed: Invalid 
version, need 'glib-2.0' ['>= 2.89.3'] found '2.88.3'.
| CMake binary for host machine is not cached
| CMake binary missing from cross or native file, or env var undefined.
| Default target is not allowed for cross use
| Found CMake: NO
| Dependency lookup for glib-2.0 with method 'cmake' failed: CMake binary for 
machine host machine not found. Giving up.
| Run-time dependency glib-2.0 found: NO
| 
| ../sources/libadwaita-1.10.0/meson.build:39:11: ERROR: Dependency lookup for 
glib-2.0 with method 'pkg-config' failed: Invalid version, need 'glib-2.0' ['>= 
2.89.3'] found '2.88.3'.
| 
| ERROR: meson setup failed
| WARNING: 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/temp/run.do_configure.398593:177
 exit 1 from 'exit 1'
| WARNING: Backtrace (BB generated script):
|       #1: bbfatal_log, 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/temp/run.do_configure.398593,
 line 177
|       #2: meson_do_configure, 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/temp/run.do_configure.398593,
 line 166
|       #3: do_configure, 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/temp/run.do_configure.398593,
 line 153
|       #4: main, 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/temp/run.do_configure.398593,
 line 190
NOTE: recipe libadwaita-1.10.0-r0: task do_configure: Failed
NOTE: Tasks Summary: Attempted 4020 tasks of which 4010 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_20260915054904.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_20260915054904.txt
 [-s server]
NOTE: The contents of these logs will be posted in public if you use the above 
command with the default server. Please ensure you remove any identifying or 
proprietary information when prompted before sending.

Summary: 1 task failed:
  
/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_configure
    log: 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/temp/log.do_configure.398593
Summary: There were 2 ERROR messages, returning a non-zero exit code.
ERROR: libadwaita-1.10.0-r0 do_configure: meson setup failed
ERROR: libadwaita-1.10.0-r0 do_configure: Execution of 
'/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/temp/run.do_configure.398593'
 failed with exit code 1
ERROR: Logfile of failure stored in: 
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/libadwaita/1.10.0/temp/log.do_configure.398593
ERROR: Task 
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb:do_configure)
 failed with exit code '1'
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#245818): 
https://lists.openembedded.org/g/openembedded-core/message/245818
Mute This Topic: https://lists.openembedded.org/mt/121256996/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to