Package Details: go-mtpfs-git 20200111-1

Git Clone URL: https://aur.archlinux.org/go-mtpfs-git.git (read-only, click to copy)
Package Base: go-mtpfs-git
Description: Simple tool for viewing MTP devices as FUSE filesystems
Upstream URL: http://github.com/hanwen/go-mtpfs
Licenses: BSD
Submitter: wmarshall
Maintainer: valandil
Last Packager: valandil
Votes: 143
Popularity: 0.014038
First Submitted: 2012-08-03 20:06 (UTC)
Last Updated: 2021-04-06 00:53 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

vesath commented on 2019-04-21 07:53 (UTC)

I have no idea how to fix this but the build now fails with:

cd /build/src/src/github.com/hanwen/go-mtpfs
/usr/lib/go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath $WORK/b001 -p main -complete -buildid bMfISDNlJ1UpXFr_M73A/bMfISDNlJ1UpXFr_M73A -goversion go1.12.4 -D "" -importcfg $WORK/b001/importcfg -pack -c=4 ./main.go
# github.com/hanwen/go-mtpfs
src/github.com/hanwen/go-mtpfs/main.go:68:11: undefined: fuse.NewLockingRawFileSystem
==> ERROR: A failure occurred in build().

McNoggins commented on 2015-12-02 00:50 (UTC)

Thanks for catching this, should be fixed now

edward_81 commented on 2015-11-29 23:05 (UTC)

Build fail ==> Starting check()... go: GOPATH entry is relative; must be absolute path: "". Run 'go help gopath' for usage. ==> ERROR: A failure occurred in check(). Aborting...

McNoggins commented on 2015-08-05 18:56 (UTC)

That sounds correct, I will update soon when I'm on my Arch computer.

Niluge_KiWi commented on 2015-08-05 18:50 (UTC)

Since https://github.com/hanwen/go-mtpfs/commit/273c68e6e2cc705836391bf48028a68c90cde515 go-mtpfs doesn't depend on libmtp anymore, just libusb.

McNoggins commented on 2015-01-18 23:43 (UTC)

Can't reproduce on my computer, but try running "go install all" as root and try again.

jeruntu commented on 2015-01-18 21:12 (UTC)

Can't build this package: cannot create <nil>/go.o: No such file or directory

McNoggins commented on 2014-12-17 00:49 (UTC)

I suggest you bring this issue to the GitHub tracker: https://github.com/hanwen/go-mtpfs/issues

caevaroy commented on 2014-12-17 00:48 (UTC)

I frequently get this error when using go-mtpfs, and have to fusermount -u and then reconnect. "mtp: cannot run operation ANDROID_GET_PARTIAL_OBJECT64"

McNoggins commented on 2014-08-28 02:24 (UTC)

As of now, it builds fine after upgrading to the latest go package release.