Re ArchGiac:
I got the same problem (missing libboost_program_options.so.1.53.0) before, but after rebuilding the package, it works fine now.
BTW, I tried building the package using clang and the package is not functioning (just like entered a dead loop after I type "grive").
It works well after I tried using gcc.
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.125517 |
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 .. 20 21 22 23 24 25 26 27 28 29 30 Next › Last »
<deleted-account> commented on 2013-07-15 12:45 (UTC)
ArchGiac commented on 2013-07-13 16:43 (UTC)
After the recent upgrade to boost 1.54.0-2, i get this error:
grive: error while loading shared libraries: libboost_program_options.so.1.53.0: cannot open shared object file: No such file or director.
Thanx a lot
mrbit commented on 2013-06-19 22:21 (UTC)
ok. fixed , thanks zappafrank ; please test.
<deleted-account> commented on 2013-06-19 20:25 (UTC)
Hi,
I download the tarball and execute the makepkg command, this is the errore:
make[2]: *** [grive/grive] Errore 1
make[1]: *** [grive/CMakeFiles/grive_executable.dir/all] Errore 2
make: *** [all] Errore 2
it's bug or my mistake? ther'is a solution?
Thanx a lot
ArchGiac commented on 2013-06-05 12:07 (UTC)
Do not worry, I do not speak english ...
Thanks
mrbit commented on 2013-06-05 11:48 (UTC)
sorry, for bad inglish , I'll see what I can do
:(
ArchGiac commented on 2013-06-05 11:41 (UTC)
For two or three days no longer works. This is the message:
Reading local directories
Synchronizing folders
Reading remote server file list
Synchronizing files
sync "omitted" changed in local. uploading
exception: /tmp/packerbuild-1000/grive/grive/src/grive-0.2.0/libgrive/src/http/CurlAgent.cc(149): Throw in function long int gr::http::CurlAgent::ExecCurl(const string&, gr::http::Receivable*, const gr::http::Header&)
Dynamic exception type: boost::exception_detail::clone_impl<gr::http::Error>
std::exception::what: std::exception
:(
mrbit commented on 2013-06-03 06:57 (UTC)
please suggest ...!!
mrbit commented on 2013-06-03 06:56 (UTC)
sorry rek2gnulinux, strange, ....I work!!!!.
rek2gnulinux commented on 2013-04-03 22:11 (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..
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.