[oe] stable branch checksum missmatch for quilt-0.45

Holger Freyther zecke at selfish.org
Mon Mar 31 21:07:51 UTC 2008


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.




More information about the Openembedded-devel mailing list