domino-team / domino-firmware

This is the firmware and source code for Domino
12 stars 10 forks source link

cambozola-latest.tar.gz MD5 sum doesn't match expected MD5 sum #5

Open jcwren opened 9 years ago

jcwren commented 9 years ago

Don't know openwrt/domino well enough to know how to fix this one.

make[3]: Entering directory `/home/jcw/openwrt-domino/feeds/packages/multimedia/mjpg-streamer'
mkdir -p /home/jcw/openwrt-domino/dl
/home/jcw/openwrt-domino/scripts/download.pl "/home/jcw/openwrt-domino/dl" "cambozola-latest.tar.gz" "c9b0da91f8e6e72efccd307e04e2b75b" "http://www.andywilcock.com/code/cambozola"
--2015-10-16 12:29:11--  http://www.andywilcock.com/code/cambozola/cambozola-latest.tar.gz
Resolving www.andywilcock.com (www.andywilcock.com)... 50.53.152.69
Connecting to www.andywilcock.com (www.andywilcock.com)|50.53.152.69|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 235984 (230K) [application/x-gzip]
Saving to: 'STDOUT'

100%[==========>] 235,984      413KB/s   in 0.6s

2015-10-16 12:29:12 (413 KB/s) - written to stdout [235984/235984]

MD5 sum of the downloaded file does not match (file: 1c41f0204a146264e8eba7ddbe2ba0a6, requested: c9b0da91f8e6e72efccd307e04e2b75b) - deleting download.
--2015-10-16 12:29:12--  http://mirror2.openwrt.org/sources/cambozola-latest.tar.gz
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-10-16 12:29:12 ERROR 404: Not Found.

Download failed.
--2015-10-16 12:29:12--  http://downloads.openwrt.org/sources/cambozola-latest.tar.gz
Resolving downloads.openwrt.org (downloads.openwrt.org)... 78.24.191.177
Connecting to downloads.openwrt.org (downloads.openwrt.org)|78.24.191.177|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-10-16 12:29:13 ERROR 404: Not Found.

Download failed.
No more mirrors to try - giving up.
make[3]: *** [/home/jcw/openwrt-domino/dl/cambozola-latest.tar.gz] Error 2
make[3]: Leaving directory `/home/jcw/openwrt-domino/feeds/packages/multimedia/mjpg-streamer'
make[2]: *** [package/feeds/packages/mjpg-streamer/compile] Error 2
make[2]: Leaving directory `/home/jcw/openwrt-domino'
make[1]: *** [/home/jcw/openwrt-domino/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/jcw/openwrt-domino'
make: *** [world] Error 2
jcw@kubuntu:~/openwrt-domino$
alzhao commented 8 years ago

Hi, you are compiling package. Seems this package's Make file contains wrong MD5 info, which causes the package will not continue to compile. You can just upgrade mjpg-streamer to the latest correct code from openwrt CC150 or trunk.