DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-devtools/quilt/quilt-native_0.69.bb:do_populate_sysroot']
NOTE: Installed into sysroot: ['quilt-native']
NOTE: Skipping as already exists in sysroot: []
DEBUG: sed -e 's:^[^/]*/:TOPDIR/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/0.7.33/recipe-sysroot-native/:g' TOPDIR/tmp/sysroots-components/x86_64/quilt-native/fixmepath | xargs sed -i -e 's:FIXMESTAGINGDIRTARGET:TOPDIR/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/0.7.33/recipe-sysroot:g; s:FIXMESTAGINGDIRHOST:TOPDIR/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-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/i686-pokysdk-linux:g' -e 's:FIXME_PSEUDO_LOCALSTATEDIR:TOPDIR/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/0.7.33/pseudo/:g' -e 's:FIXME_LOGFIFO:TOPDIR/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/0.7.33/temp/fifo.1332352: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/qemux86-64/build/meta/recipes-extended/libsolv/libsolv-0.7.33/poky
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/libsolv/poky
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/files/poky
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/libsolv-0.7.33/
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/libsolv/
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/files/
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/libsolv-0.7.33/i686
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/libsolv/i686
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/files/i686
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/libsolv-0.7.33/
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/libsolv/
/srv/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-extended/libsolv/files/
DEBUG: Using /srv/pokybuild/yocto-worker/qemux86-64/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/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/0.7.33/sources/libsolv-0.7.33'
CmdError('quilt --quiltrc TOPDIR/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-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