Search Criteria
Package Details: crosvm-git r5881.4a740f380-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/crosvm-git.git (read-only, click to copy) |
---|---|
Package Base: | crosvm-git |
Description: | The Chrome OS Virtual Machine Monitor |
Upstream URL: | https://chromium.googlesource.com/crosvm/crosvm |
Licenses: | custom:chromiumos |
Conflicts: | crosvm |
Provides: | crosvm |
Submitter: | gdamjan |
Maintainer: | gdamjan |
Last Packager: | gdamjan |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-17 13:42 (UTC) |
Last Updated: | 2023-02-16 11:54 (UTC) |
Dependencies (6)
- dtc (dtc-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libcap
- rust-bindgen (make)
- rustup (rustup-gitAUR, rustup-stubAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Required by (0)
Sources (7)
- git+https://chromium.googlesource.com/chromium/tools/depot_tools
- git+https://chromium.googlesource.com/chromiumos/platform/minigbm
- git+https://chromium.googlesource.com/chromiumos/platform/minijail
- git+https://chromium.googlesource.com/chromiumos/third_party/rust-vmm/vhost
- git+https://chromium.googlesource.com/chromiumos/third_party/tpm2
- git+https://chromium.googlesource.com/chromiumos/third_party/virglrenderer
- git+https://chromium.googlesource.com/crosvm/crosvm
Latest Comments
gdamjan commented on 2023-02-16 16:07 (UTC)
thanks @zifeitong. applied
5kg commented on 2023-02-16 07:31 (UTC) (edited on 2023-02-16 07:31 (UTC) by 5kg)
Thanks for the package!
The minijail hack is no longer needed. Additionally, "seccomp/x86_64/*" was moved.
gdamjan commented on 2022-12-12 11:57 (UTC)
Thanks @Nephyrin,
patch applied.
Nephyrin commented on 2022-12-10 20:39 (UTC)
This also wont build due to the
minijail
submodule which is too old. It looks like upstream doesn't use this for their own builds, instead using the OS provided one, with some ebuild-level hacks to modify Cargo.toml in that case. The ebuild doesn't specify any particular version, so they just build against whatever is latest in ChromeOS.Adding
cd third_party/minijail && git checkout main
fixes this. Presumably upstream usually targets the latest release of minijail, but for a-git
build this is probably the most-correct as long as it builds?Here's a patch that gets this building again
gdamjan commented on 2021-06-27 14:43 (UTC)
sorry?
lhjay1 commented on 2021-06-27 07:36 (UTC)
We lost so much dependencies
gdamjan commented on 2021-04-12 08:44 (UTC)
well it's considered an anti-pattern for PKGBUILDS, alas, yeah it would be easier.
kang commented on 2021-04-12 00:53 (UTC) (edited on 2021-04-12 01:01 (UTC) by kang)
chromium dir structure changed a good bit so the whole checkout thing has to be fixed for the current Cargo.toml
tbh while i appreciate the attempt to save bandwidth, maybe it'll be easier to just checkout the whole repo so that there are no forward compat issues :)
rageltman commented on 2021-01-14 00:19 (UTC)
Seems to be having a crate problem: