Search Criteria
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: | |
Submitter: | wmarshall |
Maintainer: | valandil |
Last Packager: | valandil |
Votes: | 138 |
Popularity: | 0.62 |
First Submitted: | 2012-08-03 20:06 |
Last Updated: | 2020-02-15 02:15 |
Dependencies (4)
- fuse (fuse2)
- libusb (libusb-git)
- git (git-git) (make)
- go>=1.3.0 (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
tapsiturtle commented on 2014-08-19 11:33
I get an error whild building the package:
mkdir -p /usr/lib/go/pkg/linux_amd64/
cp $WORK/strings.a /usr/lib/go/pkg/linux_amd64/strings.a
cd /usr/lib/go/src/pkg/bytes
pack r $WORK/bytes.a $WORK/bytes/_obj/bytes.6 # internal
cp $WORK/bytes.a /usr/lib/go/pkg/linux_amd64/bytes.a
go install strings: open /usr/lib/go/pkg/linux_amd64/strings.a:
permission denied
go install bytes: open /usr/lib/go/pkg/linux_amd64/bytes.a: permission
denied
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build go-mtpfs-git.
Does anyone else has this with the current version?
hexchain commented on 2014-04-19 06:05
Good to know that this package no longer writes to /src.
McNoggins commented on 2014-04-16 14:52
Took over maintenance of the package, added mitch_feasters' fix.
McNoggins commented on 2014-04-11 20:21
mitch_feaster is right, the PKGBUILD needs to be updated
mitch_feaster commented on 2014-02-09 19:27
Looks like `go.sh' was recently deleted from community/go (source: https://projects.archlinux.org/svntogit/community.git/commit/trunk?h=packages/go&id=579d62cedbaf41f479da05a6d8cb7aaae08982b3 and https://bugs.archlinux.org/task/38597)
You should delete source's of go.sh in the PKGBUILD.
lucasheringer commented on 2014-02-07 15:50
==> Starting check()...
/tmp/yaourt-tmp-lucas/aur-go-mtpfs-git/./PKGBUILD: line 29: /etc/profile.d/go.sh: No such file or directory
installed go package but still got this error :S
misc commented on 2014-01-01 18:47
This PKGBUILD currently installs two folder to /, "pkg" and "src". That really should not be the case…
wmarshall commented on 2013-11-23 05:08
Fair enough WorMzy, git added.
WorMzy commented on 2013-11-22 01:05
==> Extracting sources...
-> Creating working copy of go-mtpfs git repo...
/usr/bin/makepkg: line 583: git: command not found
Package needs git in the makedepends array.
wmarshall commented on 2013-11-14 17:15
Hi Stephen. I'm afraid I don't know anything about the syntax of udev rules files. I've never tried to create a rule for my Galaxy Nexus.
I went the more traditional, non-udev route. I created a mountpoint at /mnt/nexus, and I mount my device with the invocation 'go-mtpfs /mnt/nexus'. Note that this command keeps running until you call 'fusermount -u /mnt/nexus', so you'll either want to run it in the background or in its own terminal.
Is there anyone else using udev with go-mtpfs?