andlabs / reallymine

WD MyBook encrypted hard drive decryption (still WIP).
https://github.com/andlabs/reallymine/issues/38
GNU General Public License v3.0
210 stars 47 forks source link

Please help installing Reallymine #51

Open jvillarrealn opened 6 years ago

jvillarrealn commented 6 years ago

Hello,
i'm trying to install reallymine in my Raspberry PI. I first installed GO and updated the PATHs and it seems to be working fine since i made some tests. when i do the: go get github.com/andlabs/reallymine it throws too many errors. Sorry i'm attaching a picture, since i don't know how to transfer the output here. errors what am i missing?.

thank you so much

andlabs commented 6 years ago

Somehow your Raspberry Pi is making Go think your system is both DragonflyBSD and Linux at the same time when installing the golang.org/x/sys package, which is a dependency of one of my dependencies. Unfortunately that's a problem that you'll need to report on the Go issue tracker. Good luck!