Package Details: grive 0.5.3-3

Git Clone URL: https://aur.archlinux.org/grive.git (read-only, click to copy)
Package Base: grive
Description: An open source Linux client for Google Drive with support for the new Drive REST API and partial sync
Upstream URL: https://github.com/vitalif/grive2
Keywords: drive Google grive2 sync vitalif
Licenses: GPL2
Submitter: mrbit
Maintainer: edh
Last Packager: edh
Votes: 282
Popularity: 0.125517
First Submitted: 2012-04-29 22:26 (UTC)
Last Updated: 2024-09-14 09:14 (UTC)

Dependencies (12)

Required by (0)

Sources (4)

Pinned Comments

edh commented on 2023-10-11 23:00 (UTC)

If you encounter errors similar to error [...] loading shared libraries, you most likely need to rebuilt the grive package. Usually no further action is needed except for forcing a rebuilt.

The error is due to grive having been built against an older version of the library mentioned in the error message. The library has likely since been updated by pacman and grive need to be made aware of this by rebuilding it.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 30 Next › Last »

edh commented on 2020-02-04 09:49 (UTC)

@yaron

Please read up on how the AUR is supposed to work. A great source of information for example is the wiki. Among other things, it will tell you that base-devel is assumed to be installed if building packages via makepkg and any packages within said group should not be listed as make-dependency.

yaron commented on 2020-02-04 09:45 (UTC)

An error occurred since I didn't have pkgconf (pkg-config) package installed.

thehungryturnip commented on 2020-02-01 15:30 (UTC)

@rylanm Thanks for the information! I was able to get it working.

rylanm commented on 2020-01-31 22:22 (UTC)

@thehungryturnip The authentication error is a known upstream issue. See previous comments below or the following issue tracker for a workaround. https://github.com/vitalif/grive2/issues/287

thehungryturnip commented on 2020-01-30 13:52 (UTC)

When trying to authenticate, I'm getting the following error from Google:

Sign in with Google temporarily disabled for this app This app has not been verified yet by Google in order to use Google Sign In.

AlD commented on 2019-12-21 22:31 (UTC)

@rrt: It works with boost1.69: https://gitlab.kitware.com/cmake/cmake/issues/19841

rrt commented on 2019-12-18 01:14 (UTC)

For 0.5.1-1:

CMake Error in libgrive/CMakeLists.txt:
  Imported target "Boost::unit_test_framework" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in libgrive/CMakeLists.txt:
  Imported target "Boost::unit_test_framework" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in libgrive/CMakeLists.txt:
  Imported target "Boost::filesystem" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in libgrive/CMakeLists.txt:
  Imported target "Boost::filesystem" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
    Aborting...
The build failed.

je-vv commented on 2019-11-22 02:25 (UTC) (edited on 2019-11-22 02:28 (UTC) by je-vv)

Tested and confirmed to work. I just missed that one needs to enable google drive for the API project, and generate the certifications for it on the project... Also when running "grive --id bla --secret blu -a" to get 1st access, one needs to enable access to grive2, and in order to do so, in the accessing web page, one needs to do the "unsafe" authorization on "advanced"...

je-vv commented on 2019-11-20 01:23 (UTC) (edited on 2019-11-22 02:26 (UTC) by je-vv)

Not quite fixable: https://github.com/vitalif/grive2/issues/287, but seems like there's a workaround by manually creating a concole APIs project on google for grive2. Look for @davama comments there. Perhaps one can create an alias for "grive --id bla --secret blu"... Haven't tested it yet, but others seem to have confirmed it works...

BTW, if the @davama on github is the same as the @davama in AUR that commented here, thanks a lot !!!