Actions
Bug #8129
openconfigure hint for installing bindgen is outdated
Affected Versions:
Effort:
Difficulty:
Label:
Description
If the installed version of bindgen is outdated, the configure scripts shows:
Warning: bindgen must be at least version 0.66.0,
found 0.65.1.
To update: cargo install --force bindgen
Running the proposed command fails:
cargo install --force bindgen
Updating crates.io index
Downloaded bindgen v0.72.1
Downloaded 1 crate (240.3KiB) in 0.18s
error: there is nothing to install in `bindgen v0.72.1`, because it has no binaries
This is caused by a renaming in bindgen, now the binary package is named bindgen-cli
I will propose a (trivial) PR to fix this.
Updated by Victor Julien about 6 hours ago
- Status changed from New to In Review
- Target version changed from TBD to 9.0.0-beta1
- Label Needs backport to 8.0 added
Updated by OISF Ticketbot about 6 hours ago
- Label deleted (
Needs backport to 8.0)
Actions