-
-
Notifications
You must be signed in to change notification settings - Fork 70
Fix installing the rust package failing due to 1.85.0 no longer being available #137
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
base: master
Are you sure you want to change the base?
Conversation
Not sure, but I believe this is needed as well chirpstack/chirpstack-openwrt-feed#18 |
I can not reproduce this issue. If you see a different error message, could you post it?
It is downloading fine for me. Please note that I am using the same feed hashes as the tagged OpenWrt versions: https://github.com/openwrt/openwrt/blob/v24.10.2/feeds.conf.default#L1 |
Interesting. I keep getting a 404. Maybe a mirror issue? |
From an other user, I received the following error:
Was this what you were seeing? |
Yep I think this was it, but I distinctly remembered it failing to download as well. I manually used 1.85.1 instead and that worked, or just bumped the requirement like in this PR. |
Thanks, I have reported this error upstream.
…On Mon, Aug 25, 2025, 14:34 Erik Olof Gunnar Andersson < ***@***.***> wrote:
*eandersson* left a comment (chirpstack/chirpstack-gateway-os#137)
<#137 (comment)>
From an other user, I received the following error:
ERROR: failed to download llvm from ci
HELP: There could be two reasons behind this:
1) The host triple is not supported for `download-ci-llvm`.
2) Old builds get deleted after a certain time.
HELP: In either case, disable `download-ci-llvm` in your config.toml:
[llvm]
download-ci-llvm = false
Build completed unsuccessfully in 0:00:08
make[4]: *** [Makefile:109: /workdir/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/host/rustc-1.85.0-src/.built] Error 1
make[4]: Leaving directory '/workdir/openwrt/feeds/packages/lang/rust'
time: package/feeds/packages/rust/host-compile#0.70#0.42#9.07
ERROR: package/feeds/packages/rust [host] failed to build.
Was this what you were seeing?
Yep exactly this.
—
Reply to this email directly, view it on GitHub
<#137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIM6IMXEQPHIEBALYW5A33PMGFPAVCNFSM6AAAAACESY3636VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMRQGMYDINRSHA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
This PR updates the OpenWrt package feed to the latest version for v24.10.2 to fix installation failures caused by Rust 1.85.0 being unpublished and no longer available for download.