Search Criteria
Package Details: crosvm-git r11310.db857337c1-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: | LicenseRef-chromiumos |
| Conflicts: | crosvm |
| Provides: | crosvm |
| Submitter: | gdamjan |
| Maintainer: | gdamjan |
| Last Packager: | gdamjan |
| Votes: | 1 |
| Popularity: | 0.180619 |
| First Submitted: | 2018-05-17 13:42 (UTC) |
| Last Updated: | 2026-03-29 20:05 (UTC) |
Dependencies (10)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libcap
- libgcc (libgcc-snapshotAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- dtc (dtc-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rustup (rustup-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Latest Comments
1 2 Next › Last »
IuseAURBTW commented on 2026-03-28 03:08 (UTC) (edited on 2026-03-28 03:08 (UTC) by IuseAURBTW)
Hi @Zorbatron
The issue you posted is reported by me. The BLKTRACESETUP2 error is indeed fixed in upstream minijail 42600f2 two months ago. I tried compiling with that version, everything works.
Nobody ever responded to that issue, so I think they won't fix this soon. Maybe @gdamjan can add a patch to force use latest minijail?
I haven't encountered the other issue you said.
BTW, this package is also missing python as make dependency. I am building in clean chroot, python is required
Zorbatron commented on 2026-03-27 21:26 (UTC) (edited on 2026-03-27 21:32 (UTC) by Zorbatron)
Hi, this currently fails to build with
An issue about this exists on the upstream issue tracker https://issuetracker.google.com/issues/484367316. A fix already exists in
4dee5b09e8784b1aa9d7f3afeb9900e2c16e0ea2but theminijailsubmodule is pinned tobfd22f25fd2302fe4ae5121d80c836e0f124e742. This can be fixed by addinggit -C third_party/minijail/ switch -d 42600f2to the end ofprepare().It is also failing to build due to
Unfortunately I haven't figured out how to fix this part...Edit: prefixing
cargo buildwithRUSTFLAGS="--cfg zerocopy_derive_union_into_bytes"worked.IuseAURBTW commented on 2026-01-16 11:10 (UTC) (edited on 2026-01-16 11:12 (UTC) by IuseAURBTW)
Thanks for the update. Seems also missing
waylandas make dependency.wayland-scanneris required to build gpu_display v0.1.0 (in crosvm/gpu_display/build.rs:61)wayland-scanneris provided bywaylandpackage.IuseAURBTW commented on 2026-01-15 09:37 (UTC)
Thanks for the package. Seem to miss git as make dependency. I cannot build in clean chroot without git, and adding git as makedep fix this.
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
minijailsubmodule 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 mainfixes this. Presumably upstream usually targets the latest release of minijail, but for a-gitbuild 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?
1 2 Next › Last »