Package Details: graphite-cli 1.8.5-1

Git Clone URL: https://aur.archlinux.org/graphite-cli.git (read-only, click to copy)
Package Base: graphite-cli
Description: Graphite helps you create smaller pull requests, stay unblocked, and ship faster.
Upstream URL: https://graphite.dev/
Keywords: git
Licenses: None
Submitter: zoorat
Maintainer: zoorat
Last Packager: zoorat
Votes: 3
Popularity: 0.012863
First Submitted: 2024-08-20 06:28 (UTC)
Last Updated: 2026-04-26 13:30 (UTC)

Latest Comments

danjsillva commented on 2026-07-16 17:19 (UTC)

Same failure here on gt --version / any command.

Root cause: the Graphite CLI ships a prebuilt binary packaged with pkg (Vercel), which appends the app payload to the end of the ELF. makepkg's default strip rewrites the ELF and discards that appended overlay, so at runtime the pkg bootstrap can't read its payload → Pkg: Error reading from file.

Fix: add options=(!strip) to the PKGBUILD. After rebuilding with strip disabled the binary keeps its ~25 MB payload (grows from ~74 MB to ~99 MB) and works correctly. Verified on x86_64.

mnussbaum commented on 2026-07-16 04:00 (UTC)

I think there might be some issue with how the package is built. All usage fails for me with an error like this:

$ gt --version
Pkg: Error reading from file.