Problem with image build

Hi there
I have some problem with image build on debian .
The problem when its download some packages with make download I get some problem with download as shown below


ve/openwrt/dl" --url="https://github.com/kvalo/ath10k-firmware.git" --version="d622d160e9f552ead68d9ae81b715422892dc2ef" --subdir="ath10k-firmware-2019-10-03-d622d160" --source="ath10k-firmware-2019-10-03-d622d160.tar.xz" --hash="9d56a9942b7be7effdeed6d0688a9bdcfae76a2921a630714c3e2d8390ea8934" || (       echo "Checking out files from the git repository..."; mkdir -p /home/skywave/openwrt/tmp/dl && cd /home/skywave/openwrt/tmp/dl && rm -rf ath10k-firmware-2019-10-03-d622d160 && [ \! -d ath10k-firmware-2019-10-03-d622d160 ] && git clone  https://github.com/kvalo/ath10k-firmware.git ath10k-firmware-2019-10-03-d622d160 && (cd ath10k-firmware-2019-10-03-d622d160 && git checkout d622d160e9f552ead68d9ae81b715422892dc2ef && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd ath10k-firmware-2019-10-03-d622d160 && git log -1 --format='\''@%ct'\''` && rm -rf ath10k-firmware-2019-10-03-d622d160/.git &&       tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c ath10k-firmware-2019-10-03-d622d160 |         xz -zc -7e > /home/skywave/openwrt/tmp/dl/ath10k-firmware-2019-10-03-d622d160.tar.xz && mv /home/skywave/openwrt/tmp/dl/ath10k-firmware-2019-10-03-d622d160.tar.xz /home/skywave/openwrt/dl/ && rm -rf ath10k-firmware-2019-10-03-d622d160; );  )    '
Can't exec "curl": No such file or directory at /home/skywave/openwrt/scripts/download.pl line 77.
+ wget --tries=5 --timeout=20 --no-check-certificate --output-document=- https://mirror1.openwrt.org/ath10k-firmware-2019-10-03-d622d160.tar.xz
--2019-12-27 12:47:44--  https://mirror1.openwrt.org/ath10k-firmware-2019-10-03-d622d160.tar.xz
Resolving mirror1.openwrt.org (mirror1.openwrt.org)... failed: Name or service not known.
wget: unable to resolve host address 'mirror1.openwrt.org'
Download failed.
Can't exec "curl": No such file or directory at /home/skywave/openwrt/scripts/download.pl line 77.
+ wget --tries=5 --timeout=20 --no-check-certificate --output-document=- https://sources.openwrt.org/ath10k-firmware-2019-10-03-d622d160.tar.xz
--2019-12-27 12:47:44--  https://sources.openwrt.org/ath10k-firmware-2019-10-03-d622d160.tar.xz
Resolving sources.openwrt.org (sources.openwrt.org)... 148.251.151.136, 2a01:4f8:210:5087::2
Connecting to sources.openwrt.org (sources.openwrt.org)|148.251.151.136|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14323712 (14M) [application/octet-stream]
Saving to: 'STDOUT'

-                                            100%[=============================================================================================>]  13.66M   145KB/s    in 3m 2s   

2019-12-27 12:50:52 (76.8 KB/s) - written to stdout [14323712/14323712]

Hash of the downloaded file does not match (file: 2e504e071c3f896d629c4cfffe7ff4b5f1acdb4fecd3f01e8ff8c73e87a67cc7, requested: 9d56a9942b7be7effdeed6d0688a9bdcfae76a2921a630714c3e2d8390ea8934) - deleting download.
No more mirrors to try - giving up.

Any idea ??

I have seen it before in my builds. I think it went away after a couple of days. I'm not sure what's going on with it. You may want to change your build config and see if it disappears.

Ok , I tray but is there any idea why I see it I play with download file to change mirror enable mirror and disable mirror2 but its same .

I am not sure why it says that the hash does not mach. There could be a bug or the file which has been downloaded could have been changed somehow so the hash got updated to a different value than it was expecting.

hi there
to solve this problem i remove openwrt folder and git clone it and re-download package with (make download) . its solved hash problem
and for me i have very slow connection i edit download.pl in (openwrt/scripts/download.pl)
for wget i edit the session to 60 s and try to 5 and enable the mirror2 so for me its solve the problem of slow connection .

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.