-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot find package "github.com/hanwen/go-fuse/v2/fs" #146
Comments
I have the same problem on ubuntu 18.04 |
you should be able to build it if you clone go-mtpfs, and build inside the dir, as it is using modules these days. |
I executed "go build ./" inside the cloned repo: I tried the compiled releases from xs4all, it successfully mounted but then got a lot of these errors when I tried to access folders with a lot of files:
So I gave up on this. |
You should use a Go version that supports.
…On Fri, Apr 24, 2020 at 7:16 AM anhofmann ***@***.***> wrote:
I executed "go build ./" inside the cloned repo:
main.go:15:2: cannot find package "github.com/hanwen/go-fuse/v2/fs" in
any of:
/usr/lib/go-1.10/src/github.com/hanwen/go-fuse/v2/fs (from $GOROOT)
/home/anhofman/go/src/github.com/hanwen/go-fuse/v2/fs (from $GOPATH)
main.go:16:2: cannot find package "github.com/hanwen/go-fuse/v2/fuse" in
any of:
/usr/lib/go-1.10/src/github.com/hanwen/go-fuse/v2/fuse (from $GOROOT)
/home/anhofman/go/src/github.com/hanwen/go-fuse/v2/fuse (from $GOPATH)
main.go:17:2: cannot find package "github.com/hanwen/go-mtpfs/fs" in any
of:
/usr/lib/go-1.10/src/github.com/hanwen/go-mtpfs/fs (from $GOROOT)
/home/anhofman/go/src/github.com/hanwen/go-mtpfs/fs (from $GOPATH)
main.go:18:2: cannot find package "github.com/hanwen/go-mtpfs/mtp" in any
of:
/usr/lib/go-1.10/src/github.com/hanwen/go-mtpfs/mtp (from $GOROOT)
/home/anhofman/go/src/github.com/hanwen/go-mtpfs/mtp (from $GOPATH)
I tried the compiled releases from xs4all, it successfully mounted but
then got a lot of these errors when I tried to access folders with a lot of
files:
2020/04/24 07:08:41 GetStorageInfo 10001: mtp: cannot run operation
GetStorageInfo, device is not open 2020/04/24 07:08:43 GetObjectHandles
failed: mtp: cannot run operation GetObjectHandles, device is not open
So I gave up on this.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#146 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAHWO3APBTVVEULI4A6QB3ROEOCHANCNFSM4K2DMUTA>
.
--
Han-Wen Nienhuys - [email protected] - http://www.xs4all.nl/~hanwen
|
Currently one cannot build go-mtpfs because of how go-fuse branches changed.
The text was updated successfully, but these errors were encountered: