There is a new pull request by ericonr against master on the void-packages repository https://github.com/ericonr/void-packages rust https://github.com/void-linux/void-packages/pull/32555 [WIP] Rust 1.54.0 #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR musl build (at least) is currently broken, accepting help: ``` Rustbook (x86_64-unknown-linux-musl) - unstable-book Building stage0 std artifacts (x86_64-unknown-linux-musl -> x86_64-unknown-linux-musl) Compiling compiler_builtins v0.1.45 Compiling core v0.0.0 (/builddir/rustc-1.54.0-src/library/core) Compiling libc v0.2.93 Compiling cc v1.0.68 Compiling std v0.0.0 (/builddir/rustc-1.54.0-src/library/std) Compiling unwind v0.0.0 (/builddir/rustc-1.54.0-src/library/unwind) Compiling rustc-std-workspace-core v1.99.0 (/builddir/rustc-1.54.0-src/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/builddir/rustc-1.54.0-src/library/alloc) Compiling cfg-if v0.1.10 Compiling adler v0.2.3 Compiling rustc-demangle v0.1.18 error: could not find native static library `c`, perhaps an -L flag is missing? error: aborting due to previous error error: could not compile `libc` To learn more, run the command again with --verbose. warning: build failed, waiting for other jobs to finish... error: build failed command did not execute successfully: "/builddir/rustc-1.54.0-src/stage0-bootstrap/bin/cargo" "build" "--target" "x86_64-unknown-linux-musl" "-Zbinary-dep-depinfo" "-j" "8" "--release" "--locked" "--frozen" "--features" "panic-unwind backtrace" "--manifest-path" "/builddir/rustc-1.54.0-src/library/test/Cargo.toml" "--message-format" "json-render-diagnostics" expected success, got: exit status: 101 failed to run: /builddir/rustc-1.54.0-src/build/bootstrap/debug/bootstrap dist --jobs 8 Build completed unsuccessfully in 0:02:40 ``` A patch file from https://github.com/void-linux/void-packages/pull/32555.patch is attached