fix(up): run guix container with --emulate-fhs for the harness binary #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-guix-container-fhs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Claude Code ships an FHS-linked executable — it needs
/usr/bin/envand the standard loader/lib64/ld-linux-x86-64.so.2, which a pure Guix container (only/gnu/store) doesn't have, soclaudecan't find its interpreter. Add-F/--emulate-fhsto theguix shell --containerinvocation.Verified (exact args)
No extra manifest packages —
-Fprovides the FHS layer. Resolves the Node/-Fopen question the design doc flagged.Build/vet/golangci-lint clean.
🤖 Generated with Claude Code