Package Details: garage 1.0.0-1

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.24
First Submitted: 2021-11-12 12:32 (UTC)
Last Updated: 2024-04-10 16:03 (UTC)

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:

error: Only one of bundled-libs and system-libs Cargo features must be enabled
  --> src/garage/main.rs:18:1
   |
18 | compile_error!("Only one of bundled-libs and system-libs Cargo features must be enabled");
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: could not compile `garage` due to previous error
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'garage-0.8.0-1':