New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/34469#issuecomment-1001858779 Comment: To summarize, everything ok with pkg -Q except: - `bogofilter` on musl: 3 tests fail (t.dump.load, t.nonascii.replace, t.bulkmode) - `inkscape` on musl: 13 tests fail (all with SEGFAULT) - `gnuradio` on i686: 5 tests fail (qa_pmt, qa_fecapi_ldpc, qa_agc, qa_ctcss_squelch, qa_constellation) NOTE: for gnuradio on i686 the test `qa_fecapi_ldpc` seems to hang forever (I killed after half an hour and I think that's what timeouts CI after 6 hours). In my rebase above I included a commit that is named "DO NOT MERGE" which is an attempt of a workaround to #31055 to see if we can have CI pass on cross... It's just adding `libgomp-devel` to `makedepends`, I wonder if merging it would cause any harm.