From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from proxy.dresearch.de ([87.193.137.100] helo=mail.dresearch.de) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OylyE-0007Km-WC for openembedded-devel@lists.openembedded.org; Thu, 23 Sep 2010 15:36:20 +0200 Received: from exchange.intern.dresearch.de (owa.xfer-intern.dresearch.de [192.168.32.16]) by mail.dresearch.de (Postfix) with ESMTP id 54B99491282 for ; Thu, 23 Sep 2010 15:36:15 +0200 (CEST) Received: from [127.0.0.1] ([10.32.10.2]) by exchange.intern.dresearch.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 23 Sep 2010 15:36:15 +0200 Message-ID: <4C9B57F8.6000605@dresearch.de> Date: Thu, 23 Sep 2010 15:36:56 +0200 From: Steffen Sledz User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1285241444.3691.60.camel@mattotaupa> In-Reply-To: <1285241444.3691.60.camel@mattotaupa> X-OriginalArrivalTime: 23 Sep 2010 13:36:15.0177 (UTC) FILETIME=[4B60B390:01CB5B24] X-SA-Exim-Connect-IP: 87.193.137.100 X-SA-Exim-Mail-From: sledz@dresearch.de X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: libatasmart_0.13.bb: `No package 'libudev' found` and `./strpool: ./strpool: cannot execute binary file` X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 13:36:20 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Am 23.09.2010 13:30, schrieb Paul Menzel: > Using =C8=A6ngstr=C3=B6m 2008.1 this error was not met though. But `do_= compile()` > fails with `./strpool: cannot execute binary file`. >=20 > Log data follows: > | NOTE: make > | CC strpool.o > | CCLD strpool > | ./strpool atasmart.c atasmart.strpool.c > | ./strpool: ./strpool: cannot execute binary file > | make: *** [atasmart.strpool.c] Error 126 > | FATAL: oe_runmake failed > | ERROR: Function do_compile failed > NOTE: package libatasmart-0.13-r1: task do_compile: Failed >=20 > But as far as I understand the recipe takes care of that by compiling > `strpool` for the build host [2]. >=20 > do_compile_prepend() { > rm strpool -f > ${BUILD_CC} -o strpool strpool.c > chmod +x strpool > } >... > [2] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/dev= icekit/libatasmart_0.13.bb?id=3D67ab615dac83b0460fa1b88dfb11c72d7c93e259 I hit the same problem. But just when building libatasmart for the first = time. A second build succeeds. Steffen