05:51:19 @Wallet123 06:47:06 hi 16:07:05 Anyone 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. 16:08:55 I never met a void linux user before, i'm afraid no one here ever used it 16:09:56 I see, thank you. 16:10:59 You can still wait as i don't see a lot of read receipts on the Matrix side. 16:11:17 Guest75: It's a python package. If you have pip, try `pip install monotonic` 16:11:45 Or `python3 -m pip install monotonic` 16:12:02 alright 16:13:13 You only need the Python dependencies for testing btw 16:18:53 I mean it refused to even attempt the build without gtest present 16:19:39 is there a flag for explicitly skipping tests? 16:30:21 There's `-DBUILD_TESTS=Off` 16:31:04 It should skip all of that, and if not it's arguably worth a pr to update that 16:49:23 Well that solved the python issue, thanks for the help 16:56:07 There 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. 16:58:46 Ah wait, it's not in the actual monero tree, guess I did not PR.