Search Criteria
Package Details: dogecoin-qt 1.14.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dogecoin-qt.git (read-only, click to copy) |
---|---|
Package Base: | dogecoin-qt |
Description: | Cryptocurrency |
Upstream URL: | http://dogecoin.com/ |
Licenses: | MIT |
Provides: | dogecoin-cli, dogecoin-daemon, dogecoin-tx |
Submitter: | Thermi |
Maintainer: | mauritiusdadd |
Last Packager: | mauritiusdadd |
Votes: | 51 |
Popularity: | 0.87 |
First Submitted: | 2014-02-01 16:57 (UTC) |
Last Updated: | 2024-11-16 16:23 (UTC) |
Dependencies (17)
- boost-libs
- db
- libevent (libevent-gitAUR)
- miniupnpc (miniupnpc-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- protobuf (protobuf-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- boost (boost-gitAUR) (make)
- boost-libs (make)
- db (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- miniupnpc (miniupnpc-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- protobuf (protobuf-gitAUR) (make)
- qt5-tools (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
gizlu commented on 2020-08-18 23:21 (UTC) (edited on 2020-11-19 22:33 (UTC) by gizlu)
Temporary dirty fix of deque error:
Edit: Builds succesfully but there is no degecoin-qt exutable xD. I would blame my shitty fix
xinayder commented on 2020-04-25 18:09 (UTC)
Doesn't work with boost-libs v1.72, requires boost-libs v1.71
uberben commented on 2020-03-16 19:09 (UTC)
It seems the issue is waiting on an upstream fix: https://github.com/dogecoin/dogecoin/pull/1626
uberben commented on 2020-03-15 14:17 (UTC)
Currently not building for me. Getting an error about deque:
httpserver.cpp:71:10: error: ‘deque’ in namespace ‘std’ does not name a template type 71 | std::deque<std::unique_ptr<WorkItem>> queue; | ^~~~~ httpserver.cpp:30:1: note: ‘std::deque’ is defined in header ‘<deque>’; did you forget to ‘#include <deque>’? 29 | #include <event2/keyvalq_struct.h> +++ |+#include <deque> 30 | httpserver.cpp: In member function ‘bool WorkQueue<WorkItem>::Enqueue(WorkItem)’: httpserver.cpp:110:13: error: ‘queue’ was not declared in this scope; did you mean ‘Enqueue’? 110 | if (queue.size() >= maxDepth) { | ^~~~~ | Enqueue httpserver.cpp:113:9: error: ‘queue’ was not declared in this scope; did you mean ‘Enqueue’? 113 | queue.emplace_back(std::unique_ptr<WorkItem>(item)); | ^~~~~ | Enqueue httpserver.cpp: In member function ‘void WorkQueue<WorkItem>::Run()’: httpserver.cpp:125:35: error: ‘queue’ was not declared in this scope; did you mean ‘Enqueue’? 125 | while (running && queue.empty()) | ^~~~~ | Enqueue httpserver.cpp:129:31: error: ‘queue’ was not declared in this scope; did you mean ‘Enqueue’? 129 | i = std::move(queue.front()); | ^~~~~ | Enqueue httpserver.cpp: In member function ‘size_t WorkQueue<WorkItem>::Depth()’: httpserver.cpp:154:16: error: ‘queue’ was not declared in this scope; did you mean ‘Enqueue’? 154 | return queue.size(); | ^~~~~ | Enqueue make[2]: [Makefile:5997: libdogecoin_server_a-httpserver.o] Error 1 make[2]: Leaving directory '/home/ben/.cache/yay/dogecoin-qt/src/dogecoin-1.14.2/src' make[1]: [Makefile:9719: all-recursive] Error 1 make[1]: Leaving directory '/home/ben/.cache/yay/dogecoin-qt/src/dogecoin-1.14.2/src' make: ** [Makefile:685: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
louipc commented on 2019-12-07 16:44 (UTC)
This builds against qt5 (qt5-base 5.13.2) and seems to work no problem. Please update makedepends.
Thermi commented on 2019-07-13 16:41 (UTC)
Builds fine in a clean new Arch Linux installation (fresh docker container build from scratch, see my docker-makepkg tool).
gee commented on 2019-07-13 14:32 (UTC)
The new version does not build for me:
/usr/bin/ld: test/test_dogecoin_fuzzy-test_bitcoin_fuzzy.o: undefined reference to symbol '_ZTVN10__cxxabiv121__vmi_class_type_infoE@@CXXABI_1.3' /usr/bin/ld: /usr/lib/libstdc++.so.6: error adding symbols: DSO missing from command line
I have not looked into it yet.
Thermi commented on 2018-09-04 21:13 (UTC)
@pizzaman There is no release URL for the source code archive, therefore that is not possible. I could only use SKIP to disable the checking to make it work permanently.
pizzaman commented on 2018-09-04 06:19 (UTC) (edited on 2018-09-04 06:35 (UTC) by pizzaman)
@Thermi: Checksum for v1.10.0.tar.gz comes out as failed. You have e392f4142819fdab313ba921af53fdbd2cf6ee8965d237d0cb5cda8a52c97084 in the PKGBUILD but the correct checksum for me is 18ee3d7728685c48e07a1a17563bd73f1c22d32a8cca11144533c7ae4c3ba672 .
Seems this problem happened in the past as well. Seems that the problem is from github changing checksums of files that are in the ../archive/ section, a potential solution seems to be to download from ../releases/ instead as suggested in https://github.com/easybuilders/easybuild-easyconfigs/issues/5151
Thermi commented on 2018-04-15 13:16 (UTC)
@testo Can't reproduce in a clean environment. Try building using my tool docker-makepkg.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »