Search Criteria
Package Details: bmputil 1.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bmputil.git (read-only, click to copy) |
|---|---|
| Package Base: | bmputil |
| Description: | A tool for managing and flashing Black Magic Probe firmware |
| Upstream URL: | https://github.com/blackmagic-debug/bmputil |
| Licenses: | MIT OR Apache-2.0 |
| Submitter: | perigoso |
| Maintainer: | perigoso |
| Last Packager: | perigoso |
| Votes: | 1 |
| Popularity: | 0.005142 |
| First Submitted: | 2023-09-18 23:01 (UTC) |
| Last Updated: | 2025-08-18 11:21 (UTC) |
Dependencies (2)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Latest Comments
gromain commented on 2026-03-11 11:09 (UTC)
Hi, here is the updated diff with the repo change:
taotieren commented on 2026-03-11 07:26 (UTC)
Source repo has been moved to: https://codeberg.org/blackmagic-debug/bmputil
gromain commented on 2025-09-01 21:19 (UTC) (edited on 2025-09-01 21:21 (UTC) by gromain)
Hi again, Seems like I solved the issue directly. Issue was referenced here https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/20 .
The solution is simple, just add
options=(!lto)to thePKGBUILD.I took the liberty to also update the b2sum in the file, this is good practice to check that the downloaded files is the same used when creating the
PKGBUILD.Thanks for your work packaging this!
Cheers, Romain
gromain commented on 2025-09-01 21:06 (UTC)
Hi,
I've got a cargo linker failure on trying to build this package. It works when I manually run
cargo build --frozen --release --all-featuresin the src folder, but not when runningmakepkgAny idea where this might come from?Thanks, Romain