CentOS 7's rpmbuild can't handle debuginfo generated by Rust 1.50.0 #82006
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Full repro and steps in rust-150-centos7.tar.gz. It's just a minimal bin crate with an RPM specfile that can be used with
rpmbuild
To summarize, when CentOS 7's
rpmbuild
tries to extract the debuginfo from the binary to build the debuginfo package, it fails with:This is new with 1.50.0. It works fine with 1.49.0. Web search reveals https://bugzilla.redhat.com/show_bug.cgi?id=304121 as an example of where a source file path had an extra
/
that triggered this. I'm not sure what the reason is here.Meta
Happens with both stable:
... and latest nightly:
The text was updated successfully, but these errors were encountered: