@Funny0facer Thanks for the comment! Done :)
Search Criteria
Package Details: grive 0.5.3-3
Package Actions
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: | 283 |
Popularity: | 0.084866 |
First Submitted: | 2012-04-29 22:26 (UTC) |
Last Updated: | 2025-05-04 13:41 (UTC) |
Dependencies (12)
- boost-libs
- curl (curl-gitAUR, curl-c-aresAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- json-c (json-c-gitAUR)
- libgcrypt
- yajl (yajl-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- binutils (optional) – backtrace and libiberty
- cppunit (optional) – unit tests
- inotify-tools (inotify-tools-gitAUR) (optional) – scheduled syncs and syncs on file change events
Required by (0)
Sources (4)
edh commented on 2025-05-04 13:40 (UTC)
Funny0facer commented on 2025-05-04 11:50 (UTC) (edited on 2025-05-04 11:51 (UTC) by Funny0facer)
Today, boost was updated and required a rebuild. I can confirm that the package could not be created without -DCMAKE_POLICY_VERSION_MINIMUM=3.5
added to the cmake command.
@edh: could you please update the PKGBUILD?
cheezsteak commented on 2025-04-10 20:18 (UTC)
Build fails with cmake v4.0.0
CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
Adding the suggested -DCMAKE_POLICY_VERSION_MINIMUM=3.5
will allow it to build. There's a fair amount of warnings that CMake produces. I'm not sure if those were there before or not.
dragonflyer931 commented on 2024-09-15 17:09 (UTC)
@Funny0facer
Thanks, that worked.
Funny0facer commented on 2024-09-15 15:54 (UTC)
did you read and follow the chapter "Different OAuth2 client to workaround over quota and google approval issues" in the upstream readme?
dragonflyer931 commented on 2024-09-15 14:33 (UTC) (edited on 2024-09-15 14:33 (UTC) by dragonflyer931)
Unable to authenticate.
When I run grive -a and then paste the url into the browser, I get this error:
"This app is blocked. This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access."
edh commented on 2024-09-14 09:12 (UTC)
PR 403 is now included in the package! Thank you @Funny0facer for the reference.
semeion commented on 2024-09-12 22:18 (UTC)
@FunnyOfacer,Thank You for the PKGBUILD [2]
I love you!!!
Flabby-Owl commented on 2024-09-11 22:41 (UTC)
@FunnyOfacer,Thank You for the PKGBUILD, it "save my life" you deserve a cookie ;)
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.