ok, now work.
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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 30 Next › Last »
mrbit commented on 2014-05-29 12:03 (UTC)
mrbit commented on 2014-05-28 22:20 (UTC)
Thanks colinkeenan
colinkeenan commented on 2014-05-28 20:24 (UTC)
I didn't have the previous version of json-c, but found it in the Arch Rollback Machine: http://seblu.net/a/arm/2013/08/31/extra/os/x86_64/json-c-0.11-1-x86_64.pkg.tar.xz. After clicking that link and doing
sudo pacman -U ~/Downloads/json-c-0.11-1-x86_64.pkg.tar.xz
I can use grive again.
colinkeenan commented on 2014-05-28 20:10 (UTC)
I really wanted to use grive just now, so tried manually updating lib32-json-c by copying the PKGBUILD, changing the version to .12, and running updpkgsums then makepkg -si.
The build for lib32-json-c version .12 failed though:
json_tokener.c:355:6: error: variable 'size' set but not used [-Werror=unused-but-set-variable]
int size;
^
And, I'm guessing this is what's holding back the new version of lib32-json-c from coming out.
colinkeenan commented on 2014-05-28 19:52 (UTC)
This isn't out of date because even if I clone directly from git, it doesn't install.
I think the problem is that lib32-json-c (https://www.archlinux.org/packages/multilib/x86_64/lib32-json-c/) is out of date, and it was already marked out of date on 5/24 when json-c was updated.
egan commented on 2014-05-28 01:26 (UTC)
After json-c update to 0.12-2, grive cannot load libjson.so.0 and the package cannot be compiled because cmake fails to find JSON-C.
marius commented on 2014-03-23 13:17 (UTC)
You're right! That was it. Thank you!
It was a wierd issue with curl though I had to delete some old files: /usr/local/lib/libcurl.a and /usr/local/lib/libcurl.la
mrbit commented on 2014-03-23 07:41 (UTC)
hi marius, you need to upgrade curl 7.35
marius commented on 2014-03-23 07:20 (UTC)
Grive does not compile for me:
Kernel: Linux desktop 3.13.6-1-ARCH #1 SMP PREEMPT Fri Mar 7 22:47:48 CET 2014 x86_64 GNU/Linux
Error: http://pastebin.com/9mG6y4VY
<deleted-account> commented on 2014-01-18 08:52 (UTC)
Hey mrbit!! Thank you so much, it worked prefectly with yaourt! :D
Now I will use yaourt in the future and remove aurget that was just giving me problems. Have a nice day =)
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.