OE install problem. checksum failed.

bitbake console-image

elinux tutorial said it takes several hours. but only about 30min
later I had 4 error.
I think zlib-1.2.3.tar.bz2 file is wrong.
What could be the problem? help...

Thanks.
Have a nice day.

NOTE: Running task 202 of 2224 (ID: 673, /home/asdf/oe/openembedded/
packages/zlib/zlib-native_1.2.3.bb, do_fetch)
NOTE: package zlib-native-1.2.3: started
NOTE: package zlib-native-1.2.3-r5: task do_fetch: started
NOTE: fetch http://www.zlib.net/zlib-1.2.3.tar.bz2
--09:55:14-- http://www.zlib.net/zlib-1.2.3.tar.bz2
           => `/home/asdf/oe/tmp/downloads/zlib-1.2.3.tar.bz2'
Resolving www.zlib.net... 69.73.181.135
Connecting to www.zlib.net|69.73.181.135|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 98 [text/html]

100%
[=================================================================================================================>]
98 --.--K/s

09:55:15 (12.30 MB/s) - `/home/asdf/oe/tmp/downloads/
zlib-1.2.3.tar.bz2' saved [98/98]

NOTE: The MD5Sums did not match. Wanted:
'dee233bf288ee795ac96a98cc2e369b6' and Got:
'131dbea38f50e2ef532ce5e1dc8ecc11'
NOTE: Task failed: Checksum of 'http://www.zlib.net/
zlib-1.2.3.tar.bz2' failed
NOTE: package zlib-native-1.2.3-r5: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package zlib-native-1.2.3: failed
ERROR: Build of /home/asdf/oe/openembedded/packages/zlib/zlib-
native_1.2.3.bb do_fetch failed
ERROR: Task 673 (/home/asdf/oe/openembedded/packages/zlib/zlib-
native_1.2.3.bb, do_fetch) failed
NOTE: Waiting for 1 active tasks to finish
NOTE: 1: /home/asdf/oe/openembedded/packages/gcc/gcc-cross-
initial_4.3.1.bb, do_compile (25580)
NOTE: package gcc-cross-initial-4.3.1-r17: task do_compile: completed
NOTE: package gcc-cross-initial-4.3.1: completed
NOTE: Tasks Summary: Attempted 200 tasks of which 0 didn't need to be
rerun and 1 failed.
ERROR: '/home/asdf/oe/openembedded/packages/zlib/zlib-native_1.2.3.bb'
failed
NOTE: build 200901290939: completed

bitbake console-image

elinux tutorial said it takes several hours. but only about 30min
later I had 4 error.
I think zlib-1.2.3.tar.bz2 file is wrong.
What could be the problem? help...

Try deleting the zlib-1.2.3 file from your local source dir and
letting OE download it again. I think you had a bad download, my local
copy, and a copy I just downloaded both had the dee2..... md5sum.

Philip

I try your instruction but I have same results.
but I didn't understand downloading downloaded both had the dee2.....
md5sum.
How can I downloading both 'dee233bf288ee795ac96a98cc2e369b6' and
'131dbea38f50e2ef532ce5e1dc8ecc11?

Thanks.

I try your instruction but I have same results.
but I didn't understand downloading downloaded both had the dee2.....
md5sum.
How can I downloading both 'dee233bf288ee795ac96a98cc2e369b6' and
'131dbea38f50e2ef532ce5e1dc8ecc11?

Try :wget http://www.zlib.net/zlib-1.2.3.tar.bz2" and run "md5sum
zlib-1.2.3.tar.bz2" and tell us what the checksum of that is.

Philip

checksum is 131dbea38f50e2ef532ce5e1dc8ecc11.
why I get different checksum? Is it another version?
How can I fix it?

Thanks.
have a nice day...

checksum is 131dbea38f50e2ef532ce5e1dc8ecc11.
why I get different checksum? Is it another version?
How can I fix it?

The website http://www.zlib.net/ suggest the dee.. checksum is
correct. There may be a way to force a download with bitbake, but I am
really confused why using wget does not get the proper file.

Philip

Sorry. I didn't understand "There may be a way to force a download
with bitbake"
How can I force a download?