From: Holger Freyther <zecke@selfish.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: stable branch checksum missmatch for quilt-0.45
Date: Mon, 31 Mar 2008 23:07:51 +0200 [thread overview]
Message-ID: <200803312307.51210.zecke@selfish.org> (raw)
In-Reply-To: <200803311438.09825.e.robertson.svg@gmail.com>
On Monday 31 March 2008 21:38:05 E Robertson wrote:
> NOTE: package quilt-native-0.45: started
> NOTE: package quilt-native-0.45-r1: task do_fetch: started
> sh: oe_sha256sum: command not found
> NOTE: The SHA256 Sums do not match.
> Wanted: 'de7290f334baf631a14d031df304ee94cfb550aa69e7512aa589d21c2381c7d8'
> Got: ''
My prolog knowledge is pretty weak but let us analys this:
1. sh: oe_sha256sum: command not found
So executing a command called oe_sha256sum failed
2. > NOTE: The SHA256 Sums do not match.
> Wanted: 'de7290f334baf631a14d031df304ee94cfb550aa69e7512aa589d21c2381c7d8'
> Got: ''
So the SHA256 did not match? "" vs. long number (every sha256 hash has the
same size)
Resolving facts:
sha256 might be equal to SHA256
oe_sha256sum might be an OpenEmbedded (oe) program to calculate a
sha256. It was not able to execute it
It was not able to execute oe_sha256sum, the stuff printed on the console
was "".
This could explain the mismatch?
Applying knowledge:
You have a failure because oe_sha256sum failed to be executed.
Possible next steps:
- Check if you have a oe_sha256sum
- Check if your home partition allows execution of binaries
- Check your build logs if oe_sha256sum was attempted to be built
- Check the dep graph if there is a oe_sha256sum in it (bitbake -g and then
read the files and search for sha256)
oe_sha256sum is supposed to be built before everything else, and normally is.
So good luck and please provide more feedback (you seem to get started)
z.
next prev parent reply other threads:[~2008-03-31 21:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-31 19:38 stable branch checksum missmatch for quilt-0.45 E Robertson
2008-03-31 19:48 ` E Robertson
2008-03-31 21:07 ` Holger Freyther [this message]
2008-04-01 13:07 ` E Robertson
2008-04-01 14:10 ` E Robertson
2008-04-01 14:48 ` Holger Freyther
2008-04-01 15:52 ` E Robertson
2008-04-01 20:32 ` Holger Freyther
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200803312307.51210.zecke@selfish.org \
--to=zecke@selfish.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.