Search Criteria
Package Details: youki-git 0.2.0.r81.g646c1034-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/youki-git.git (read-only, click to copy) |
---|---|
Package Base: | youki-git |
Description: | A container runtime written in rust |
Upstream URL: | https://github.com/containers/youki |
Licenses: | Apache |
Provides: | youki |
Submitter: | unknowndev |
Maintainer: | unknowndev |
Last Packager: | unknowndev |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-08-09 11:30 (UTC) |
Last Updated: | 2023-09-24 12:39 (UTC) |
Dependencies (9)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libseccomp (libseccomp-gitAUR)
- dbus-glib (make)
- git (git-gitAUR, git-glAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR) (make)
Latest Comments
unknowndev commented on 2022-08-06 05:26 (UTC)
@grain_collector fixed
grain_collector commented on 2022-08-04 15:58 (UTC)
I believe line 27 in build() needs to be changed from
cd "${srcdir}/${_pkgname}"
tocd "${srcdir}/${_pkgname}/scripts"
otherwise the cd is too shallow to reach./build.sh
.Though it still doesn't build after that because around line 39 of
./build.sh
fails witherror[E0597]
for 12 crates.unknowndev commented on 2022-08-03 14:26 (UTC)
@alerque I'm fixing...
unknowndev commented on 2022-08-03 14:23 (UTC)
@Valkum Yes, I forgot to add
alerque commented on 2021-12-28 09:06 (UTC)
Please see the Rust package guidelines and perhaps the new youki stable PKGBUILD for clues, but there are lots of issues with this build.
Valkum commented on 2021-12-15 10:58 (UTC)
makedepends is missing rustc and cargo I believe.