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: 281
Popularity: 0.000172
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

1 2 3 4 5 6 .. 29 Next › Last »

thecheddarcheese commented on 2024-07-01 15:27 (UTC) (edited on 2024-07-01 15:32 (UTC) by thecheddarcheese)

@edh setup a clean chroot, still happens.

Btw. depending on the specific setup (e.g. if you use the setup described in the README and it still doesn't compile), please consider filing this issue upstream.

I did just try to compile it manually from github and the same thing occurs, so yeah it's not just this package. I'll report it there.

edh commented on 2024-06-30 20:40 (UTC)

@thecheddarcheese The package builds fine for me. Can you reproduce your error in a clean chroot?

Btw. depending on the specific setup (e.g. if you use the setup described in the README and it still doesn't compile), please consider filing this issue upstream.

thecheddarcheese commented on 2024-06-30 20:25 (UTC)

I get this error when building:

CMake Error at cmake/Modules/FindLibGcrypt.cmake:49 (message):
  Could not find libgcrypt libraries
Call Stack (most recent call first):
  libgrive/CMakeLists.txt:5 (find_package)

libgcrypt is installed and up to date.

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.

Funny0facer commented on 2023-10-11 18:40 (UTC) (edited on 2023-10-11 18:44 (UTC) by Funny0facer)

@edh: As this package fails regularly, I guess it would be appropriate to pin a comment, to make sure that the people try rebuilding it first before commenting.

@thePeopleHavingIssues: Remember to clear your cache, otherwise it might not actually rebuild, but just install as the sources did not change. For AUR-Helper yay, this would be: yay -S --rebuild grive

edh commented on 2023-10-11 08:07 (UTC)

@kIERO You need to recompile give.

kIERO commented on 2023-10-11 04:27 (UTC)

This package isn't working.

/usr/bin/grive: error while loading shared libraries: libboost_filesystem.so.1.81.0: cannot open shared object file: No such file or directory

boost: installed version:1.83.0-2

Funny0facer commented on 2023-08-14 22:09 (UTC)

I think this package needs a rebuild. It stopped working for me. It complained about "error while loading shared libraries: libsframe.so.0: cannot open shared object file: No such file or directory" Using grive-git did work for me.

jasper1378 commented on 2023-01-24 23:46 (UTC)

@dweisser run pacman -Syu to make sure binutils is up to date. Updating from 2.40-1 to 2.40-2 fixed the issue for me.

dweisser commented on 2023-01-24 22:58 (UTC)

For me the build fails with:

[ 98%] Linking CXX executable btest
/usr/bin/ld: /usr/lib/libbfd.a(compress.o): undefined reference to symbol 'ZSTD_compress'
/usr/bin/ld: /usr/lib/libzstd.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status