Hi colinkeenan, Where is the source file link. ??
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: | 282 |
Popularity: | 0.123006 |
First Submitted: | 2012-04-29 22:26 (UTC) |
Last Updated: | 2024-09-14 09:14 (UTC) |
Dependencies (12)
- boost-libs
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- json-c (json-c-gitAUR)
- libgcrypt
- yajl (yajl-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (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)
Latest Comments
« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 30 Next › Last »
mrbit commented on 2013-12-19 07:37 (UTC)
colinkeenan commented on 2013-12-18 21:43 (UTC)
I was having an issue with .ods files not uploading properly and posted an issue on the grive site. Someone suggested I try the latest version, 0.3.0
So, I'm marking this version out of date. I would like to get my update through AUR rather than installing this directly from the grive site.
nsmathew commented on 2013-12-12 09:00 (UTC)
@mrbit, thanks. That solved the issue.
mrbit commented on 2013-12-09 14:27 (UTC)
Hi nsmathew, please rebuild it..
nsmathew commented on 2013-12-09 12:27 (UTC)
I am getting the below error while running grive. Been getting this since yesterday. I think it belong to the boost-libs package. Can someone help?
grive: error while loading shared libraries: libboost_program_options.so.1.54.0: cannot open shared object file: No such file or directory.
mrbit commented on 2013-11-15 17:00 (UTC)
why, flag package out-of-date ??
mrbit commented on 2013-10-30 07:56 (UTC)
Thanks xanthi, Done.
xanthi commented on 2013-10-29 18:42 (UTC)
Hi,
Build is failing for me:
Json.cc:(.text._ZN5boost9to_stringIN2gr7JsonTagENS1_4JsonEEESsRKNS_10error_infoIT_T0_EE[_ZN5boost9to_stringIN2gr7JsonTagENS1_4JsonEEESsRKNS_10error_infoIT_T0_EE]+0x15e): undefined reference to `json_object_to_json_string'
collect2: error: ld returned 1 exit status
grive/CMakeFiles/grive_executable.dir/build.make:124: recipe for target 'grive/grive' failed
make[2]: *** [grive/grive] Error 1
CMakeFiles/Makefile2:165: recipe for target 'grive/CMakeFiles/grive_executable.dir/all' failed
make[1]: *** [grive/CMakeFiles/grive_executable.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Any suggestions please?
Thanks
ArchGiac commented on 2013-07-15 14:59 (UTC)
Re: nnkken
Right, doing the rebuild it work fine! (with boost 1.54.0-2)
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.