Or you can check out http://www.lbreda.com/grive/start... However, the "official" version number appears to be 0.2.0, not 0.3.0.
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 .. 22 23 24 25 26 27 28 29 30 Next › Last »
<deleted-account> commented on 2012-12-02 01:58 (UTC)
<deleted-account> commented on 2012-12-02 01:53 (UTC)
The correct web page is now https://github.com/Grive/grive
mrbit commented on 2012-11-07 18:13 (UTC)
ok , updated...
<deleted-account> commented on 2012-11-07 16:41 (UTC)
error 404
again change the source
the webpage for upstream is a 404
wrong categorie
._.
ilpianista commented on 2012-10-19 09:51 (UTC)
Move boost to makedepends and replace it with boost-libs.
categories=('network')
WTF is that?
mrbit commented on 2012-10-10 09:16 (UTC)
ok fix..
idovitz commented on 2012-10-09 07:40 (UTC)
Update PKGBUILD to use gcc-libs instead gcc-libs-multilibs
gnumdk commented on 2012-09-27 09:35 (UTC)
Please fix your PKGBUILD.
Remove arch test, it's not needed.
mrbit commented on 2012-09-14 15:16 (UTC)
fix:
https://github.com/mrpdaemon/grive/commit/a145c2041260be264069cdeb0cd4968afcee9035
vendion commented on 2012-09-14 00:57 (UTC)
Seems to be a upstream issue that causes the build to fail:
/tmp/yaourt-tmp-vendion/aur-grive/src/Grive-grive-113b110/libgrive/test/util/ConfigTest.cc:39:44: error: no ?void grut::ConfigTest::TestInitialiseWithNoPath()? member function declared in class ?grut::ConfigTest?
/tmp/yaourt-tmp-vendion/aur-grive/src/Grive-grive-113b110/libgrive/test/util/ConfigTest.cc:48:42: error: no ?void grut::ConfigTest::TestInitialiseWithPath()? member function declared in class ?grut::ConfigTest?
make[2]: *** [libgrive/CMakeFiles/unittest.dir/test/util/ConfigTest.cc.o] Error 1
make[1]: *** [libgrive/CMakeFiles/unittest.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build grive.
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.