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: GPL3
Conflicts: librevault-git
Submitter: computerfr33k
Maintainer: None
Last Packager: computerfr33k
Votes: 4
Popularity: 0.000000
First Submitted: 2016-08-25 21:16 (UTC)
Last Updated: 2016-12-09 17:47 (UTC)

Latest Comments

C-Ren commented on 2019-09-07 13:49 (UTC) (edited on 2019-09-07 13:51 (UTC) by C-Ren)

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 (UTC)

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 (UTC)

@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 (UTC)

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 (UTC)

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 (UTC)

Idk, that would be a question for the developer.

Strit commented on 2016-08-29 06:52 (UTC)

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?