Search Criteria
Package Details: garage 1.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/garage.git (read-only, click to copy) |
---|---|
Package Base: | garage |
Description: | Garage, an S3-compatible distributed object store for self-hosted deployments |
Upstream URL: | https://garagehq.deuxfleurs.fr |
Licenses: | AGPL-3.0-only |
Submitter: | KokaKiwi |
Maintainer: | KokaKiwi |
Last Packager: | KokaKiwi |
Votes: | 1 |
Popularity: | 0.005139 |
First Submitted: | 2021-11-12 12:32 (UTC) |
Last Updated: | 2024-09-23 13:39 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- lmdb (lumosqlAUR, lmdb-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- pkgconf (pkgconf-gitAUR) (make)
Latest Comments
zotan commented on 2023-09-07 15:30 (UTC) (edited on 2023-10-18 16:55 (UTC) by zotan)
On the latest version, the (default!) 'sled' database backend appears to be missing. Would it be possible to add it to the build features? I had to patch the package to restore normal operations.
Update: 'sled' is deprecated upstream as of https://git.deuxfleurs.fr/Deuxfleurs/garage/commit/19639705e6242861bd43a123456793e2d8f2c69a, migration instructions can be found on https://garagehq.deuxfleurs.fr/documentation/reference-manual/configuration/
thiella commented on 2023-05-25 21:50 (UTC)
Is possible to add lmdb to the features build command? it's the recommended alternative db on 64-bit systems.
cbc02009 commented on 2023-04-09 00:42 (UTC)
I don't know if something's changed, but I'm getting a different hash than the one listed in PKGBUILD. I'm getting f39ea1a8bd64ff3b4cf6ab9ab09b2bc71aa0a374d0f11039d08f8e13672a256a
Michael.Sasser commented on 2022-12-20 00:08 (UTC)
The pkgbuild enables all features
cargo build --frozen --release --all-features
but garage v8.x has mutual exclusive features. The build results in: