New comment by jason1987d on void-packages repository https://github.com/void-linux/void-packages/pull/38190#issuecomment-1192945011 Comment: For the first, made a fix. For the second, digging through issues https://github.com/lightvector/KataGo/issues . For the second, not really a c++ ninja, but checking the types here "no matching function" error: no matching function for call .... the types are off double vs double_t ` double_t maxTime = pondering ? searchParams.maxTimePondering : searchParams.maxTime; double tcLimit = 1e30; ` I would assume patch to define std::min for types double:double_t or just cast min(....,....) etc? https://github.com/lightvector/KataGo/issues/662