-
BillyJoeBob
It gets stuck here:
-
BillyJoeBob
[ 60%] Building CXX object src/wallet/CMakeFiles/wallet_rpc_server.dir/wallet_rpc_server.cpp.o
-
BillyJoeBob
[ 61%] Linking CXX executable ../../bin/monero-wallet-rpc
-
BillyJoeBob
ld: warning: unknown -z value: noexecheap
-
BillyJoeBob
ld: error: undefined symbol: el::base::debug::StackTrace::generateNew()
-
BillyJoeBob
>>> referenced by stack_trace.cpp
-
BillyJoeBob
>>> stack_trace.cpp.o:(tools::log_stack_trace(char const*)) in archive ../common/libcommon.a
-
BillyJoeBob
ld: error: undefined symbol: el::base::debug::operator<<(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, el::base::debug::StackTrace const&)
-
BillyJoeBob
>>> referenced by stack_trace.cpp
-
BillyJoeBob
>>> stack_trace.cpp.o:(tools::log_stack_trace(char const*)) in archive ../common/libcommon.a
-
BillyJoeBob
c++: error: linker command failed with exit code 1 (use -v to see invocation)
-
BillyJoeBob
gmake[3]: *** [src/wallet/CMakeFiles/wallet_rpc_server.dir/build.make:153: bin/monero-wallet-rpc] Error 1
-
BillyJoeBob
gmake[3]: Leaving directory '/usr/home/josh/git-projects/monero/build/FreeBSD/release-v0.18/release'
-
BillyJoeBob
gmake[2]: *** [CMakeFiles/Makefile2:3339: src/wallet/CMakeFiles/wallet_rpc_server.dir/all] Error 2
-
BillyJoeBob
gmake[2]: Leaving directory '/usr/home/josh/git-projects/monero/build/FreeBSD/release-v0.18/release'
-
BillyJoeBob
gmake[1]: *** [Makefile:146: all] Error 2
-
BillyJoeBob
gmake[1]: Leaving directory '/usr/home/josh/git-projects/monero/build/FreeBSD/release-v0.18/release'
-
BillyJoeBob
gmake: *** [Makefile:103: release-all] Error 2
-
scoobybejesus
BillyJoeBob: following the compile instructions on github, can you successfully compile the core cli software? rule that out first
-
BillyJoeBob
That's the cli compile
-
selsta
BillyJoeBob: did you follow the steps here?
github.com/monero-project/monero/#on-freebsd
-
scoobybejesus
which version of freebsd?
-
BillyJoeBob
13.2-p2
-
scoobybejesus
i'm checking. slow system. i will chime in later sometime
-
scoobybejesus
-
scoobybejesus
Mine fails too. There are boost warnings near-ish the beginning. I'm going to fiddle around
-
scoobybejesus
-
scoobybejesus
that was built with older dependencies (not much older), and it failed. but i upgraded packages, taking boost from 1.81 to 1.82 and a couple others that don't seem noteworthy, and i built again and it failed in the same place. i will try again single threaded, but otherwise i am out of my league, i think
-
scoobybejesus
same linker error, same spot
-
moneromoooo
You *probably* want to monkey around with ea_config.h, here:
-
moneromoooo
#if !(!defined __GLIBC__ || !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__ || defined __NetBSD__)
-
scoobybejesus
thank you. slightly different ending to the failed compilation, but the same error persists
-
scoobybejesus
-
scoobybejesus
i think i f'ed up. doing over. /me crosses fingers
-
scoobybejesus
nope.. no luck
-
tobtoht[m]
scoobybejesus: try building with -DSTACK_TRACE:BOOL=OFF