rorokimdim / stash

encrypted text storage and cli
BSD 3-Clause "New" or "Revised" License
39 stars 5 forks source link

Error installing babashka pod #4

Open Azanul opened 1 year ago

Azanul commented 1 year ago

Having issue with installation with babashka

; Downloading pod rorokimdim/stash (0.3.3)
; 
; Successfully installed pod rorokimdim/stash (0.3.3)
; 
; java.io.EOFException: Invalid netstring. Unexpected end of input. lockcloak.stash /workspaces/LockCloak/project/src/lockcloak/stash.clj:1:1

Environment:

PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

My original problem would be solved with a binary for aarch64 architecture. In its absence, I'm trying to make any devcontainer variant to work.

rorokimdim commented 1 year ago

hey thanks for posting the issue.

i don't have an aarch64 machine to test or build a binary on and last time i checked i can't build it with github workflow.

With some trouble, you might be able to build it yourself if you can install haskell + stack

https://github.com/rorokimdim/stash/blob/master/build.sh#L47-L48 (or https://github.com/rorokimdim/stash#others)