burrito icon indicating copy to clipboard operation
burrito copied to clipboard

404 issue trying to install NextLS on Archlinux

Open 1player opened this issue 1 year ago • 2 comments

> 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!

1player avatar Jan 25 '24 09:01 1player

See also https://github.com/elixir-tools/next-ls/issues/359

1player avatar Jan 25 '24 09:01 1player

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

doawoo avatar Jan 25 '24 19:01 doawoo

I think this was resolved, as the other linked issue was resolved by next-ls 😄

doawoo avatar Mar 02 '24 00:03 doawoo