Search Criteria
Package Details: yabridgectl-git 3.8.1.r73.g9420bade-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/yabridgectl-git.git (read-only, click to copy) |
|---|---|
| Package Base: | yabridgectl-git |
| Description: | Optional utility to help set up and manage yabridge |
| Upstream URL: | https://github.com/robbert-vdh/yabridge |
| Licenses: | GPL3 |
| Conflicts: | yabridge-bin, yabridgectl |
| Provides: | yabridgectl |
| Submitter: | robbert-vdh |
| Maintainer: | robbert-vdh |
| Last Packager: | robbert-vdh |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-07-17 13:44 (UTC) |
| Last Updated: | 2022-04-16 18:46 (UTC) |
Dependencies (2)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust-nightly-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- yabridge-git (requires yabridgectl) (optional)
Latest Comments
robbert-vdh commented on 2022-07-03 12:04 (UTC) (edited on 2022-07-03 12:04 (UTC) by robbert-vdh)
@nikdog You should use the comment section if you have issues building packages instead of marking them as outdated! Your error was:
Which means you've installed rustup but didn't install any toolchains. If you don't do any Rust programming, you'll probably want to just install the
rustpackage instead ofrustup. If you want to use rustup, you'll need to set a default toolchain withrustup default stableorrustup default nightly, but then you'll also need to periodically runrustup updateto update that toolchain.