Replies: 2 comments
-
fwiw, I've submitted feedback to google cloud shell to install "dc", and upgrade "gnu coreutils" to 8.31+. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In bitcoin.sh, consider changing
basenc --base32 |
to
base32 |
Ephemeral google cloud shell uses
GNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu)
andcoreutils 8.30-3
.prove t/*.t.s
currently throws:bitcoin.sh: line 468: basenc: command not found
"basenc" utility not available in my reasonably modern instance:
From https://github.com/coreutils/coreutils/blob/00ea4bacf6063ccc125209d5186f8f2382c6f0d4/NEWS
Workaround: after changing, in bitcoin.sh,
basenc --base32
tobase32
(and installing "dc"), all tests PASS:Beta Was this translation helpful? Give feedback.
All reactions