burrito
burrito copied to clipboard
404 issue trying to install NextLS on Archlinux
> Target is being overridden with BURRITO_TARGET linux_amd64
> Burrito is building target: linux_amd64
> Burrito will build for target:
OS: linux
CPU: x86_64
Qualifiers: [libc: :gnu]
Debug: false
----> PHASE: :fetch
--> Working directory: /tmp/burrito_build_7BBBA6A0B3A5BB1C
--> Resolving ERTS: {:precompiled, [version: "26.2.1"]}
--> Remote ERTS From Beam Machine: https://burrito-otp.b-cdn.net/OTP-26.2.1/linux/x86_64/gnu/otp_26.2.1_linux_gnu_x86_64_ssl_1.1.1s.tar.gz?please-respect-my-bandwidth-costs=thank-you
--> Downloading file: https://burrito-otp.b-cdn.net/OTP-26.2.1/linux/x86_64/gnu/otp_26.2.1_linux_gnu_x86_64_ssl_1.1.1s.tar.gz?please-respect-my-bandwidth-costs=thank-you
** (RuntimeError) Failed to fetch https://burrito-otp.b-cdn.net/OTP-26.2.1/linux/x86_64/gnu/otp_26.2.1_linux_gnu_x86_64_ssl_1.1.1s.tar.gz?please-respect-my-bandwidth-costs=thank-you! (Got 404) Perhaps we haven't built a pre-compiled Erlang for this release yet? If this was a 404, please file an issue! Thanks!
See also https://github.com/elixir-tools/next-ls/issues/359
This is trying to pull from a very very old version of Burrito's CDN-- it should be using the new "universal" CDN which was added in burrito 1.0.x on hex.pm -- that mix file needs to be updated
I think this was resolved, as the other linked issue was resolved by next-ls 😄