Search Criteria
Package Details: sysbox-ce 0.6.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sysbox-ce.git (read-only, click to copy) |
---|---|
Package Base: | sysbox-ce |
Description: | Container runtime with VM-like isolation (run Systemd, Docker, K8s in containers) |
Upstream URL: | https://github.com/nestybox/sysbox |
Licenses: | Apache |
Submitter: | gamezelda |
Maintainer: | gamezelda |
Last Packager: | gamezelda |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-08 16:40 (UTC) |
Last Updated: | 2024-11-09 22:07 (UTC) |
Dependencies (9)
- fuse2
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR) (make)
- lsb-release (make)
- protobuf (protobuf-gitAUR) (make)
- protoc-gen-go-grpcAUR (protoc-gen-go-grpc-binAUR) (make)
- shiftfsAUR (optional) – For uid-mapping on very old kernels without idmapped-mounts
Required by (0)
Sources (10)
- git+https://github.com/nestybox/dockerfiles.git#commit=6f9238079b9b1a9364895da5a429f025528ab033
- git+https://github.com/nestybox/fuse.git#commit=45cd9a3d884448418546d8eaa54ee7d772e576d6
- git+https://github.com/nestybox/sysbox-fs.git#commit=aeba775e52cc6385fa4807c594fc7ee164ad624c
- git+https://github.com/nestybox/sysbox-ipc.git#commit=f05151f4b4c1df63d7fd241577ca032905c1bd0e
- git+https://github.com/nestybox/sysbox-libs.git#commit=2ccacbeb20a7095b1ea1b6d2916cd0fc5be498bb
- git+https://github.com/nestybox/sysbox-mgr.git#commit=1159d228eac8402efa63bd2cb18cdf9e404ea130
- git+https://github.com/nestybox/sysbox-pkgr.git#commit=eba1006690b26a525a26456bf0e991e6f26a44c7
- git+https://github.com/nestybox/sysbox-runc.git#commit=1b440ff266841f3d2d296e664122a9e29ceb9fd8
- git+https://github.com/nestybox/sysbox.git#tag=v0.6.5
- Honor-SOURCE_DATE_EPOCH-for-reproducible-builds.patch
Latest Comments
gamezelda commented on 2024-08-06 23:24 (UTC)
@bidskii No worries! This seems to be a problem with how the protoc-gen-go-grpc AUR package declares its version.
bidskii commented on 2024-08-06 23:03 (UTC)
My apologies,
yay
kept installing an old cached version ofprotoc-gen-go-grpc
so I was wildly out of dategamezelda commented on 2024-08-06 21:37 (UTC) (edited on 2024-08-06 22:10 (UTC) by gamezelda)
@bidskii I probably shouldn't be using that flag, but that's a bit puzzling since as far as I can tell, it should be there in protoc-gen-go-grpc 1.5.1, and I can build this package in a clean container.
Can you confirm that the output of
protoc-gen-go-grpc --version
is indeed "protoc-gen-go-grpc 1.5.1"? That would discard possibilities such as e.g. having an older version ofprotoc-gen-go-grpc
somewhere in your PATH.EDIT: Though you mention that you have protoc-gen-go-grpc 1.5.1-1, is it possible that you have been affected by this problem and still have an older version?
bidskii commented on 2024-08-05 22:48 (UTC)
Got this error today
protoc-gen-go-grpc: no such flag -use_generic_streams_experimental
trying to build sysbox-ce 0.6.4-3 with go 2:1.22.5-1 and protoc-gen-go-grpc 1.5.1-1gamezelda commented on 2024-04-29 23:39 (UTC) (edited on 2024-04-29 23:40 (UTC) by gamezelda)
Hi AlexTalker, indeed the problem you are experiencing is related to this package's PKGBUILD using the checksum support for Git repositories introduced in Pacman 6.1.0.
However, Pacman 6.1.0 is currently in the stable (i.e. non-testing) Arch Linux repositories (https://archlinux.org/packages/core/x86_64/pacman/). The problem is that you are not using Arch but Manjaro, which holds back packages for some time so they still haven't released that version of Pacman (see also https://forum.endeavouros.com/t/video-be-careful-with-the-aur-on-manjaro-linux/24809).
I don't maintain compatibility with Manjaro. That said, it will most likely work if you replace the checksums in sha256sums with
SKIP
, or use the sysbox-ce-bin package instead.AlexTalker commented on 2024-04-29 22:42 (UTC)
I think the issue might be that my pacman is
due to the distro, and your PKGBUILD is written according to the future where they figure out how to compute check sum for directories or something
AlexTalker commented on 2024-04-29 22:19 (UTC)
I used pamac to fetch stuff from AUR, gonna try to do it manually now.
AlexTalker commented on 2024-04-29 22:19 (UTC)
but
I feel like it worked before
gamezelda commented on 2021-07-17 19:36 (UTC)
@dr460nf1r3: Thanks, done, added inetutils and also lsb-release, the build process tries to launch them but does not seem to use them (for anything important, at least).
dr460nf1r3 commented on 2021-07-17 16:07 (UTC)
Hey, please add
inetutils
to makedepends as the PKGBUILD seems to use it.