stash icon indicating copy to clipboard operation
stash copied to clipboard

Error installing babashka pod

Open Azanul opened this issue 2 years ago • 1 comments

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.

Azanul avatar Jul 10 '23 11:07 Azanul

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)

rorokimdim avatar Jul 14 '23 19:07 rorokimdim