Package Details: librevault-git 0.1.19.r44.de5f35d-1

Git Clone URL: https://aur.archlinux.org/librevault-git.git (read-only, click to copy)
Package Base: librevault-git
Description: File synchronization designed with privacy in mind
Upstream URL: https://librevault.com/
Keywords: btsync dropbox inotify monitor sync syncthing
Licenses: GPL
Conflicts: librevault
Provides: librevault
Submitter: codyps
Maintainer: None
Last Packager: codyps
Votes: 1
Popularity: 0.000000
First Submitted: 2016-08-20 01:20 (UTC)
Last Updated: 2016-11-26 22:57 (UTC)

Latest Comments

1 2 Next › Last »

gaelic commented on 2016-12-07 11:00 (UTC)

At the moment the build fails with: --- daemon/CMakeFiles/librevault-daemon.dir/build.make:1592: *** target pattern contains no '%'. Stop. make[1]: *** [CMakeFiles/Makefile2:1145: daemon/CMakeFiles/librevault-daemon.dir/all] Error 2 --- Looking at line 1592 of build.cmake leads to missing ICU-LE and ICU-LX components. despite ICU is installed. In the CMakelists.txt ICU is defined as follows: --- ## ICU (needed for boost::locale and Qt) add_library(icu INTERFACE) find_package(ICU REQUIRED COMPONENTS i18n io le lx uc data) target_link_libraries(icu INTERFACE ICU::ICU) target_link_libraries(icu INTERFACE dl) ---- the package still builds fine without le and lx, but maybe we can investigate whats wrong in the first place

codyps commented on 2016-11-26 22:58 (UTC)

I've updated this to use the official protobuf.

palasso commented on 2016-11-23 15:58 (UTC)

protobuf v3 is now available in the official repos

storrgie commented on 2016-11-22 01:11 (UTC)

Can the protobuf dependency be switched to the version in arch's repos?

computerfr33k commented on 2016-08-24 05:07 (UTC)

qt5-tools is another dependency that needs to be added for the Qt5Linguistic Tools. https://github.com/Librevault/librevault/blob/master/CMakeLists.txt#L229

Tiedemann commented on 2016-08-24 00:47 (UTC)

Got: CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:26 (find_package): Could not find a package configuration file provided by "Qt5Svg" with any of the following names: Qt5SvgConfig.cmake qt5svg-config.cmake Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set "Qt5Svg_DIR" to a directory containing one of the above files. If "Qt5Svg" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:239 (find_package) -- Configuring incomplete, errors occurred! See also "/home/oscar/build/makepkg/librevault-git/src/build/CMakeFiles/CMakeOutput.log". See also "/home/oscar/build/makepkg/librevault-git/src/build/CMakeFiles/CMakeError.log". ==> ERROR: A failure occurred in build(). Aborting... Installed qt5-svg and all good.

codyps commented on 2016-08-22 17:54 (UTC)

I've updated this to depend on crypto++ and boost.

palasso commented on 2016-08-22 08:13 (UTC)

@computerfr33k I think crypto++ and boost should be added in makedepends as without them it won't compile.

palasso commented on 2016-08-22 08:06 (UTC)

THere are some missing build dependencies. Please add crypto++ and boost in makedepends.

computerfr33k commented on 2016-08-22 08:05 (UTC)

Here's an updated PKGBUILD that I have made which should include all dependencies needed to build successfully. (It works for me) http://slexy.org/view/s21iTkX1JM