All of lore.kernel.org
 help / color / mirror / Atom feed
* failure building cacaoh-native
@ 2010-10-21 13:59 Jaap de Jong
  2010-10-22  6:33 ` Jaap de Jong
  0 siblings, 1 reply; 5+ messages in thread
From: Jaap de Jong @ 2010-10-21 13:59 UTC (permalink / raw)
  To: openembedded-devel

Thought this was fixed some time ago, but it fails nevertheless...

    NOTE: Running task 1854 of 2596 (ID: 2,
    /media/OpenEmbedded/unstable/org.openembedded.dev/recipes/cacao/cacaoh-native_0.99.3.bb,
    do_install)
    Packaged contents of libusb-compat into
    /media/OpenEmbedded/unstable/tmp/deploy/eglibc/ipk/armv5te/libusb-0.1-4_0.1.3-r0.9_armv5te.ipk
    NOTE: Not creating empty archive for libusb-compat-doc-0.1.3-r0.9
    ERROR: function do_install failed
    ERROR: log data follows
    (/media/OpenEmbedded/unstable/tmp/work/i686-linux/cacaoh-native-0.99.3-r2.1/temp/log.do_install.19694)
    | install: cannot stat `src/cacaoh/.libs/cacaoh': No such file or
    directory
    NOTE: Task failed:
    /media/OpenEmbedded/unstable/tmp/work/i686-linux/cacaoh-native-0.99.3-r2.1/temp/log.do_install.19694
    ERROR: TaskFailed event exception, aborting
    ERROR: Build of
    /media/OpenEmbedded/unstable/org.openembedded.dev/recipes/cacao/cacaoh-native_0.99.3.bb
    do_install failed

Fixed with:

    diff -urN a/cacaoh-native.inc b/cacaoh-native.inc
    --- a/cacaoh-native.inc    2010-10-21 15:55:49.604353109 +0200
    +++ b/cacaoh-native.inc    2010-10-21 15:55:26.295644251 +0200
    @@ -24,7 +24,7 @@

      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"


Not sure if this is the final fix...


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-22 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21 13:59 failure building cacaoh-native Jaap de Jong
2010-10-22  6:33 ` Jaap de Jong
2010-10-22  6:42   ` Martin Jansa
2010-10-22  8:11     ` Jaap de Jong
2010-10-22 20:45     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.