Package Details: raven-qt 4.6.1-2

Git Clone URL: https://aur.archlinux.org/raven-qt.git (read-only, click to copy)
Package Base: raven-qt
Description: Ravencoin Core Cryptocurrency Wallet (QT)
Upstream URL: https://ravencoin.org/
Licenses: MIT
Conflicts: raven
Provides: raven-qt, ravencoin-tx, ravencoind
Submitter: metscoin
Maintainer: None
Last Packager: alyway
Votes: 4
Popularity: 0.000020
First Submitted: 2018-06-08 22:18 (UTC)
Last Updated: 2023-08-07 11:44 (UTC)

Dependencies (12)

Required by (0)

Sources (3)

Pinned Comments

FryDay commented on 2021-05-14 13:32 (UTC) (edited on 2021-05-15 18:05 (UTC) by FryDay)

If you get an error to the effect of, "error while loading shared libraries: libprotobuf.so", you need to rebuild the package.

Latest Comments

LEONIDAS commented on 2023-08-08 17:08 (UTC)

@alyway It works now, thanks.

alyway commented on 2023-08-07 11:45 (UTC)

@LEONIDAS patched it! It should build now.

LEONIDAS commented on 2023-08-06 22:01 (UTC) (edited on 2023-08-06 22:02 (UTC) by LEONIDAS)

Build fails with the following errors:

support/lockedpool.cpp: In member function ‘void Arena::free(void*)’:
support/lockedpool.cpp:99:20: error: ‘runtime_error’ no es un miembro de ‘std’
   99 |         throw std::runtime_error("Arena: invalid or double free");
      |                    ^~~~~~~~~~~~~
support/lockedpool.cpp:31:1: nota: ‘std::runtime_error’ is defined in header ‘<stdexcept>’; did you forget to ‘#include <stdexcept>’?
   30 | #include <algorithm>
  +++ |+#include <stdexcept>
   31 | 
support/lockedpool.cpp: In member function ‘void LockedPool::free(void*)’:
support/lockedpool.cpp:307:16: error: ‘runtime_error’ no es un miembro de ‘std’
  307 |     throw std::runtime_error("LockedPool: invalid address not pointing to any arena");
      |                ^~~~~~~~~~~~~
support/lockedpool.cpp:307:16: nota: ‘std::runtime_error’ is defined in header ‘<stdexcept>’; did you forget to ‘#include <stdexcept>’?
make[2]: *** [Makefile:10458: support/libraven_util_a-lockedpool.o] Error 1

System information

OS: Manjaro Linux x86_64

Kernel: 6.4.7-1-MANJARO

CPU: Intel i5-1035G1

GPU: Intel Iris Plus Graphics G1

djipey commented on 2021-05-15 09:45 (UTC)

Indeed, it worked. Thanks

FryDay commented on 2021-05-14 13:32 (UTC) (edited on 2021-05-15 18:05 (UTC) by FryDay)

If you get an error to the effect of, "error while loading shared libraries: libprotobuf.so", you need to rebuild the package.

djipey commented on 2021-05-14 13:14 (UTC)

I think this package is currently broken. Trying to start raven-qt gives:

raven-qt: error while loading shared libraries: libprotobuf.so.26: cannot open shared object file: No such file or directory