Hello, I'm trying to build sqlite3, using OE, and have run into the following problem:
[EMAIL PROTECTED]:~/zaurus/oe/build$ bitbake sqlite3 NOTE: Handling BitBake files: - (5419/5419) [100 %] NOTE: Parsing finished. 5183 cached, 0 parsed, 236 skipped, 0 masked. NOTE: build 200805202230: started OE Build Configuration: BB_VERSION = "1.8.10" METADATA_REVISION = "3e1c95b89d63587e0583eaad187827c156f3e8e7" TARGET_ARCH = "arm" TARGET_OS = "linux" MACHINE = "spitz" DISTRO = "sharprom-compatible" DISTRO_VERSION = "3.1-compatible" TARGET_FPU = "" NOTE: Resolving any missing task queue dependencies NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 10 of 191 (ID: 51, /home/misha/zaurus/oe/org.openembedded.dev/packages/quilt/quilt-native_0.45.bb, do_fetch) NOTE: package quilt-native-0.45: started NOTE: package quilt-native-0.45-r2: task do_fetch: started sh: /home/misha/zaurus/oe/build/tmp/staging/i686-linux/usr/bin/oe_sha256sum: cannot execute binary file NOTE: The SHA256 Sums do not match. Wanted: 'de7290f334baf631a14d031df304ee94cfb550aa69e7512aa589d21c2381c7d8' Got: '' NOTE: Task failed: Checksum of 'http://download.savannah.gnu.org/releases/quilt/quilt-0.45.tar.gz' failed NOTE: package quilt-native-0.45-r2: task do_fetch: failed ERROR: TaskFailed event exception, aborting NOTE: package quilt-native-0.45: failed ERROR: Build of /home/misha/zaurus/oe/org.openembedded.dev/packages/quilt/quilt-native_0.45.bb do_fetch failed ERROR: Task 51 (/home/misha/zaurus/oe/org.openembedded.dev/packages/quilt/quilt-native_0.45.bb, do_fetch) failed NOTE: Tasks Summary: Attempted 9 tasks of which 9 didn't need to be rerun and 1 failed. ERROR: '/home/misha/zaurus/oe/org.openembedded.dev/packages/quilt/quilt-native_0.45.bb' failed First I thought it was something wrong with the .bb file for quilt, but then I noticed that it was failing to execute a file that it itself built: sh: /home/misha/zaurus/oe/build/tmp/staging/i686-linux/usr/bin/oe_sha256sum: cannot execute binary file I'm not sure why it's not able to run that file, as it seems to be a normal binary. I'm able to examine it using nm. Any ideas? Thanks in advance! Cheers, Michael _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
