Search Criteria
Package Details: rua 0.19.10-1
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: | 60 |
Popularity: | 0.39 |
First Submitted: | 2018-10-29 14:26 (UTC) |
Last Updated: | 2024-01-02 23:51 (UTC) |
Dependencies (9)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-overlayfsAUR, bubblewrap-suid)
- git (git-gitAUR, git-glAUR)
- pacman (pacman-gitAUR)
- xz (xz-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- libseccomp (libseccomp-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, sudo-selinuxAUR, fudo-gitAUR) (optional) – allows package installation via sudo, if desired
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
vasya commented on 2021-06-01 09:25 (UTC)
@vanja_z I've added it to the upgrade notice (pinned message here) now. Thanks! (BTW, it's
rustup update
)vanja_z commented on 2021-06-01 08:06 (UTC)
Never mind, I figured out how to fix it, run:
Actually I don't know anything about Rust programming lannguage, it sounds like there is a Rust package management system that I had no idea I needed to update until now. Is it possible (if that even makes sense) to add rust upgrade as a build step?
vanja_z commented on 2021-06-01 08:00 (UTC)
@vasya thanks for helping, I still cannot get it to build. I'm getting the same error.
Any ideas?
vasya commented on 2021-06-01 06:39 (UTC) (edited on 2021-06-07 06:04 (UTC) by vasya)
Due to library changes in pacman (5.2.2 -> 6.0.0), rua needs to be re-built from source to work again.
If you see an error message like
Then please clone the repo
https://aur.archlinux.org/rua.git
and install the new version viamakepkg -si
(if you userustup
, then alsorustup update
)vasya commented on 2021-06-01 05:46 (UTC)
@vanja_z, thanks for writing. This is due to a major pacman upgrade (5.2.2-4 -> 6.0.0-2) which did not keep binary compatibility and thus changed the libalpm.so file name.
rua
needs to change its alpm dependency to work with the new libalpm. I'll try to do that nowvanja_z commented on 2021-06-01 04:19 (UTC)
Hi, I can't build rua anymore since recent updates nor can I run my existing build. Runtime errors with existing build,
Build errors,
vasya commented on 2020-10-18 12:28 (UTC)
@Subject-17 I think that's a good question though. I've created an issue to change the behavior of
rua
and clean build garbage automatically upon a successful build: https://github.com/vn971/rua/issues/139vasya commented on 2020-10-17 21:21 (UTC)
Hey @Subject-17, yes, it is safe to remove ~/.cache/rua. It contains the build cache.
There's also ~/.local/share/rua that stores already built artifacts (in case you want to re-install old versions or temporarily deinstalled ones). And the settings live in ~/.config/rua. Nothing else.
Subject-17 commented on 2020-10-17 20:33 (UTC)
Is there a flag to clear out the rua cache? Is it safe to rm from ./.cache/rua ?
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »