Following up on #15708, in my local system everything is working up until this:
CXXLD test/test_bitcoin_fuzzy
Undefined first referenced
symbol in file
getnameinfo libbitcoin_common.a(libbitcoin_common_a-netaddress.o) (symbol belongs to implicit dependency /lib/amd64/libsocket.so.1)
ld: fatal: symbol referencing errors. No output written to test/.libs/test_bitcoin_fuzzy
collect2: error: ld returned 1 exit status
gmake[2]: *** [Makefile:4481: test/test_bitcoin_fuzzy] Error 1
With --disable-tests this error wouldn't happen, but while I'm working on this, why not leave everything working.
Could the above be easily fixed for Illumos (SmartOS in this case) systems?