Package Base Details: namecoin

Git Clone URL: https://aur.archlinux.org/namecoin.git (read-only, click to copy)
Submitter: None
Maintainer: None
Last Packager: TheGoliath
Votes: 6
Popularity: 0.000000
First Submitted: 2014-11-13 10:34 (UTC)
Last Updated: 2020-06-11 19:10 (UTC)

Packages (1)

Latest Comments

1 2 Next › Last »

mico commented on 2020-10-29 18:52 (UTC)

I can't build version 0.20.0-1 due to compile error regarding class QPainterPath. I patched src/qt/trafficgraphwidget.h with:


@@ -7,6 +7,7 @@

 #include <QWidget>
 #include <QQueue>
+#include <QPainterPath>

 class ClientModel;

Then it compiled ok I guess but it failed the check target:


==> Starting check()...
make: *** No rule to make target 'check'.  Stop.
==> ERROR: A failure occurred in check().
    Aborting...

danisantos commented on 2018-12-30 19:07 (UTC)

In here build error also. make: *** [Makefile:1530: build/auxpow.o] Error 1

gerardo-junior commented on 2018-12-13 20:50 (UTC)

Doesn't build here too.

Binero commented on 2016-11-05 00:11 (UTC)

Doesn't build.

cypherkaka commented on 2016-05-15 19:07 (UTC)

@bruceutut, is there any update on this? are you able to solve this? I am also facing the same issue. src/serialize.h:405:7: error: ‘const class std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long long unsigned int>’ has no member named ‘Serialize’ a.Serialize(os, (int)nType, nVersion); ~~^~~~~~~~~ Makefile:1403: recipe for target 'build/walletdb.o' failed make: *** [build/walletdb.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build namecoin.

bruceutut commented on 2016-04-20 17:20 (UTC)

got building error like this... gcc & g++ version 5.3.0 src/serialize.h:405:5: 错误:‘const class std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long long unsigned int>’ has no member named ‘Serialize’ a.Serialize(os, (int)nType, nVersion); ^ Makefile:1529: recipe for target 'build/walletdb.o' failed make: *** [build/walletdb.o] Error 1

<deleted-account> commented on 2015-03-06 16:53 (UTC)

I will add this, thank you.

mico commented on 2015-03-05 18:04 (UTC)

I think I found the reason. Please add qt5-tools to makedepends. You could try to build without it to confirm it fails if qt5-tools package is not installed.

<deleted-account> commented on 2015-03-03 21:13 (UTC)

It working for me. Can you give full compilation log?

mico commented on 2015-03-03 20:16 (UTC)

Thanks for the package but the build fails for me: /usr/lib/qt/bin/rcc -name bitcoin src/qt/bitcoin.qrc -o qrc_bitcoin.cpp RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'locale/bitcoin_bg.qm' Makefile:996: recipe for target 'qrc_bitcoin.cpp' failed make: *** [qrc_bitcoin.cpp] Error 1 ==> ERROR: A failure occurred in build().