@axolotl: core/binutils, which includes 'strip', is in the core repository. It should already be installed.
Search Criteria
Package Details: gdrivefs 0.14.13-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gdrivefs.git (read-only, click to copy) |
---|---|
Package Base: | gdrivefs |
Description: | An innovative FUSE wrapper for Google Drive |
Upstream URL: | https://github.com/dsoprea/GDriveFS |
Keywords: | drive fuse google |
Licenses: | GPL2 |
Submitter: | jetm |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 36 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-15 15:35 (UTC) |
Last Updated: | 2021-04-10 06:39 (UTC) |
Dependencies (8)
Required by (0)
Sources (1)
Latest Comments
willemw commented on 2021-03-24 06:11 (UTC)
arnottcr commented on 2021-03-23 21:30 (UTC)
during a new install I noticed that build requires strip, mind adding a makedeps entry for binutils, or is this assumed like base?
JonghunBok commented on 2020-03-16 11:34 (UTC)
If you have any trouble because Google doesn't like oauth2client >= 4.0.0,
try downgrading the package with sudo pip install --upgrade oauth2client==3
.
I'm not sure if using sudo with pip is a good practice though. Worked for me!
willemw commented on 2020-02-16 16:19 (UTC)
GDriveFS is not compatible with Python 3 and not with python-oauth2client (>=4.0.0).
willemw commented on 2020-02-08 10:55 (UTC)
Please migrate to Python 3.
willemw commented on 2019-03-14 07:43 (UTC)
Builds also without python2-distribute.
je-vv commented on 2019-01-22 02:32 (UTC)
Hi @jetm, missing PR 202: https://github.com/dsoprea/GDriveFS/pull/202. It's necessary to prevent issues with fuse multi threading, which corrupts reads...
jetm commented on 2019-01-20 17:07 (UTC)
@je-vv: Updated the packaged with the new version and removed the update() part. Thank you!
je-vv commented on 2019-01-20 03:32 (UTC) (edited on 2019-01-20 04:07 (UTC) by je-vv)
The new 0.14.12 seems to have a bit different dependencies:
'python2' 'python2-dateutil' 'python2-fusepy' 'python2-gevent' 'python2-google-api-python-client' 'python2-greenlet' 'python2-httplib2' 'python2-six'
The build section can be removed I'd guess, and use the following package:
package() { cd ${srcdir}/${_gitname}-${pkgver} python setup.py install --root="${pkgdir}" --prefix="/usr" --optimize=1 }
jetm commented on 2018-08-15 22:05 (UTC)
@KurisuKuronoa: Updated gdrivefs with python2-oauth2client dependency. Thank you.
KurisuKuronoa commented on 2018-08-15 20:41 (UTC)
Doesn't work for me unless I install "python2-oauth2client" from the Arch package repository.
Pinned Comments