domino-team / openwrt-cc

openwrt CC with Domino/GL patches
GNU General Public License v2.0
128 stars 71 forks source link

Feeds busybox urls broken. #9

Closed ril3y closed 8 years ago

ril3y commented 8 years ago

Looks like the urls for busybox have changed?

make[3]: Leaving directory '/tmp/openwrt/openwrt-cc/package/system/opkg' make[3]: Entering directory '/tmp/openwrt/openwrt-cc/package/utils/busybox' mkdir -p /tmp/openwrt/openwrt-cc/dl /tmp/openwrt/openwrt-cc/scripts/download.pl "/tmp/openwrt/openwrt-cc/dl" "busybox-1.23.2.tar.bz2" "7925683d7dd105aabe9b6b618d48cc73" "" "http://www.busybox.net/downloads" "http://distfiles.gentoo.org/distfiles/" --2016-07-13 02:58:26-- http://www.busybox.net/downloads/busybox-1.23.2.tar.bz2 Resolving www.busybox.net (www.busybox.net)... 140.211.167.224 Connecting to www.busybox.net (www.busybox.net)|140.211.167.224|:80... failed: Connection refused. Download failed. --2016-07-13 02:58:35-- http://distfiles.gentoo.org/distfiles/busybox-1.23.2.tar.bz2 Resolving distfiles.gentoo.org (distfiles.gentoo.org)... 137.226.34.46, 140.211.166.134, 216.165.129.135, ... Connecting to distfiles.gentoo.org (distfiles.gentoo.org)|137.226.34.46|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2016-07-13 02:58:35 ERROR 404: Not Found.

Download failed. --2016-07-13 02:58:35-- http://mirror2.openwrt.org/sources/busybox-1.23.2.tar.bz2 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 2016-07-13 02:58:35 ERROR 404: Not Found.

Download failed. --2016-07-13 02:58:35-- http://downloads.openwrt.org/sources/busybox-1.23.2.tar.bz2 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 2016-07-13 02:58:36 ERROR 404: Not Found.

Download failed. No more mirrors to try - giving up. Makefile:119: recipe for target '/tmp/openwrt/openwrt-cc/dl/busybox-1.23.2.tar.bz2' failed make[3]: * [/tmp/openwrt/openwrt-cc/dl/busybox-1.23.2.tar.bz2] Error 2 make[3]: Leaving directory '/tmp/openwrt/openwrt-cc/package/utils/busybox' package/Makefile:191: recipe for target 'package/utils/busybox/compile' failed make[2]: * [package/utils/busybox/compile] Error 2 make[2]: Leaving directory '/tmp/openwrt/openwrt-cc' package/Makefile:188: recipe for target '/tmp/openwrt/openwrt-cc/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile' failed make[1]: * [/tmp/openwrt/openwrt-cc/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile] Error 2 make[1]: Leaving directory '/tmp/openwrt/openwrt-cc' /tmp/openwrt/openwrt-cc/include/toplevel.mk:181: recipe for target 'world' failed make: * [world] Error 2

I am not familiar with where OpenWRT gets its package names and urls from or I would try to fix this.