chongshengB / rt-n56u

Padavan
1.74k stars 1.63k forks source link

github里编译遇到错误,htop-3.0.2无法下载,原网站链接失效,有处理办法么? #532

Open zxwmail opened 3 years ago

zxwmail commented 3 years ago

( if [ ! -f htop-3.0.2.tar.gz ]; then \ wget -t5 --timeout=20 --no-check-certificate -O htop-3.0.2.tar.gz https://bintray.com/htop/source/download_file?file_path=htop-3.0.2.tar.gz; \ fi ) --2021-05-05 01:33:30-- https://bintray.com/htop/source/download_file?file_path=htop-3.0.2.tar.gz Resolving bintray.com (bintray.com)... 75.126.208.206 Connecting to bintray.com (bintray.com)|75.126.208.206|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2021-05-05 01:33:30 ERROR 404: Not Found.

make[2]: [download_test] Error 8 Makefile:9: recipe for target 'download_test' failed make[2]: Leaving directory '/opt/rt-n56u/trunk/user/htop' make[1]: [all] Error 2 Makefile:235: recipe for target 'all' failed make[1]: Leaving directory '/opt/rt-n56u/trunk/user' make: *** [user_only] Error 2 Makefile:202: recipe for target 'user_only' failed Error: Process completed with exit code 2.

DravenTJU commented 3 years ago

在 trunk/user/htop Makefile 文件里,将 SRC_URL 更新为 https://github.com/hanwckf/rt-n56u/blob/master/trunk/user/htop/htop-3.0.2.tar.gz 就可以了。

wingslu commented 3 years ago

改完SRC_URL还得把下面extract_test里面的xzf改成-xzf

xiaiohuan commented 3 years ago

我以解决

coolerhk commented 3 years ago

在 trunk/user/htop Makefile 文件里,将 SRC_URL 更新为 https://github.com/hanwckf/rt-n56u/blob/master/trunk/user/htop/htop-3.0.2.tar.gz 就可以了。

应该换成以下链接: https://github.com/hanwckf/rt-n56u/raw/master/trunk/user/htop/htop-3.0.2.tar.gz

xiaole51 commented 2 years ago

代码不维护了, 这错误还存在.