00:13:38 It gets stuck here: 00:13:39 [ 60%] Building CXX object src/wallet/CMakeFiles/wallet_rpc_server.dir/wallet_rpc_server.cpp.o 00:13:40 [ 61%] Linking CXX executable ../../bin/monero-wallet-rpc 00:13:40 ld: warning: unknown -z value: noexecheap 00:13:40 ld: error: undefined symbol: el::base::debug::StackTrace::generateNew() 00:13:40 >>> referenced by stack_trace.cpp 00:13:41 >>> stack_trace.cpp.o:(tools::log_stack_trace(char const*)) in archive ../common/libcommon.a 00:13:44 ld: error: undefined symbol: el::base::debug::operator<<(std::__1::basic_ostream >&, el::base::debug::StackTrace const&) 00:13:47 >>> referenced by stack_trace.cpp 00:13:49 >>> stack_trace.cpp.o:(tools::log_stack_trace(char const*)) in archive ../common/libcommon.a 00:13:52 c++: error: linker command failed with exit code 1 (use -v to see invocation) 00:13:54 gmake[3]: *** [src/wallet/CMakeFiles/wallet_rpc_server.dir/build.make:153: bin/monero-wallet-rpc] Error 1 00:13:57 gmake[3]: Leaving directory '/usr/home/josh/git-projects/monero/build/FreeBSD/release-v0.18/release' 00:13:59 gmake[2]: *** [CMakeFiles/Makefile2:3339: src/wallet/CMakeFiles/wallet_rpc_server.dir/all] Error 2 00:14:01 gmake[2]: Leaving directory '/usr/home/josh/git-projects/monero/build/FreeBSD/release-v0.18/release' 00:14:03 gmake[1]: *** [Makefile:146: all] Error 2 00:14:07 gmake[1]: Leaving directory '/usr/home/josh/git-projects/monero/build/FreeBSD/release-v0.18/release' 00:14:09 gmake: *** [Makefile:103: release-all] Error 2 00:18:43 BillyJoeBob: following the compile instructions on github, can you successfully compile the core cli software? rule that out first 01:07:14 That's the cli compile 02:18:34 BillyJoeBob: did you follow the steps here? https://github.com/monero-project/monero/#on-freebsd 02:48:24 which version of freebsd? 13:58:13 13.2-p2 16:21:43 i'm checking. slow system. i will chime in later sometime 20:25:13 https://paste.debian.net/hidden/5103b524/ 20:25:38 Mine fails too. There are boost warnings near-ish the beginning. I'm going to fiddle around 20:29:34 these boost warnings: https://paste.debian.net/hidden/b2ff2802/ 20:37:51 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 20:45:30 same linker error, same spot 21:06:44 You *probably* want to monkey around with ea_config.h, here: 21:06:46 #if !(!defined __GLIBC__ || !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__ || defined __NetBSD__) 22:07:06 thank you. slightly different ending to the failed compilation, but the same error persists 22:07:08 https://paste.debian.net/hidden/2aa2a25d/ 22:49:35 i think i f'ed up. doing over. /me crosses fingers 22:54:56 nope.. no luck 23:14:26 scoobybejesus: try building with -DSTACK_TRACE:BOOL=OFF