Search Criteria
Package Details: libbitcoin-explorer 3.5.0-2
Git Clone URL: | https://aur.archlinux.org/libbitcoin-explorer.git (read-only, click to copy) |
---|---|
Package Base: | libbitcoin-explorer |
Description: | Bitcoin Command Line Tool |
Upstream URL: | https://github.com/libbitcoin/libbitcoin-explorer |
Licenses: | |
Groups: | |
Submitter: | atweiden |
Maintainer: | None |
Last Packager: | atweiden |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-11 05:15 |
Last Updated: | 2018-08-18 01:42 |
Dependencies (19)
- boost (boost-git)
- boost-libs (boost171, boost-libs-git)
- icu (icu-git-static, icu-git)
- libbitcoin-client (libbitcoin-client-git)
- libbitcoin-network (libbitcoin-network-git)
- libbitcoin-protocol (libbitcoin-protocol-git)
- libbitcoin-system (libbitcoin-system-git)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libsecp256k1 (libsecp256k1-git)
- qrencode (qrencode-git)
- zeromq (libxs, zeromq-git, zeromq-draft)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- libtool (libtool-git) (make)
- m4 (m4-git) (make)
- make (make3, make-git, make-without-guile) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
Required by (3)
- libbitcoin
- libbitcoin-server (optional)
- libbitcoin-server-git (optional)
Latest Comments
peevsie commented on 2018-10-17 18:04
I was able to install the required libbitcoin dependencies with 'makepkg --nocheck', but this one is currently failing for me during build()
CXXLD console/bx
/usr/bin/ld: console/bx-main.o: in function `__static_initialization_and_destruction_0(int, int) [clone .constprop.526]':
main.cpp:(.text.startup+0x8b): undefined reference to `boost::system::generic_category()'
...
/usr/bin/ld: /usr/lib64/libbitcoin.so: undefined reference to `boost::re_detail_106200::verify_options(unsigned int, boost::regex_constants::_match_flags)'
collect2: error: ld returned 1 exit status
make: *** [Makefile:2056: console/bx] Error 1
==> ERROR: A failure occurred in build().
Aborting...
synthetic commented on 2018-02-16 15:08
Thanks, I managed to install with:
export MAKEPKG="makepkg --nocheck --skipinteg"
yaourt -S libbitcoin-explorer
atweiden commented on 2017-06-16 16:55
Tests are currently failing on libbitcoin-system, libbitcoin-protocol and libbitcoin-database. Fix with `makepkg --nocheck`.
synthetic commented on 2017-06-09 07:42
Thank you for looking into this, but I still get the following error when building libbitcoin-systems:
FAIL: libbitcoin_test_runner.sh
atweiden commented on 2017-06-07 22:46
it should be fixed now
synthetic commented on 2017-06-07 11:36
This currently fails for me when installing the libbitcoin-system dependency with:
make: the '-j' option requires a positive integer argument