-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error #91
Comments
same here failed to download last_x264.tar.bz2 when run build.sh --2020-07-07 03:12:07-- http://download.videolan.org/pub/videolan/x264/snapshots/last_x264.tar.bz2
Resolving download.videolan.org (download.videolan.org)... 213.36.253.2, 2a01:e0d:1:3:58bf:fa02:c0de:5
Connecting to download.videolan.org (download.videolan.org)|213.36.253.2|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-07-07 03:12:08 ERROR 404: Not Found.
Download failed.
--2020-07-07 03:12:08-- http://mirror2.openwrt.org/sources/last_x264.tar.bz2
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11, 2a01:4f8:221:3d45::2
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-07-07 03:12:09 ERROR 404: Not Found.
Download failed.
--2020-07-07 03:12:09-- http://downloads.openwrt.org/sources/last_x264.tar.bz2
Resolving downloads.openwrt.org (downloads.openwrt.org)... 176.9.48.73, 2a01:4f8:150:6449::2
Connecting to downloads.openwrt.org (downloads.openwrt.org)|176.9.48.73|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://downloads.openwrt.org/sources/last_x264.tar.bz2 [following]
--2020-07-07 03:12:09-- https://downloads.openwrt.org/sources/last_x264.tar.bz2
Connecting to downloads.openwrt.org (downloads.openwrt.org)|176.9.48.73|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sources.openwrt.org/last_x264.tar.bz2 [following]
--2020-07-07 03:12:10-- https://sources.openwrt.org/last_x264.tar.bz2
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... 404 Not Found
2020-07-07 03:12:13 ERROR 404: Not Found.
Download failed.
No more mirrors to try - giving up. |
Same here. Weirdly, it tries both x264 and x265:
|
Seems I fixed the problem by replacing the source mirrors: Remove this:
And add this instead:
On my machine itself with recent Ubuntu and gcc, now I do have a NASM compilation error from another issue #90 ;) BUT, it builds in the supplied docker container without any problems with this mirrors! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: