New comment by Gigahawk on void-packages repository https://github.com/void-linux/void-packages/pull/35105#issuecomment-1016257406 Comment: The build errors for i686 I assume have to do with the `icu` stuff still being in the backlog: ``` [/tsutil/creststn/TestBinaryCollationData] *Note* some errors are data-loading related. If the data used is not the stock ICU data (i.e some have been added or removed), consider using the '-w' option to turn these errors into warnings. Elapsed Time: 00:00:16.417 make[2]: *** [Makefile:98: check-local] Error 1 make[2]: Leaving directory '/builddir/icu/source/test/cintltst' ------------- | *** FAILING TEST SUMMARY FOR: intltest TestGetSize ResourceBundleTest utility | *** END FAILING TEST SUMMARY FOR: intltest ------------- | *** FAILING TEST SUMMARY FOR: cintltst /tsutil/crestst/TestGetSize /tsutil/creststn/TestNewTypes /tsutil/creststn/TestBinaryCollationData | *** END FAILING TEST SUMMARY FOR: cintltst --------------- ALL TESTS SUMMARY: ok: testdata iotest ===== ERRS: intltest cintltst make[1]: *** [Makefile:91: check-recursive] Error 1 make[1]: Leaving directory '/builddir/icu/source/test' make: *** [Makefile:153: check-recursive] Error 2 => ERROR: icu-70.1_1: do_check: '${make_cmd} ${make_check_args} ${make_check_target}' exited with 2 => ERROR: in do_check() at common/build-style/gnu-configure.sh:33 Error: Process completed with exit code 1. ``` I'm not sure what to make of the x86_64-musl errors, it looks like a test is failing (presumably due to differences between musl and glibc) ``` Testing Mutable priority queue - first pop ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libslic3r_tests is a Catch v2.13.6 host application. Run with -? for options ------------------------------------------------------------------------------- Mutable priority queue - first pop ------------------------------------------------------------------------------- /builddir/PrusaSlicer-version_2.4.0/tests/libslic3r/test_mutable_priority_queue.cpp:343 ............................................................................... /builddir/PrusaSlicer-version_2.4.0/tests/libslic3r/test_mutable_priority_queue.cpp:367: FAILED: CHECK( valid ) with expansion: false Testing Mutable priority queue complex Passed in 0.005678 [seconds] ```