New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/38190#issuecomment-1192906708 Comment: armv6l is fixed by standard if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic" makedepends+=" libatomic-devel" fi For i686 upstream would need to fix errors like below, could you report? /builddir/KataGo-1.11.0/cpp/search/search.cpp: In member function 'void Search::runWholeSearch(std::atomic&, std::function*, bool, const TimeControls&, double)': /builddir/KataGo-1.11.0/cpp/search/search.cpp:493:114: error: no matching function for call to 'min(double&, double_t&)' 493 | double upperBoundVisits = computeUpperBoundVisitsLeftDueToTime(rootVisits, timeUsed, std::min(tcLimit,maxTime));