Package Details: dogecoin-qt 1.14.6-4

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: gee (bReally)
Last Packager: gee
Votes: 50
Popularity: 0.000129
First Submitted: 2014-02-01 16:57 (UTC)
Last Updated: 2022-12-17 00:12 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

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.

lesto commented on 2018-04-15 12:05 (UTC)

i got this compilation error: error: required file 'libdogecoinconsensus.pc.in' not found