Skip to content

FTBFS tarball rust 1.87.0: could not find native static library #141120

Closed
@rautyrauty

Description

@rautyrauty

Summary

The bug is not reproducible on 1.86.0.
Built from a tarball: curl -O https://static.rust-lang.org/dist/rustc-1.87.0-src.tar.gz

Command used

All commands used are listed in the build log.

Bootstrap configuration (bootstrap.toml)

change-id = 123711
[build]
cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"
python = "python3"
submodules = false
docs = true
verbose = 2
vendor = true
extended = true
optimized-compiler-builtins = false
tools = ["cargo", "rust-analyzer", "clippy", "rustfmt", "src"]
build-stage = 2
test-stage = 2
doc-stage = 2

[install]
prefix = "/usr"

[rust]
channel = "stable"
download-rustc = false
codegen-tests = false
backtrace = true
jemalloc = false
rpath = false
debug = false
deny-warnings = false
debuginfo-level = 0
codegen-units = 2
lld = false

[llvm]
ninja = true
use-libcxx = false
download-ci-llvm = false
link-shared = true

[target.x86_64-unknown-linux-gnu]
cc = "clang"
cxx = "clang++"
ar = "llvm-ar"
ranlib = "llvm-ranlib"
llvm-config = "/usr/bin/llvm-config"
profiler = "/usr/lib/llvm-20.1/lib64/clang/20/lib/x86_64-unknown-linux-gnu/libclang_rt.profile.a"

Operating system

ALT Linux Sisyphus

HEAD

$ cat git-commit-hash
17067e9

Additional context

I am building an RPM package, I am the maintainer of the rust package in ALT Linux.

Build log:

rust-1.87.0-FTBFS-build.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions