• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Problem with Dash on Arch Linux

strix

Active member
Foundation Member
I sure hope someone can help with this; One of the things that I really appreciate about Arch is the way I have been able to install Dash with "yaourt -S dashcore-git" and upgrade it with the command "yaourt -Syu". However, the AUR repository now seems broken. I am concerned because vertoe is listed as the maintainer. (https://aur.archlinux.org/packages/dashcore-git/ )

Is there anyone with the know-how to adopt this package?

Here is the relevant log:
...SNIP...
CXX rpcmining.o
CXX rpcmisc.o
CXX rpcnet.o
CXX rpcrawtransaction.o
In file included from /usr/include/boost/move/detail/type_traits.hpp:34:0,
from /usr/include/boost/move/core.hpp:54,
from /usr/include/boost/move/utility_core.hpp:29,
from /usr/include/boost/move/utility.hpp:28,
from /usr/include/boost/thread/detail/move.hpp:27,
from /usr/include/boost/thread/lock_types.hpp:11,
from /usr/include/boost/thread/pthread/mutex.hpp:16,
from /usr/include/boost/thread/mutex.hpp:16,
from allocators.h:13,
from serialize.h:9,
from bignum.h:9,
from chainparams.h:9,
from base58.h:17,
from rpcrawtransaction.cpp:7:
/usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference<T>::type boost::strict_get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = boost::detail::variant::void_; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference<T>::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:33: required from ‘typename boost::add_reference<T>::type boost::get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = boost::detail::variant::void_; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference<T>::type = const CScriptID&]’
rpcrawtransaction.cpp:300:77: required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’
BOOST_STATIC_ASSERT_MSG(
^
Makefile:923: recipe for target 'rpcrawtransaction.o' failed
make[3]: *** [rpcrawtransaction.o] Error 1
make[3]: Leaving directory '/tmp/yaourt-tmp-user1/aur-dashcore-git/src/dash/src'
Makefile:945: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/tmp/yaourt-tmp-user1/aur-dashcore-git/src/dash/src'
Makefile:698: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/yaourt-tmp-user1/aur-dashcore-git/src/dash/src'
Makefile:508: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build dashcore-git.
==> Restart building dashcore-git ? [y/N]

I have no idea what I am doing, so any help is greatly appreciated. I finally have enough dash to start a mn and I my wallet is broken. :confused::sad::mad::oops:

PS; I'm off to work and won't be able to respond for about 6hrs.
 
UdjinM6, I could kiss you on the lips!:eek: That solved the problem. I have more that I will comment on tomorrow when I have more time, but wanted to let you know asap. I will point out however that while I DO NOT know how to compile,, my OS does! The yaourt -Syu command will automatically compile updates for an Arch Linux system using git, so I am now good to go.:cool::grin::grin::grin:
 
Back
Top