sss-cli icon indicating copy to clipboard operation
sss-cli copied to clipboard

Install fails on Raspberry Pi OS

Open sunknudsen opened this issue 4 years ago • 1 comments

Installed Rust using curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh on Raspberry Pi OS and ran cargo install --git https://github.com/dsprenkels/sss-cli --branch v0.1.

Following error is thrown:

  = note: /usr/bin/ld: /tmp/cargo-installuViAgW/release/deps/libshamirsecretsharing_cli-ce60b7e353e5e699.rlib(shamirsecretsharing_cli-ce60b7e353e5e699.shamirsecretsharing_cli.8piw6w0j-cgu.0.rcgu.o): in function `shamirsecretsharing_cli::crypto_secretbox':
          shamirsecretsharing_cli.8piw6w0j-cgu.0:(.text._ZN23shamirsecretsharing_cli16crypto_secretbox17h5efbbce4803b019dE+0x114): undefined reference to `crypto_secretbox_xsalsa20poly1305_tweet'
          collect2: error: ld returned 1 exit status

New to Rust, so might be missing something obvious.

sunknudsen avatar Apr 09 '21 18:04 sunknudsen

Hey @sunknudsen, thanks for the bug report. I think this is actually a duplicate of #18. It should have been fixed now after pushing a fixed release to the 0.1 branch.

dsprenkels avatar Apr 13 '21 13:04 dsprenkels