ok, updated pkgbuild, tested now
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 .. 21 22 23 24 25 26 27 28 29 30 Next › Last »
mrbit commented on 2013-04-03 21:51 (UTC)
rek2gnulinux commented on 2013-04-03 21:19 (UTC)
mrbit yes like 2-3 weeks a go and stop working.. Im getting the error
grive
grive: error while loading shared libraries: libboost_program_options.so.1.52.0: cannot open shared object file: No such file or directory
so I came here and notice you updated the PKBUILD so I try that and that is when I get the error I posted below..
mrbit commented on 2013-04-03 20:15 (UTC)
ok, updated pkgbuild, tested
mrbit commented on 2013-04-03 20:10 (UTC)
rek2gnulinux, you're right !!
rek2gnulinux commented on 2013-04-03 19:53 (UTC)
mrbit yes like 2-3 weeks a go and stop working.. Im getting the error
grive
grive: error while loading shared libraries: libboost_program_options.so.1.52.0: cannot open shared object file: No such file or directory
so I came here and notice you updated the PKBUILD so I try that and that is when I get the error I posted below..
mrbit commented on 2013-04-01 22:12 (UTC)
rek2gnulinux you updated system ?
mrbit commented on 2013-04-01 22:00 (UTC)
strange, ....I work!!!!.
rek2gnulinux commented on 2013-04-01 21:33 (UTC)
Im getting this error:
canning dependencies of target grive_executable
[ 97%] Building CXX object grive/CMakeFiles/grive_executable.dir/src/main.cc.o
[100%] Building CXX object grive/CMakeFiles/grive_executable.dir/src/Config.cc.o
Linking CXX executable grive
[100%] Built target grive_executable
==> Entering fakeroot environment...
==> Starting package()...
make: *** No rule to make target `D'. Stop.
==> ERROR: A failure occurred in package().
Aborting...
mrbit commented on 2013-02-04 22:26 (UTC)
thanks radams,
apdated per compatibily boost 1.50.0
<deleted-account> commented on 2013-02-04 12:44 (UTC)
At the moment, grive looks for version 1.50.0 of boost-libs, and won't run after boost-libs has been upgraded to the latest version. Adding the following links gets around this problem for now:
ln /usr/lib/libboost_program_options.so /usr/lib/libbost_program_options.so.1.50.0
ln /usr/lib/libboost_program_options.so /usr/lib/libboost_program_options.so.1.50.0
ln /usr/lib/libboost_filesystem.so /usr/lib/libboost_filesystem.so.1.50
I'll submit a fixed version of the source code to github, unless somebody beats me to it.
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.