@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
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.066682 |
First Submitted: | 2012-04-29 22:26 (UTC) |
Last Updated: | 2024-09-14 09:14 (UTC) |
Dependencies (12)
- boost-libs
- curl (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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 30 Next › Last »
ArchGiac commented on 2013-12-20 12:06 (UTC)
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.
colinkeenan commented on 2013-12-19 20:03 (UTC)
@mrbit, Thanks for the quick update. When I turned on my computer this morning, I was able to install grive-v0.3.0 without an problems. I've also tested it out after making changes to the ods file that was causing my issue, and that's solved under this version.
nsmathew commented on 2013-12-19 19:21 (UTC)
@mrbit, @ArchGiac, looks good now, used the current PKGBUILD.
mrbit commented on 2013-12-19 18:15 (UTC)
oops , pacman -S yajl
ArchGiac commented on 2013-12-19 18:02 (UTC)
The same as nsmathew
nsmathew commented on 2013-12-19 17:39 (UTC)
Hi I am trying to install v0.3.0. Getting this error while trying to build.
--------------------------------
/tmp/packerbuild-0/grive/grive/src/grive-master/libgrive/src/json/JsonWriter.cc:24:27: fatal error: yajl/yajl_gen.h: No such file or directory
#include <yajl/yajl_gen.h>
^
compilation terminated.
libgrive/CMakeFiles/grive.dir/build.make:586: recipe for target 'libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o' failed
make[2]: *** [libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o] Error 1
CMakeFiles/Makefile2:117: recipe for target 'libgrive/CMakeFiles/grive.dir/all' failed
make[1]: *** [libgrive/CMakeFiles/grive.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
The build failed.
--------------------------------
mrbit commented on 2013-12-19 12:06 (UTC)
ok, done test please.!
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.