Package Details: grive 0.5.3-2

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: 286
Popularity: 0.001371
First Submitted: 2012-04-29 22:26 (UTC)
Last Updated: 2023-01-23 14:24 (UTC)

Dependencies (12)

Required by (0)

Sources (3)

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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 29 Next › Last »

ArchGiac commented on 2013-12-21 14:30 (UTC)

@mrbit Thanks for the effort, but it seems to me that nothing has changed :( [ 90%] Building CXX object grive/CMakeFiles/grive_executable.dir/src/main.cc.o Linking CXX executable grive ../libgrive/libgrive.a(State.cc.o): In function `gr::v1::State::Write(boost::filesystem::path const&) const': State.cc:(.text+0x75d): undefined reference to `gr::Json::Json<long>(long const&)' State.cc:(.text+0x7c8): undefined reference to `gr::Json::Json<unsigned long>(unsigned long const&)' State.cc:(.text+0x875): undefined reference to `gr::Json::Json<long>(long const&)' collect2: error: ld returned 1 exit status grive/CMakeFiles/grive_executable.dir/build.make:101: recipe for target 'grive/grive' failed make[2]: *** [grive/grive] Error 1 CMakeFiles/Makefile2:202: 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... ==> ERROR: Makepkg was unable to build grive.

mrbit commented on 2013-12-21 13:12 (UTC)

uhummm strange strange,...why i686 ?? ArchGiac recompile now , test please

ArchGiac commented on 2013-12-21 10:49 (UTC)

@lto Correct the bug occurs on i686

ArchGiac commented on 2013-12-21 10:46 (UTC)

@mrbit, Thanks, but ... :( I still have same error: [ 90%] Building CXX object grive/CMakeFiles/grive_executable.dir/src/main.cc.o Linking CXX executable grive ../libgrive/libgrive.a(State.cc.o): In function `gr::v1::State::Write(boost::filesystem::path const&) const': State.cc:(.text+0x75d): undefined reference to `gr::Json::Json<long>(long const&)' State.cc:(.text+0x7c8): undefined reference to `gr::Json::Json<unsigned long>(unsigned long const&)' State.cc:(.text+0x875): undefined reference to `gr::Json::Json<long>(long const&)' collect2: error: ld returned 1 exit status grive/CMakeFiles/grive_executable.dir/build.make:101: recipe for target 'grive/grive' failed make[2]: *** [grive/grive] Error 1 CMakeFiles/Makefile2:202: 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... ==> ERROR: Makepkg was unable to build grive.

mrbit commented on 2013-12-20 23:18 (UTC)

change dependence.... ArchGiac recompile now , test please

<deleted-account> commented on 2013-12-20 21:41 (UTC)

I have the same error reported by ArchGiac when building on i686. On x86_64 instead the package builds fine.

ArchGiac commented on 2013-12-20 12:06 (UTC)

@mrbit, @nsmathew The system is updated and these are the dependencies: ==> grive dependencies: - gcc-libs (already installed) - curl (already installed) - json-c (already installed) - openssl (already installed) - boost-libs (already installed) - libgcrypt (already installed) - expat (already installed) - yajl (already installed) - cmake (already installed) - cppunit (already installed) - boost (already installed) I also tried to reinstall json-c, but the result does not change :( PS Some information on my system: Kernel: 3.12.5-1-ARCH Desktop Environment: KDE CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz

mrbit commented on 2013-12-20 07:41 (UTC)

Hi ArchGiac, strange errors, check all dependencies and update system.

nsmathew commented on 2013-12-20 04:53 (UTC)

@ArchGiac, I did not get that error, not sure what is the cause. I just tried re installing and the build succeeded. Maybe @mrbit should be able to help.

ArchGiac commented on 2013-12-19 20:05 (UTC)

@nsmathew I do not understand, I still have this error: [ 90%] Building CXX object grive/CMakeFiles/grive_executable.dir/src/main.cc.o Linking CXX executable grive ../libgrive/libgrive.a(State.cc.o): In function `gr::v1::State::Write(boost::filesystem::path const&) const': State.cc:(.text+0x75d): undefined reference to `gr::Json::Json<long>(long const&)' State.cc:(.text+0x7c8): undefined reference to `gr::Json::Json<unsigned long>(unsigned long const&)' State.cc:(.text+0x875): undefined reference to `gr::Json::Json<long>(long const&)' collect2: error: ld returned 1 exit status grive/CMakeFiles/grive_executable.dir/build.make:101: recipe for target 'grive/grive' failed make[2]: *** [grive/grive] Error 1 CMakeFiles/Makefile2:202: 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... ==> ERROR: Makepkg was unable to build grive.