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
1 2 3 4 5 Next › Last »
valandil commented on 2020-02-15 02:16
Sorry for the ridiculously long delay, I had apparently turned off notifications for this package. Feel free to email me with issues if that ever happens again.
Thanks to @CyberShadow for flagging the package out-of-date.
Thanks @hcb for the patch, it seems to work great.
hcb commented on 2019-12-07 07:43
This worked for me:
jamespharvey20 commented on 2019-10-24 03:16
On an up to date system, this currently builds an empty package. Using
makepkg
,go-mtpfs-git-20190802-1-x86_64.pkg.tar.xz
only includes:.PKGINFO
.BUILDINFO
.MTREE
package()
includes:if [ -e "$srcdir/bin/go-mtpfs" ]; then
Which doesn't exist, so it silently skips trying to install
go-mtpfs
. Not sure why thisif
is there. It should probably just attempt theinstall
, and allow the package to fail building if that doesn't exist.Haven't dug into why the build process is failing, but there's no
bin
directory at all.New to this package, so don't know when it worked last or what changed.
valandil commented on 2019-10-08 02:11
Thanks, I've opened an issue upstream, as I don't think the PKGBUILD is the issue. I'll update when upstream is fixed.
zerophase commented on 2019-08-02 20:29
The package was just updated upstream, and fails to build the new update.
neven commented on 2019-04-23 09:11
The issue seems to be fixed in go-mtpfs git tip right now.
neven commented on 2019-04-21 20:14
Vesath, see this Github issue: https://github.com/hanwen/go-mtpfs/issues/135
If you need go-mtpfs try building with an older version of go-fuse.
I guess that checking out e22f1435be772f03f05c86 in git before running the 'go' command should do it.
vesath commented on 2019-04-21 07:53
I have no idea how to fix this but the build now fails with:
McNoggins commented on 2015-12-02 00:50
Thanks for catching this, should be fixed now
edward_81 commented on 2015-11-29 23:05
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...