Search Criteria
Package Details: rua 0.19.10-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/rua.git (read-only, click to copy) |
---|---|
Package Base: | rua |
Description: | AUR helper in Rust providing control, review, patch application and safe build options |
Upstream URL: | https://github.com/vn971/rua |
Keywords: | aur rust |
Licenses: | GPL3 |
Submitter: | vasya |
Maintainer: | vasya |
Last Packager: | vasya |
Votes: | 59 |
Popularity: | 0.44 |
First Submitted: | 2018-10-29 14:26 (UTC) |
Last Updated: | 2025-02-13 14:43 (UTC) |
Dependencies (10)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-suid)
- git (git-gitAUR, git-glAUR)
- pacman (pacman-gitAUR)
- xz (xz-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- libseccomp (libseccomp-gitAUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- bubblewrap-suid (optional) – version of bubblewrap that works on linux-hardened kernel
- shellcheck (shellcheck-binAUR, shellcheck-gitAUR) (optional) – allows checking PKGBUILD scripts, taking care of special variables
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, fudo-gitAUR, sudo-selinuxAUR) (optional) – allows package installation via sudo, if desired
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
vasya commented on 2022-12-10 00:23 (UTC)
@yochananmarqos: let's see how it'll evolve. If more people will be stuck on
rustup update
, I'll check if I can specify an "higher-or-equal" version. For now I'll leave it as-is, which is "stable".The link you've sent me for Rust packaging was very useful regardless BTW, thank you. It didn't exist at the time of rua's creation, and it's good to proof-read the PKGBUILD now.
yochananmarqos commented on 2022-12-10 00:09 (UTC)
@vasya: Maybe we're both misunderstanding each other.
Either one's toolchain is up to date or it's not. It has nothing to do with the AUR. I don't recommend pinning a version.
yochananmarqos commented on 2022-12-10 00:07 (UTC)
@vasya: Sorry, I guess I was wrong. I missed that @simona had not updated their toolchain and I see that solved it.
If you want to switch to nightly occasionally, you can. Just use
export RUSTUP_TOOLCHAIN=nightly
in the PKGBUILD instead to match upstream.vasya commented on 2022-12-10 00:02 (UTC)
@yochananmarqos it's a bit more tricky than that I think. The project does specify it's toolchain, "stable", here: https://github.com/vn971/rua/blob/master/rust-toolchain.toml However, if you haven't updated your rustup in a while, your stable and my stable might differ. If raur really only works on the absolute latest version of the compiler, I guess I'll be forced to pin that specific version or later in that file.. I wasn't aware of it though, it's an unfortunate change.
simona commented on 2022-12-10 00:00 (UTC) (edited on 2022-12-10 00:00 (UTC) by simona)
solved with rustup update. thx.
yochananmarqos commented on 2022-12-09 23:58 (UTC)
@vasya: if
export RUSTUP_TOOLCHAIN=stable
was used per Rust package guidelines, things like that would not happen.vasya commented on 2022-12-09 23:57 (UTC) (edited on 2022-12-09 23:58 (UTC) by vasya)
@simona, could you see if
rustup update
fixes the issue?simona commented on 2022-12-09 23:54 (UTC)
rustup 1.25.1 (2022-11-01)
vasya commented on 2022-12-09 23:53 (UTC)
@simona, thanks for reporting! It seems that the updated dependency, raur-7.0.0, does not compile on your system. Which rust version are you using? I could downgrade if we'll realize it's the best option.
simona commented on 2022-12-09 23:40 (UTC)
error[E0658]: deriving
Default
on enums is experimental--> /home/simona/.cargo/registry/src/github.com-1ecc6299db9ec823/raur-7.0.0/src/raur.rs:89:68
| 89 | #[derive(Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Debug, Hash, Default)]
| ^^^^^^^ |
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »