[oe-commits] [Bug 5055] New: setpwc does not build because of bad tarball checksum

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Fri Mar 6 13:25:27 UTC 2009


http://bugs.openembedded.net/show_bug.cgi?id=5055

           Summary: setpwc does not build because of bad tarball checksum
    Classification: Unclassified
           Product: Openembedded
           Version: unspecified
          Platform: ARM
        OS/Version: All
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: squalyl at gmail.com


I'm building the slugosbe distribution for the nslu2 embedded device.

I'm using the nslu2 master makefile:
http://www.nslu2-linux.org/wiki/Development/MasterMakefile

My build fails when building the package "setpwc" version 1.1.
This package has nothing special to do with slugos, it's just a plain OE
package.

The bitbake trace is:

NOTE: Running task 2421 of 6197 (ID: 2677,
/home/user/oe/slugos/openembedded/packages/setpwc/setpwc_1.1.bb, do_fetch)
NOTE: package setpwc-1.1: started
NOTE: package setpwc-1.1-r0: task do_fetch: started
NOTE: The MD5Sums did not match. Wanted: 'acc0266534c5dc13ad1153ec890c1b8d' and
Got: '0ec56a142d79bc2dd346fc6f12f9aa5e'
NOTE: Task failed: Checksum of
'http://www.vanheusden.com/setpwc/setpwc-1.1.tgz' failed
NOTE: package setpwc-1.1-r0: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package setpwc-1.1: failed
ERROR: Build of /home/user/oe/slugos/openembedded/packages/setpwc/setpwc_1.1.bb
do_fetch failed
ERROR: Task 2677
(/home/user/oe/slugos/openembedded/packages/setpwc/setpwc_1.1.bb, do_fetch)
failed

I noticed that:

squalyl at debian:~/oe$ grep -A 2 setpwc openembedded/conf/checksums.ini
[http://www.vanheusden.com/setpwc/setpwc-0.9.tgz]
md5=0ec56a142d79bc2dd346fc6f12f9aa5e
sha256=827940306b30e3d92805052b31e8bff2f326fca7574b162260ca5386027091c1
--
[http://www.vanheusden.com/setpwc/setpwc-1.1.tgz]
md5=acc0266534c5dc13ad1153ec890c1b8d
sha256=ee8b74fc74229b76c95d1d3360a5540239e77f32d100f8c3ed318e76fd19e09b

my conclusion is that the package recipe is checking the wrong tarball version.
Explicitely specifying PV="1.1" in the setpwc recipe changes nothing.

I can edit manually the checksum.ini file but this isn't what I call a "fix"

Any idea on what to do there?

Regards,
Sebastien

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list