Search Criteria
Package Details: sysbox-ce 2:0.6.7-2
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-2.0 |
| Submitter: | gamezelda |
| Maintainer: | gamezelda |
| Last Packager: | gamezelda |
| Votes: | 1 |
| Popularity: | 0.20 |
| First Submitted: | 2021-04-08 16:40 (UTC) |
| Last Updated: | 2026-03-05 22:37 (UTC) |
Dependencies (9)
- fuse2
- rsync (rsync-gitAUR, rsync-reflinkAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
- inetutils (inetutils-gitAUR) (make)
- lsb-release (make)
- protobuf (protobuf-gitAUR) (make)
- protoc-gen-go-grpcAUR (protoc-gen-go-grpc-gitAUR, protoc-gen-go-grpc-binAUR) (make)
- shiftfsAUR (optional) – For uid-mapping on very old kernels without idmapped-mounts
Required by (0)
Sources (10)
- fuse
- git+https://github.com/nestybox/dockerfiles.git#commit=f27a6f2b4a97377f932968d2897ba1603680036a
- git+https://github.com/nestybox/sysbox-fs.git#commit=6a8d71f54e7570e5297af89ff24ed3bafa61659f
- git+https://github.com/nestybox/sysbox-ipc.git#commit=f05151f4b4c1df63d7fd241577ca032905c1bd0e
- git+https://github.com/nestybox/sysbox-libs.git#commit=6faf00c74d45f7bdff0d1930fe8590c17a2d0a8b
- git+https://github.com/nestybox/sysbox-mgr.git#commit=aaeff6c5dc70c137e62166474a309ca5fc42d044
- git+https://github.com/nestybox/sysbox-pkgr.git#commit=2d5e795f5df69b7ead12c2bdad2da4e4704720df
- git+https://github.com/nestybox/sysbox-runc.git#commit=c58eba1be027c762c495bc4eeba7c0984beda1ab
- git+https://github.com/nestybox/sysbox.git#tag=v0.6.7
- Honor-SOURCE_DATE_EPOCH-for-reproducible-builds.patch
Latest Comments
1 2 Next › Last »
gamezelda commented on 2026-03-05 22:41 (UTC)
Thanks for the report @GiugAles. It seems upstream has pulled the v0.7.0 release (and likely re-tagged v0.7.0 as a different git commit), so I have reverted the package to v0.6.7 until this is clarified.
GiugAles commented on 2026-03-05 11:31 (UTC) (edited on 2026-03-05 11:32 (UTC) by GiugAles)
Since the latest update, I get
I have tried a clean build and to clear the cache. The package is freshly cloned during build.
gamezelda commented on 2025-01-06 18:42 (UTC) (edited on 2025-01-18 16:03 (UTC) by gamezelda)
On bleeding edge kernels (Linux 6.13-rc) there is an issue starting Sysbox containers:
This is a kernel issue due to commit 3b97c3652d91 "fuse: convert direct io to use folios" and should be fixed once "fuse: fix direct io folio offset and length calculation" lands in 6.13 (https://lore.kernel.org/all/CAJfpegu7o_X=SBWk_C47dUVUQ1mJZDEGe1MfD0N3wVJoUBWdmg@mail.gmail.com/).
EDIT: This has been fixed before the 6.13 release.
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,
yaykept installing an old cached version ofprotoc-gen-go-grpcso 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 --versionis indeed "protoc-gen-go-grpc 1.5.1"? That would discard possibilities such as e.g. having an older version ofprotoc-gen-go-grpcsomewhere 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_experimentaltrying 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.
1 2 Next › Last »