Opened 19 months ago
Last modified 19 months ago
#22818 new defect
Can't cross-compile because of Busybox 1.23 is missing at https://downloads.openwrt.org/sources
Reported by: | Carter.Himura | Owned by: | developers |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
I've tried 3 times for today and no luck. Got the same error.
Download busybox 1.23 failed. No more mirrors to try.
Attachments (0)
Change History (5)
comment:1 Changed 19 months ago by wigyori
comment:2 Changed 19 months ago by william@…
busybox.net is down
comment:3 Changed 19 months ago by william@…
Seems that not only is busybox.net down but alternative download locations no longer have that version.
comment:4 follow-up: ↓ 5 Changed 19 months ago by william@…
added https://mirror.cgicoders.com/busybox.net/ to repos sources in package/utils/busybox/Makefile and got build working. The problem was that no only is busybox.net down but alternative repo source http://distfiles.gentoo.org/distfiles/ doesn't have the current version being used by openwrt 15.05
comment:5 in reply to: ↑ 4 Changed 19 months ago by Carter.Himura
Replying to william@…:
added https://mirror.cgicoders.com/busybox.net/ to repos sources in package/utils/busybox/Makefile and got build working. The problem was that no only is busybox.net down but alternative repo source http://distfiles.gentoo.org/distfiles/ doesn't have the current version being used by openwrt 15.05
Thank you sir. New link works fine for 15.05.1.
The ticket can be closed.
busybox is 1.24.2 in trunk. Which release did you try to compile?
-w-