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 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)]
| ^^^^^^^ |
vasya commented on 2022-04-13 19:48 (UTC)
@yochananmarqos, thanks, you're right, fixed!
yochananmarqos commented on 2022-04-13 19:39 (UTC)
@vasya: That's not what I meant. This package is not architecture independent. The architectures should be specified. See PKGBUILD:arch
vasya commented on 2022-04-13 18:50 (UTC)
@yochananmarqos thanks for testing it! Tricky.. I've added the
!lto
option to the PKGBUILD.WRT the architecture: the already built rua package will contain the (ELF) executable, however, if you build it under a different architecture then it'll just have a different ELF. That's pretty much the standard situation for any C package. I know for sure that people use it on arm devices, see some discussions below if curious. (A person actually wrote a PR before to add support for any arch as long as rust, bubblewrap and libseccomp are installable \o/)
yochananmarqos commented on 2022-04-13 17:01 (UTC)
@vasya: With
RUSTFLAGS="-C embed-bitcode
, it fails to link like I originally reported.With
RUSTFLAGS="-C embed-bitcode -C lto=fat"
:FYI, this is not an 'any' package as it contains an ELF file. The architectures should be specified.
vasya commented on 2022-04-13 16:17 (UTC) (edited on 2022-04-13 16:18 (UTC) by vasya)
@yochananmarqos: could you please try building a Rust package with
RUSTFLAGS="-C embed-bitcode"
? 🙏 // I can't reproduce it myself, sorry:(Or alternatively with
lto = "thin"
in Cargo.toml in case of rua.If you don't have time please also just say so. But if you do, a bit of testing would be appreciated
vasya commented on 2022-04-13 16:07 (UTC)
@yochananmarqos (at the moment, rua also uses
lto = true
, or in other words the lto="fat". But somehow, the setting from PKGBUILD seems to kick in -- for some users.)« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »