Search Criteria
Package Details: librevault 0.1.19-3
Package Actions
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) |
Dependencies (15)
- boost-libs
- crypto++ (crypto++-gitAUR)
- libnatpmp
- miniupnpc (miniupnpc-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- protobuf (protobuf-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-websockets (qt5-websockets-gitAUR)
- sqlite (sqlite-fossilAUR)
- websocketpp
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
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)
palasso commented on 2016-11-23 15:55 (UTC)
computerfr33k commented on 2016-11-22 01:15 (UTC)
storrgie commented on 2016-11-22 01:10 (UTC)
computerfr33k commented on 2016-08-30 05:36 (UTC)
Strit commented on 2016-08-29 06:52 (UTC)