-
m-relay<legendaryrecluse:matrix.org> @Wallet123
-
m-relay<wizii:matrix.org> hi
-
Guest75Anyone have experience building monero through xbps-src? I am apparently missing something called "monotonic" but I can't seem to find a place to get it from.
-
m-relay<syntheticbird:monero.social> I never met a void linux user before, i'm afraid no one here ever used it
-
Guest75I see, thank you.
-
m-relay<syntheticbird:monero.social> You can still wait as i don't see a lot of read receipts on the Matrix side.
-
m-relay<jeffro256:monero.social> Guest75: It's a python package. If you have pip, try `pip install monotonic`
-
m-relay<jeffro256:monero.social> Or `python3 -m pip install monotonic`
-
Guest75alright
-
m-relay<jeffro256:monero.social> You only need the Python dependencies for testing btw
-
Guest75I mean it refused to even attempt the build without gtest present
-
Guest75is there a flag for explicitly skipping tests?
-
m-relay<vtnerd:monero.social> There's `-DBUILD_TESTS=Off`
-
m-relay<vtnerd:monero.social> It should skip all of that, and if not it's arguably worth a pr to update that
-
Guest75Well that solved the python issue, thanks for the help
-
moneromoooThere is -D EXPECT_FUNCTIONAL_TESTS=OFF, which will let it go ahead and just skip python tests that need monotonic (and a couple others) if not found.
-
moneromoooAh wait, it's not in the actual monero tree, guess I did not PR.