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.000053
First Submitted: 2014-02-01 16:57 (UTC)
Last Updated: 2022-12-17 00:12 (UTC)

Latest Comments

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

acerix commented on 2015-10-08 00:48 (UTC) (edited on 2015-10-08 00:54 (UTC) by acerix)

I just submitted a pull request to dogecoin to fix the compile error with miniupnpc 1.9. https://github.com/dogecoin/dogecoin/pull/1293 For now, you could either: - apply the patch below - add --without-miniupnpc to the ./configure command if you don't need UPNP - or install an old version of miniupnpc to build it

JohnBlood commented on 2015-10-07 15:56 (UTC)

The client would not work, so I uninstalled and tried to reinstall. It failed to reinstall. Here is my pastebin: http://hastebin.com/wugabaxasi.coffee. How can I fix this?

mmozeiko commented on 2015-10-05 05:23 (UTC)

This patch fixes miniupnpc problem: https://github.com/bitcoin/bitcoin/commit/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch

mmozeiko commented on 2015-09-29 05:28 (UTC)

After miniupnpc upgrade to 1.9.20150730-1 version there is error during compilation: net.cpp: In function ‘void ThreadMapPort()’: net.cpp:1065:74: error: invalid conversion from ‘int*’ to ‘unsigned char’ [-fpermissive] devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error); ^ net.cpp:1065:74: error: too few arguments to function ‘UPNPDev* upnpDiscover(int, const char*, const char*, int, int, unsigned char, int*)’ In file included from net.cpp:24:0: /usr/include/miniupnpc/miniupnpc.h:62:1: note: declared here upnpDiscover(int delay, const char * multicastif, ^ Makefile:863: recipe for target 'net.o' failed

Adelie commented on 2015-05-10 12:35 (UTC)

Getting this message when building : /usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ This is building with boost 1.58.0-1

Nexxuz commented on 2014-10-18 22:58 (UTC)

ok... now I am getting the following error: dogecoin-qt: symbol lookup error: dogecoin-qt: undefined symbol: _ZN6google8protobuf8internal12kEmptyStringE anyone know of a work-around or better yet ... a proper solution?

Nexxuz commented on 2014-10-13 05:00 (UTC)

Now it appears that the same needs to be done for libprotobuf.so.8 $ sudo ln -s /usr/lib/libprotobuf.so.9.0.0 /usr/lib/libprotobuf.so.8

Nexxuz commented on 2014-09-15 04:20 (UTC)

complete list of sym-links that would be needed for the hack: /usr/lib/libboost_system.so.1.55.0 /usr/lib/libboost_filesystem.so.1.55.0 /usr/lib/libboost_program_options.so.1.55.0 /usr/lib/libboost_thread.so.1.55.0

Nexxuz commented on 2014-09-15 04:14 (UTC)

I am having the same issue as BeTmAsTeR Making a sim-link to have /usr/lib/libboost_system.so.1.55.0 pointed to /usr/lib/libboost_system.so.1.56.0 would be a temporary hack to 'just get by' though.

BeTmAsTeR commented on 2014-09-09 13:31 (UTC)

After upgrading to qbittorrent 3.1.9.2-2 (aur package) i get this error every time i try to launch the wallet dogecoin-qt: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory