cblichmann / btrfscue

Recover files from damaged BTRFS filesystems
Other
64 stars 8 forks source link

There is no binary in the path generated after using the install steps #17

Open Poikilos opened 1 month ago

Poikilos commented 1 month ago

I'm not sure where btrfscue is supposed to be, but whether I install with sudo or without, it says all this but the command is not found.

Full output of /usr/local/go/bin/go install blichmann.eu/code/btrfscue/cmd/btrfscue@latest (or same with sudo; I had to use the full path only when using sudo because go command itself was not found when using sudo):

go: downloading blichmann.eu/code/btrfscue v0.0.0-20230521142340-cd1855326d70
go: downloading github.com/cheggaaa/pb/v3 v3.1.0
go: downloading go.etcd.io/bbolt v1.3.6
go: downloading github.com/hanwen/go-fuse/v2 v2.1.0
go: downloading github.com/spf13/cobra v1.5.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/VividCortex/ewma v1.2.0
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/mattn/go-runewidth v0.0.13
go: downloading github.com/mattn/go-isatty v0.0.16
go: downloading golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/rivo/uniseg v0.3.4

There is no binary in the system path nor /usr/local/go/bin nor ~/.local/bin after that.