Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 18a9a4ac61884fe28c374d84757469e20161bd95
https://github.com/WebKit/WebKit/commit/18a9a4ac61884fe28c374d84757469e20161bd95
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M Tools/yocto/meta-openembedded_and_meta-webkit.patch
Log Message:
-----------
[WPE][cross-toolchain-helper] webkitdevci builds fail on hosts with glibc
2.43 (e.g. Ubuntu 26.04 SDK)
https://bugs.webkit.org/show_bug.cgi?id=321337
Reviewed by Carlos Alberto Lopez Perez.
The do_package task dies while copying a recipe's image directory:
tar: ./usr/share: Cannot mkdir: Function not implemented
pseudo 1.9.3, the revision pinned by poky scarthgap 5.0.18, wraps openat2()
with an unconditional ENOSYS and hopes that callers fall back to an older
syscall. GNU tar linked against glibc 2.43 calls openat2() and reports the
error instead of
falling back, so every do_package fails. tar is currently
the only entry in tmp/hosttools that references openat2.
Upstream pseudo implements the openat2() wrapper since 1.9.9, so bump the
pseudo recipe to upstream master until poky ships a new enough revision.
* Tools/yocto/meta-openembedded_and_meta-webkit.patch:
Canonical link:
https://flagged.apple.com:443/proxy?t2=Df0d3w3mm0&o=aHR0cHM6Ly9jb21taXRzLndlYmtpdC5vcmcvMzE4ODE5QG1haW4=&emid=f91cd0c5-f21c-415b-a406-614f606eaae6&c=11
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications