Hi guix, seg 26 ago 2024 às 11:33:56 (1724682836), nan...@riseup.net enviou: > > However, when running tests it fails the checkasm_audiodsp test with > the following error: > > checkasm: using random seed 3387428695 > SSE: > - audiodsp.audiodsp [OK] > SSE2: > - audiodsp.audiodsp [OK] > SSSE3: > audiodsp.vector_clip_int32_ssse3 (audiodsp.c:112) > - audiodsp.audiodsp [FAILED] > checkasm: 1 of 4 tests have failed > threads=1 > > This _could_ be a hardware error here, but line 112 of audiodsp.c is > also doing some pointer comparison and, well it's doing some audio > vector thingy so afaik it could also be related. > > So what I'm tending to now is to create a separate openal-for-ffmpeg > package definition, patching its CMakeLists.txt at line 350 whe it > tries to check if gcc has protected or default visibility support, > remove that setting and conditionaly enable this alternate package > when building on i686. > > Does that make sense?
No this does not make much sense. Openal is not included on that specific test and it links fine, it's the test per se that failed. So it was probably a hardware error after all. Offloading the build to another machine succeded after applying the patch on #72838 which I've sent for your appreciation. Cheers, PS: my i686 system reconfigure is still ongoing right now. I'll report back if any other issue comes around (fingers crossed).