Search Criteria
Package Details: rkvm 0.6.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rkvm.git (read-only, click to copy) |
---|---|
Package Base: | rkvm |
Description: | Virtual KVM switch for Linux machines |
Upstream URL: | https://github.com/htrefil/rkvm |
Licenses: | MIT |
Submitter: | htrefil |
Maintainer: | htrefil |
Last Packager: | htrefil |
Votes: | 3 |
Popularity: | 0.177732 |
First Submitted: | 2023-04-20 18:03 (UTC) |
Last Updated: | 2024-07-13 18:42 (UTC) |
Dependencies (5)
- libevdev (libevdev-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (optional) – certificate generation
Latest Comments
htrefil commented on 2024-07-14 08:09 (UTC)
Fixed the LTO issue in the latest version.
archer97 commented on 2024-05-23 12:30 (UTC)
Solved by adding
options=('!lto')
toPKGBUILD
. Just make sure to rebuild from scratch.But being able to compile with LTO would be great.
archer97 commented on 2024-05-21 10:16 (UTC)
Build fails with below
kuba09 commented on 2024-03-27 09:42 (UTC)
By now, I'm also unable to build the package. The error happens during linking the ring crate. I resolved it by exporting CFLAGS+=' -ffat-lto-objects' right before building.
See: https://github.com/briansmith/ring/issues/1444 and https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/20
bjonnh commented on 2024-03-03 23:13 (UTC)
This package doesn't build on any of my systems.
I had to add: options=("!lto")
to the PKGBUILD to avoid a ton of Rust build errors not able to find some symbols.
htrefil commented on 2023-08-31 18:39 (UTC)
If I recall correctly, I intentionally made them unreadable by non-root users because they contain the secret password. So when the user copies it to the right location, it will stay unreadable for non root.
I'm not sure it's a good idea, though. What do you think?
JPenuchot commented on 2023-08-31 08:18 (UTC)
The example configs aren't readable by non-root users, could this be changed?
And thanks for the package and the updates btw, rkvm is very useful to me :)
Cheers