-
-
-
Elizabeth_Saul
Hey! We need some help with the node. We are trying to collect the node using the openmonero source and open Monero uses your source code afaik.
-
Elizabeth_Saul
and when doing the tests we’re receiving the following errors:
-
Elizabeth_Saul
[ 90%] Building CXX object tests/unit_tests/CMakeFiles/unit_tests.dir/node_server.cpp.o
-
Elizabeth_Saul
acceptor.listen(boost::asio::socket_base::max_listen_connections, ec);
-
Elizabeth_Saul
^~~~~~~~~~~~~~~~~~~~~~
-
Elizabeth_Saul
tests/unit_tests/CMakeFiles/unit_tests.dir/build.make:1046: recipe for target 'tests/unit_tests/CMakeFiles/unit_tests.dir/node_server.cpp.o' failed
-
Elizabeth_Saul
make[3]: Leaving directory '/opt/monero/build/release'
-
Elizabeth_Saul
make[3]: *** [tests/unit_tests/CMakeFiles/unit_tests.dir/node_server.cpp.o] Error 1
-
Elizabeth_Saul
make[2]: *** [tests/unit_tests/CMakeFiles/unit_tests.dir/all] Error 2
-
Elizabeth_Saul
CMakeFiles/Makefile2:6085: recipe for target 'tests/unit_tests/CMakeFiles/unit_tests.dir/all' failed
-
Elizabeth_Saul
make[2]: Leaving directory '/opt/monero/build/release'
-
Elizabeth_Saul
Makefile:140: recipe for target 'all' failed
-
Elizabeth_Saul
make[1]: Leaving directory '/opt/monero/build/release'
-
Elizabeth_Saul
make[1]: *** [all] Error 2
-
Elizabeth_Saul
make: *** [release-all] Error 2
-
Elizabeth_Saul
Makefile:102: recipe for target 'release-all' failed
-
Elizabeth_Saul
The command '/bin/sh -c cd monero/ && USE_SINGLE_BUILDDIR=1 make' returned a non-zero code: 2
-
Elizabeth_Saul
Could you please tell me what we should do?
-
iDunk
#7654
-
mj-xmr_
-
sxevxkbfpiwn
Will you HODL XMR or dump it for Tari when it comes out? Will others?
-
-
moneromooo
Do you have networking up ?
-
moneromooo
I remember hitting a very similar thing (and fuck those build systems downloading stuff, seriously)
-
CCosta[m]
yeah 🤔 I mean, cloned the repo without a problem
-
moneromooo
IIRC my problem was not networking being down since I could wget it. Can't recall the exact issue...
-
CCosta[m]
yeah, scary to see that it's not even versioned
-
-
CCosta[m]
I'll ask around the gentoo-udev chan on irc 👍️
-
moneromooo
If you work it out, please let me know, I'm pretty sure I hit that a few years ago and totally forgot the trick :/
-
CCosta[m]
well, sounds like `autogen.sh` was using it just to produce the man pages .. so, just got rid of it (literally `echo "" > ./man/make.sh`)
-
moneromooo
Fair enough, doesn't give the answer to the mystery though.
-
CCosta[m]
🤷♂️
-
CCosta[m]
should I PR a change in? I'm sure we build udev in the Dockerfile .. not sure if we build it elsewhere
-
moneromooo
With a hack like that ? Meh.
-
CCosta[m]
👍️