dashesandlashes
New member
Code:
Making all in src
make[1]: Entering directory '/root/dash-0.13.0.0/src'
make[2]: Entering directory '/root/dash-0.13.0.0/src'
make[3]: Entering directory '/root/dash-0.13.0.0'
make[3]: Leaving directory '/root/dash-0.13.0.0'
CXX crypto/libdashconsensus_la-aes.lo
CXX crypto/libdashconsensus_la-hmac_sha256.lo
CXX crypto/libdashconsensus_la-hmac_sha512.lo
CXX crypto/libdashconsensus_la-ripemd160.lo
CC crypto/libdashconsensus_la-aes_helper.lo
CXX crypto/libdashconsensus_la-sha1.lo
CXX crypto/libdashconsensus_la-sha256.lo
CXX crypto/libdashconsensus_la-sha512.lo
CC crypto/libdashconsensus_la-blake.lo
CC crypto/libdashconsensus_la-bmw.lo
CC crypto/libdashconsensus_la-cubehash.lo
CC crypto/libdashconsensus_la-echo.lo
CC crypto/libdashconsensus_la-groestl.lo
CC crypto/libdashconsensus_la-jh.lo
CC crypto/libdashconsensus_la-keccak.lo
CC crypto/libdashconsensus_la-luffa.lo
CC crypto/libdashconsensus_la-shavite.lo
CC crypto/libdashconsensus_la-simd.lo
CC crypto/libdashconsensus_la-skein.lo
CXX libdashconsensus_la-arith_uint256.lo
CXX bls/libdashconsensus_la-bls.lo
In file included from bls/bls.cpp:5:0:
bls/bls.h:14:10: fatal error: chiabls/bls.hpp: No such file or directory
#include <chiabls/bls.hpp>
^~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:9306: recipe for target 'bls/libdashconsensus_la-bls.lo' failed
make[2]: *** [bls/libdashconsensus_la-bls.lo] Error 1
make[2]: Leaving directory '/root/dash-0.13.0.0/src'
Makefile:10936: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/dash-0.13.0.0/src'
Makefile:676: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
root@localhost:~/dash-0.13.0.0# find . -name bls.h*
./depends/x86_64-pc-linux-gnu/include/chiabls/bls.hpp
./src/bls/bls.h
Getting this compile error with both these tarballs, NOT with a git clone, advice in https://www.dash.org/forum/threads/building-from-sources-problem-0-13-0-0-rc9.42817/ doesn't apply.
https://github.com/dashpay/dash/releases/download/v0.13.0.0/dashcore-0.13.0.0.tar.gz.asc
https://github.com/dashpay/dash/archive/v0.13.0.0.tar.gz
tried 'make' in ./depends
took forever
did make clean && ./autogen.sh && ./configure && make
same result
Code:
Options used to compile and link:
with wallet = yes
with gui / qt = no
with zmq = no
with test = yes
with bench = yes
with upnp = no
debug enabled = no
werror = no
target os = linux
build os =
CC = gcc
CFLAGS = -g -O2
CPPFLAGS = -I/root/boost69/include/ -I/root/libs/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS
CXX = g++ -std=c++14
CXXFLAGS = -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-implicit-fallthrough
LDFLAGS = -L/root/boost69/lib/ -L/root/libs/lib/
Trying precompiled build dashcore-0.13.0.0-x86_64-linux-gnu.tar.gz
https://github.com/dashpay/dash/rel...0.0/dashcore-0.13.0.0-x86_64-linux-gnu.tar.gz
Code:
/root/dashcore-0.13.0/bin/dashd -conf=/redacted/dash.conf
FATAL ERROR in relic_ep_util.c:298
root@localhost:~# find / -name relic_ep_util.c
root@localhost:~#
root@localhost:~# find / -name relic_ep_util.*
root@localhost:~#