Opened 21 months ago
Closed 21 months ago
#66880 closed update (fixed)
Rust bugfix update: 1.67.1
Reported by: | herbygillot (Herby Gillot) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | rust |
Description
https://blog.rust-lang.org/2023/02/09/Rust-1.67.1.html
Rust 1.67.1 fixes a regression for projects that link to thin archives (.a files that reference external .o objects). The new archive writer in 1.67.0 could not read thin archives as inputs, leading to the error "Unsupported archive identifier." The compiler now uses LLVM's archive writer again, until that format is supported in the new code.
Change History (1)
comment:1 Changed 21 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 17fb5be693f15f0fdf2718a07ca6c82f32311d02/macports-ports (master):