[oe] [PATCH] cacao-native-0.99.3: fix `install: cannot stat `src/cacaoh/.libs/cacaoh': No such file or directory`

Paul Menzel paulepanter at users.sourceforge.net
Fri Oct 15 12:24:49 UTC 2010


Date: Fri, 15 Oct 2010 14:09:42 +0200

Task of `do_install` of `cacao-native-0.99.3` fails with the following error.

        NOTE: Task failed: ('function do_install failed', '/oe/build-angstrom-next/angstrom-dev/work/i686-linux/cacaoh-native-0.99.3-r2.1/temp/log.do_install.26664')
        ERROR: Logfile of failure stored in: /oe/build-angstrom-next/angstrom-dev/work/i686-linux/cacaoh-native-0.99.3-r2.1/temp/log.do_install.26664
        Log data follows:
        | install: cannot stat `src/cacaoh/.libs/cacaoh': No such file or directory
        | ERROR: Function do_install failed
        NOTE: package cacaoh-native-0.99.3-r2.1: task do_install: Failed
        ERROR: TaskFailed event exception, aborting
        ERROR: Build of /oe/openembedded/recipes/cacao/cacaoh-native_0.99.3.bb do_install failed
        ERROR: Task 2260 (/oe/openembedded/recipes/cacao/cacaoh-native_0.99.3.bb, do_install) failed with 256

In the work directory there are the following files.

cacao-0.99.3-r11/cacao-0.99.3$ find . -name *cacaoh*
./src/cacaoh
./src/cacaoh/cacaoh.c
./m4/cacaoh.m4

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 recipes/cacao/cacaoh-native.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/cacao/cacaoh-native.inc b/recipes/cacao/cacaoh-native.inc
index 2b3709f..d745107 100644
--- a/recipes/cacao/cacaoh-native.inc
+++ b/recipes/cacao/cacaoh-native.inc
@@ -24,7 +24,7 @@ do_compile() {
 
 do_install() {
   install -d ${D}${bindir}/cacaoh-${PV}
-  install -m 0755 src/cacaoh/.libs/cacaoh ${D}${bindir}/cacaoh-${PV}
+  install -m 0755 src/cacaoh/cacaoh ${D}${bindir}/cacaoh-${PV}
 }
 
 NATIVE_INSTALL_WORKS = "1"
-- 
1.7.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20101015/10fe0025/attachment-0002.sig>


More information about the Openembedded-devel mailing list