Odd, using the ljson-c flag builds fine in a clean chroot for me...
Search Criteria
Package Details: grive-git 557.648ff8e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/grive-git.git (read-only, click to copy) |
---|---|
Package Base: | grive-git |
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 git Google share sync |
Licenses: | GPL2 |
Conflicts: | grive |
Provides: | grive |
Submitter: | ilpianista |
Maintainer: | edh |
Last Packager: | edh |
Votes: | 78 |
Popularity: | 0.000023 |
First Submitted: | 2012-04-29 15:20 (UTC) |
Last Updated: | 2023-01-23 14:25 (UTC) |
Dependencies (13)
- boost-libs
- curl (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, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (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 (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
J-Wreck commented on 2013-06-19 17:16 (UTC)
hongy19 commented on 2013-06-19 14:19 (UTC)
I also need to change "ljson-c" to "ljson" in order to solve missing "ljson-c" issue.
PKGBUILD
-DCMAKE_EXE_LINKER_FLAGS=-ljson-c
hongy19 commented on 2013-06-19 01:21 (UTC)
this scrip also need qt4 for compile?
J-Wreck commented on 2013-06-18 14:53 (UTC)
Should be fixed now
<deleted-account> commented on 2013-06-18 08:00 (UTC)
Still getting errors when trying to build.
Fixed one by installing yajl
Fixed another by adding the lines
#define PACKAGE "grive"
#define PACKAGE_VERSION "git"
to libgrive/src/bfd/SymbolInfo.cc as suggested by bananaoomarang
The current error I'm receiving is:
-- Installing: /home/niksko/AUR/grive-git/pkg/grive-git/usr/bin/bgrive
CMake Error at bgrive/cmake_install.cmake:52 (FILE):
file INSTALL cannot find
"/home/niksko/AUR/grive-git/src/grive/bgrive/doc/grive.1".
Call Stack (most recent call first):
cmake_install.cmake:39 (INCLUDE)
make: *** [install] Error 1
==> ERROR: A failure occurred in package().
Aborting...
dobo commented on 2013-06-17 13:38 (UTC)
If it doesn't compile try this workaround
https://gist.github.com/dobo90/5796923
J-Wreck commented on 2013-01-29 17:24 (UTC)
@mountpeaks, are you building with the latest sources? It builds fine for me
J-Wreck commented on 2012-12-11 01:00 (UTC)
As of the last update (Dec 6), the package should build fine.
bananaoomarang commented on 2012-12-10 20:33 (UTC)
@temoto
I just figured out a patch to get it to build on my box, just a couple of small problems. Seems to work now.
http://pastebin.com/Df4HPnL1
Pinned Comments
edh commented on 2022-09-20 20:45 (UTC)
This package has a bad record of not building. However, I am reluctant to patch a git-package because any changes would most likely break with any new upstream commit. Please try to get the build fixed upstream or switch to the grive package.