New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/32555#issuecomment-900740070 Comment: Welp, glibc also fails: ``` Compiling rustc_codegen_ssa v0.0.0 (/builddir/rustc-1.54.0-src/compiler/rustc_codegen_ssa) error[E0532]: expected unit struct, unit variant or constant, found struct variant `NativeLibKind::Dylib` --> compiler/rustc_codegen_ssa/src/back/link.rs:2399:17 | 2399 | NativeLibKind::Dylib | NativeLibKind::Unspecified => { | ^^^^^^^^^^^^^^^^^^^^ | ::: /builddir/rustc-1.54.0-src/compiler/rustc_session/src/utils.rs:31:5 | 31 | Dylib { | ----- `NativeLibKind::Dylib` defined here | help: use struct pattern syntax instead | 2399 | NativeLibKind::Dylib { /* fields */ } | NativeLibKind::Unspecified => { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider importing this unit variant instead | 1 | use rustc_session::config::CrateType::Dylib; | error: aborting due to previous error For more information about this error, try `rustc --explain E0532`. error: could not compile `rustc_codegen_ssa` 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-gnu" "-Zbinary-dep-depinfo" "-j" "8" "--release" "--locked" "--frozen" "--features" " llvm max_level_info" "--manifest-path" "/builddir/rustc-1.54.0-src/compiler/rustc/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:08:30 => ERROR: rust-1.54.0_1: do_build: 'env CFLAGS_${RUST_BUILD}="${CFLAGS_host}" python3 x.py dist --jobs $XBPS_MAKEJOBS' exited with 1 ```