Search Criteria
Package Details: librevault 0.1.19-3
Git Clone URL: | https://aur.archlinux.org/librevault.git (read-only, click to copy) |
---|---|
Package Base: | librevault |
Description: | File synchronization designed with privacy in mind |
Upstream URL: | https://librevault.com/ |
Keywords: | librevault P2P sync |
Licenses: | |
Conflicts: | |
Submitter: | computerfr33k |
Maintainer: | None |
Last Packager: | computerfr33k |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-25 21:16 |
Last Updated: | 2016-12-09 17:47 |
Dependencies (15)
- boost-libs (boost171, boost-libs-git)
- crypto++ (crypto++-git)
- libnatpmp
- miniupnpc (miniupnpc-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-svg (qt5-svg-git)
- qt5-websockets (qt5-websockets-git)
- sqlite (sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git, sqlite-fossil)
- websocketpp (websocketpp-git, websocketpp-git-dev)
- protobuf>=3.0.2-2 (protobuf3-git, protobuf-git, protobuf-static)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
- qt5-tools (qt5-tools-git) (make)
Latest Comments
C-Ren commented on 2019-09-07 13:49
I get an error part way through compilation:
[ 48%] Building CXX object lvproto/CMakeFiles/lvcommon.dir/src/crypto/SHA3.cpp.o /build/librevault-git/src/librevault/lvproto/src/crypto/SHA3.cpp:
In member function ‘librevault::crypto::blob librevault::crypto::SHA3::compute(const blob&) const’: /build/librevault-git/src/librevault/lvproto/src/crypto/SHA3.cpp:18:31: error: ‘CryptoPP::SHA3::SHA3(unsigned int)’ is protected within this context 18 | CryptoPP::SHA3 hasher(size_/8); | ^
In file included from /build/librevault-git/src/librevault/lvproto/src/crypto/SHA3.cpp:12: /usr/include/cryptopp/sha3.h:39:5: note: declared protected here 39 | SHA3(unsigned int digestSize) : m_digestSize(digestSize) {Restart();} | ^~~~ make[2]: *** [lvproto/CMakeFiles/lvcommon.dir/build.make:196: lvproto/CMakeFiles/lvcommon.dir/src/crypto/SHA3.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:801: lvproto/CMakeFiles/lvcommon.dir/all] Error 2 make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
The same error occurs with the
librevault-git
package, too.tuqueque commented on 2017-11-25 05:47
I get an error midway compiling...
--------------------------------------------
[ 26%] Generating CXX prefix header daemon/cotire/librevault-daemon_CXX_prefix.hxx
[ 27%] Building CXX precompiled header daemon/cotire/librevault-daemon_CXX_prefix.hxx.gch
In file included from /usr/include/websocketpp/config/asio.hpp:33:0,
from /tmp/pamac-build-tuqueque/librevault/src/build/daemon/cotire/librevault-daemon_CXX_prefix.cxx:23,
from /tmp/pamac-build-tuqueque/librevault/src/build/daemon/cotire/librevault-daemon_CXX_prefix.hxx:4:
/usr/include/websocketpp/transport/asio/security/tls.hpp: In member function ‘std::error_code websocketpp::transport::asio::tls_socket::connection::translate_ec(ErrorCodeType)’:
/usr/include/websocketpp/transport/asio/security/tls.hpp:358:47: error: ‘SSL_R_SHORT_READ’ was not declared in this scope
if (ERR_GET_REASON(ec.value()) == SSL_R_SHORT_READ) {
^~~~~~~~~~~~~~~~
/usr/include/websocketpp/transport/asio/security/tls.hpp:358:47: note: suggested alternative: ‘SSL_F_SSL_READ’
if (ERR_GET_REASON(ec.value()) == SSL_R_SHORT_READ) {
^~~~~~~~~~~~~~~~
SSL_F_SSL_READ
CMake Error at /tmp/pamac-build-tuqueque/librevault/src/librevault/cmake/cotire.cmake:1826 (message):
cotire: error 1 precompiling
/tmp/pamac-build-tuqueque/librevault/src/build/daemon/cotire/librevault-daemon_CXX_prefix.hxx.
Call Stack (most recent call first):
/tmp/pamac-build-tuqueque/librevault/src/librevault/cmake/cotire.cmake:3421 (cotire_precompile_prefix_header)
make[2]: *** [daemon/CMakeFiles/librevault-daemon.dir/build.make:63: daemon/cotire/librevault-daemon_CXX_prefix.hxx.gch] Error 1
make[1]: *** [CMakeFiles/Makefile2:590: daemon/CMakeFiles/librevault-daemon.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
--------------------------------------------
palasso commented on 2016-11-23 15:55
@computerfr33k
Version 3 of protobuf became available a day before you updated this so you didn't miss it by much ;)
computerfr33k commented on 2016-11-22 01:15
Protobuf 3 wasn't available in the main repos when I created this package which is why this used the protobuf3 from the AUR. Thanks for bringing this to my attention as I didn't realize protobuf3 was even available in the main repos.
storrgie commented on 2016-11-22 01:10
Just to add to @Strit note below, I wonder why it's dependent on the AUR package protobuf3 when the package in the standard repositories is 3.0.2-2 now.
computerfr33k commented on 2016-08-30 05:36
Idk, that would be a question for the developer.
Strit commented on 2016-08-29 06:52
Any reason this uses protobuf3 instead of regular protobuf?
I know it won't compile without protobuf3, was just wondering why they use version 3. Some special new functions?