DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['virtual:native:TOPDIR/sources/openembedded-core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', 'TOPDIR/sources/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot']
NOTE: Installed into sysroot: []
NOTE: Skipping as already exists in sysroot: ['patch-native', 'quilt-native', 'automake-native', 'libtool-native', 'autoconf-native', 'attr-native', 'texinfo-dummy-native', 'gnu-config-native', 'm4-native', 'gettext-minimal-native']
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing python function do_patch
DEBUG: Executing python function patch_do_patch
DEBUG: Searching for run-ptest in paths:
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/yoe
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/yoe
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/yoe
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/qemuarm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/qemuarm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/qemuarm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/armv7ve
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/armv7ve
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/armv7ve
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/qemuall
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/qemuall
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/qemuall
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/arm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/arm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/arm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/
DEBUG: Searching for 0001-Makefile-use-libprefix-instead-of-libdir.patch in paths:
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/yoe
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/yoe
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/yoe
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/qemuarm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/qemuarm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/qemuarm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/armv7ve
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/armv7ve
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/armv7ve
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/qemuall
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/qemuall
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/qemuall
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/arm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/arm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/arm
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb-0.9.29/
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb/
TOPDIR/sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/
NOTE: Applying patch '0001-Makefile-use-libprefix-instead-of-libdir.patch' (sources/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/0001-Makefile-use-libprefix-instead-of-libdir.patch)
ERROR: Command Error: 'quilt --quiltrc TOPDIR/build/tmp/work/armv7vet2hf-neon-yoe-linux-gnueabi/lmdb/0.9.29-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output:
stdout: Applying patch 0001-Makefile-use-libprefix-instead-of-libdir.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 8d1d18f8ae4c3cd7ecdc79545f89459d1c9e4bfd Mon Sep 17 00:00:00 2001
|From: Sakib Sajal <sakib.sajal@windriver.com>
|Date: Fri, 13 Aug 2021 15:59:15 +0000
|Subject: [PATCH] Makefile: use libprefix instead of libdir
|
|libdir expands to "$(exec_prefix)/lib" where "lib" is hardcoded.
|This is a problem for builds that enable MULTILIB since libraries
|are to be installed in "lib64" directory. Hence allow the directory
|to be configurable.
|
|Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
|---
| libraries/liblmdb/Makefile | 4 ++--
| 1 file changed, 2 insertions(+), 2 deletions(-)
|
|diff --git a/libraries/liblmdb/Makefile b/libraries/liblmdb/Makefile
|index f254511..1ec74e6 100644
|--- a/libraries/liblmdb/Makefile
|+++ b/libraries/liblmdb/Makefile
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
Patch 0001-Makefile-use-libprefix-instead-of-libdir.patch does not apply (enforce with -f)
stderr:
DEBUG: Python function patch_do_patch finished
DEBUG: Python function do_patch finished