Package Details: garnet-bin 1.0.62-1

Git Clone URL: https://aur.archlinux.org/garnet-bin.git (read-only, click to copy)
Package Base: garnet-bin
Description: A high-performance cache-store from Microsoft Research
Upstream URL: https://microsoft.github.io/garnet
Licenses: MIT
Conflicts: garnet
Provides: garnet
Submitter: minhnbnt
Maintainer: minhnbnt
Last Packager: minhnbnt
Votes: 0
Popularity: 0.000000
First Submitted: 2025-02-22 10:57 (UTC)
Last Updated: 2025-04-04 05:10 (UTC)

Latest Comments

santzes commented on 2025-03-30 17:16 (UTC)

Doesn't seem to work currently. The release file contains directories net8.0/ and net9.0/, and this is trying to copy from root and not finding them.

-       install -Dm755 "GarnetServer" -t $garnet_location
-       install -Dm644 "garnet.conf" "$pkgdir/etc/garnet/garnet-server.conf"
-       install -Dm644 "liblua54.so" "libnative_device.so" -t $garnet_location
+       install -Dm755 "net8.0/GarnetServer" -t $garnet_location
+       install -Dm644 "net8.0/garnet.conf" "$pkgdir/etc/garnet/garnet-server.conf"
+       install -Dm644 "net8.0/liblua54.so" "net8.0/libnative_device.so" -t $garnet_location

This fixed it.