[OE-core] Interesting bitbake/fetcher error

Gary Thomas gary at mlbassoc.com
Thu Mar 15 12:27:36 UTC 2012


I have two recipes for midori (attached).  When I try to build
the latest version, I get this error:
   ERROR: Fetcher failure for URL: 'http://archive.xfce.org/src/apps/midori/0.4/midori-0.4.4.tar.bz2;name=midori'. Checksum mismatch!
   File: '/local/my_test/downloads/midori-0.4.4.tar.bz2' has md5 checksum a6578ebfd237c0f22cce49113b95f70c when 900037557b82818d79d2dd1c5a7d7fd2 was expected
   File: '/local/my_test/downloads/midori-0.4.4.tar.bz2' has sha256 checksum fadd43f76c1c9f6a16483e60a804e58fb6817c6a595b1acdd59bcbdd7b35bca2 when 
fca4a0eab03358f20d7700069dbf2faaf8fa5c11aaad97f4208aea608f4bed9f was expected

It looks like having qualified checksums doesn't work quite right?  It's obviously
comparing the sums from the 0.4.3 recipe even though 0.4.4 is being executed.
   midori_0.4.3
     SRC_URI[midori.md5sum] = "900037557b82818d79d2dd1c5a7d7fd2"
     SRC_URI[midori.sha256sum] = "fca4a0eab03358f20d7700069dbf2faaf8fa5c11aaad97f4208aea608f4bed9f"

   Midori_0.4.4
     SRC_URI[midori.md5sum] = "a6578ebfd237c0f22cce49113b95f70c"
     SRC_URI[midori.sha256sum] = "fadd43f76c1c9f6a16483e60a804e58fb6817c6a595b1acdd59bcbdd7b35bca2"

Interestingly, if I comment out those lines in the 0.4.3 recipe,
but still leave it in my tree, the fetcher works.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: midori_0.4.3.bb
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120315/da9c07eb/attachment-0004.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: midori_0.4.4.bb
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120315/da9c07eb/attachment-0005.ksh>


More information about the Openembedded-core mailing list