Package Details: lutgen-bin 0.10.0-1

Git Clone URL: https://aur.archlinux.org/lutgen-bin.git (read-only, click to copy)
Package Base: lutgen-bin
Description: A blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes.
Upstream URL: https://github.com/ozwaldorf/lutgen-rs
Licenses: MIT
Conflicts: lutgen
Provides: lutgen
Submitter: ossian
Maintainer: ossian
Last Packager: ossian
Votes: 2
Popularity: 0.43
First Submitted: 2023-06-16 00:02 (UTC)
Last Updated: 2024-03-15 23:32 (UTC)

Latest Comments

NyaomiDEV commented on 2024-03-22 12:52 (UTC)

@ossian the binary is built by Nix and somehow it links to a glibc that in our systems is symlinked to 32-bit glibc... so, to solve that problem the others are having:

patchelf --set-interpreter /usr/lib64/ld-linux-x86-64.so.2 lutgen

of course you have to add patchelf as makedepends for now.

hekaton commented on 2024-03-19 23:37 (UTC)

@ossian I'm having the same error as @revsuine

ossian commented on 2024-03-19 18:05 (UTC) (edited on 2024-03-19 18:08 (UTC) by ossian)

@revsuine the binary is inside the root directory of the source tarball, not sure exactly how you're getting that error, from what I can tell nothing major has changed in the release flow

revsuine commented on 2024-03-16 15:14 (UTC)

There's no ./lutgen:

/home/laura/lutgen-bin/PKGBUILD: line 18: ./lutgen: cannot execute: required file not found