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/libsolv/0.7.33/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/libsolv/0.7.33/recipe-sysroot:g; s:FIXMESTAGINGDIRHOST:TOPDIR/tmp/work/neoversen2-poky-linux/libsolv/0.7.33/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/libsolv/0.7.33/pseudo/:g' -e 's:FIXME_LOGFIFO:TOPDIR/tmp/work/neoversen2-poky-linux/libsolv/0.7.33/temp/fifo.2412281: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-utils-Conside-musl-when-wrapping-qsort_r.patch in paths:
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv-0.7.33/poky-altcfg
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv/poky-altcfg
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/files/poky-altcfg
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv-0.7.33/poky
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv/poky
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/files/poky
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv-0.7.33/sbsa-ref
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv/sbsa-ref
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/files/sbsa-ref
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv-0.7.33/aarch64
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv/aarch64
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/files/aarch64
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv-0.7.33/qemuall
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv/qemuall
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/files/qemuall
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv-0.7.33/aarch64
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv/aarch64
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/files/aarch64
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv-0.7.33/
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv/
/srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/files/
DEBUG: Using /srv/pokybuild/yocto-worker/meta-arm/build/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch for 0001-utils-Conside-musl-when-wrapping-qsort_r.patch
NOTE: Applying patch '0001-utils-Conside-musl-when-wrapping-qsort_r.patch' (../meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch)
ERROR: Applying patch '0001-utils-Conside-musl-when-wrapping-qsort_r.patch' on target directory 'TOPDIR/tmp/work/neoversen2-poky-linux/libsolv/0.7.33/sources/libsolv-0.7.33'
CmdError('quilt --quiltrc TOPDIR/tmp/work/neoversen2-poky-linux/libsolv/0.7.33/recipe-sysroot-native/etc/quiltrc push', 0, "stdout: Applying patch 0001-utils-Conside-musl-when-wrapping-qsort_r.patch
can't find file to patch at input line 23
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From da99bf09e83469612e2c821696025a4e591bb95c Mon Sep 17 00:00:00 2001
|From: Khem Raj <raj.khem@gmail.com>
|Date: Thu, 28 Oct 2021 22:28:45 -0700
|Subject: [PATCH] utils: Conside musl when wrapping qsort_r
|
|musl now has implemented qsort_r, the signature however matches glibc
|and not BSD, current check makes it such that it falls into BSD case
|when building for musl, which clearly is wrong, therefore instead of
|just checking for glibc check for linux to decide which qsort_r
|signature to use. This covers both glibc and musl
|
|Upstream-Status: Pending
|
|Signed-off-by: Khem Raj <raj.khem@gmail.com>
|---
| src/util.c | 2 +-
| 1 file changed, 1 insertion(+), 1 deletion(-)
|
|diff --git a/src/util.c b/src/util.c
|index 72426e09..8f29bc5a 100644
|--- a/src/util.c
|+++ b/src/util.c
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
Patch 0001-utils-Conside-musl-when-wrapping-qsort_r.patch does not apply (enforce with -f)
stderr: ")
DEBUG: Python function patch_do_patch finished
DEBUG: Python function do_patch finished