DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/quilt/quilt-native_0.69.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/patch/patch_2.8.bb:do_populate_sysroot']
NOTE: Installed into sysroot: ['gettext-minimal-native', 'libtool-native', 'quilt-native', 'texinfo-dummy-native', 'patch-native', 'attr-native']
NOTE: Skipping as already exists in sysroot: []
DEBUG: sed -e 's:^[^/]*/:TOPDIR/tmp/work/neoversen2-poky-linux/opkg-utils/0.7.0/recipe-sysroot-native/:g' TOPDIR/tmp/sysroots-components/x86_64/libtool-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/quilt-native/fixmepath | xargs sed -i -e 's:FIXMESTAGINGDIRTARGET:TOPDIR/tmp/work/neoversen2-poky-linux/opkg-utils/0.7.0/recipe-sysroot:g; s:FIXMESTAGINGDIRHOST:TOPDIR/tmp/work/neoversen2-poky-linux/opkg-utils/0.7.0/recipe-sysroot-native:g' -e 's:FIXME_PSEUDO_SYSROOT:TOPDIR/tmp/sysroots-components/x86_64/pseudo-native:g' -e 's:FIXME_HOSTTOOLS_DIR:TOPDIR/tmp/hosttools:g' -e 's:FIXME_PKGDATA_DIR:TOPDIR/tmp/pkgdata/sbsa-ref:g' -e 's:FIXME_PSEUDO_LOCALSTATEDIR:TOPDIR/tmp/work/neoversen2-poky-linux/opkg-utils/0.7.0/pseudo/:g' -e 's:FIXME_LOGFIFO:TOPDIR/tmp/work/neoversen2-poky-linux/opkg-utils/0.7.0/temp/fifo.2392510:g'
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing python function do_patch
DEBUG: Executing python function patch_do_patch
DEBUG: Searching for 0001-update-alternatives-correctly-match-priority.patch in paths:
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.7.0/poky-altcfg
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils/poky-altcfg
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/files/poky-altcfg
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.7.0/poky
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils/poky
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/files/poky
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.7.0/sbsa-ref
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils/sbsa-ref
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/files/sbsa-ref
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.7.0/aarch64
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils/aarch64
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/files/aarch64
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.7.0/qemuall
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils/qemuall
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/files/qemuall
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.7.0/aarch64
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils/aarch64
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/files/aarch64
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils-0.7.0/
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils/
    /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/files/
DEBUG: Using /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch for 0001-update-alternatives-correctly-match-priority.patch
NOTE: Applying patch '0001-update-alternatives-correctly-match-priority.patch' (../meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch)
ERROR: Applying patch '0001-update-alternatives-correctly-match-priority.patch' on target directory 'TOPDIR/tmp/work/neoversen2-poky-linux/opkg-utils/0.7.0/sources/opkg-utils-0.7.0'
CmdError('quilt --quiltrc TOPDIR/tmp/work/neoversen2-poky-linux/opkg-utils/0.7.0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-update-alternatives-correctly-match-priority.patch
can\'t find file to patch at input line 20
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From 26206005dacd61380663bb4fd9b18178bb33665b Mon Sep 17 00:00:00 2001
|From: Alexander Kanavin <alex.kanavin@gmail.com>
|Date: Sat, 24 Oct 2020 21:59:27 +0200
|Subject: [PATCH] update-alternatives: correctly match priority
|
|It should always be at the end of string, otherwise something
|like "/usr/bin/python3.9-config 123" will erroneously match
|against priority 9.
|
|Upstream-Status: Submitted
|Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|---
| update-alternatives | 2 +-
| 1 file changed, 1 insertion(+), 1 deletion(-)
|
|diff --git a/update-alternatives b/update-alternatives
|index 1389b3f..e0b31bf 100644
|--- a/update-alternatives
|+++ b/update-alternatives
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch 0001-update-alternatives-correctly-match-priority.patch does not apply (enforce with -f)

stderr: ')
DEBUG: Python function patch_do_patch finished
DEBUG: Python function do_patch finished

Error details

Submitted on:
17/06/25 05:13
Error type:
Recipe
Task:
do_patch
Recipe:
opkg-utils
Recipe version:
0.7.0-r0
Machine:
sbsa-ref
Distro:
poky-altcfg
Build system:
x86_64-linux
Target system:
aarch64-poky-linux
Host distro:
universal/debian-12
Branch:
agodard/master-next
Commit:
f9ba412cf011fb82613cc5d9112a8fc4293526de
Build:
#208481
Submitter:
yp-ab-debian12-vk-5
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/75/builds/1750
Similar errors:
0
Open a bug