New comment by marmeladema on void-packages repository https://github.com/void-linux/void-packages/pull/29407#issuecomment-797393626 Comment: Build is fine on all supported arch, some tests are failing probably because they are run in CI: ``` 353/586 Test #353: TestCPUInfo.GetCPUFrequency ............................................***Failed 0.15 sec Note: Google Test filter = TestCPUInfo.GetCPUFrequency [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from TestCPUInfo [ RUN ] TestCPUInfo.GetCPUFrequency ../xbmc/utils/test/TestCPUInfo.cpp:41: Failure Expected: (CServiceBroker::GetCPUInfo()->GetCPUFrequency()) >= (0.f), actual: -1 vs 0 [ FAILED ] TestCPUInfo.GetCPUFrequency (0 ms) [----------] 1 test from TestCPUInfo (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (66 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] TestCPUInfo.GetCPUFrequency 1 FAILED TEST Clean shutdown of TestGlobalPattern1 ... The following tests FAILED: 353 - TestCPUInfo.GetCPUFrequency (Failed) ```