New comment by pullmoll on void-packages repository https://github.com/void-linux/void-packages/pull/24258#issuecomment-678936519 Comment: Testing the outcome of systems built with gcc10.2.0 is now possible. I have a bunch of ISOs with live systems at https://repo.voidlinux.de/live/ for you to download. If you have time, perhaps test your favourite DE and see if everything works as it should. Currently firefox-esr fails to build for i686 because of assembler statements in `/builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm`: ``` 4:59.27 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:1346: error: `%ifndef' expects macro identifiers 4:59.27 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:266: ... from macro `CDEF_FILTER' defined here 4:59.27 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:263: ... from macro `LEA' defined here 4:59.27 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:1172: ... from macro `call' defined here 4:59.27 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:1179: ... from macro `call_internal' defined here 4:59.31 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:1347: error: `%ifndef' expects macro identifiers 4:59.31 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:266: ... from macro `CDEF_FILTER' defined here 4:59.31 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:263: ... from macro `LEA' defined here 4:59.31 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:1172: ... from macro `call' defined here 4:59.31 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:1179: ... from macro `call_internal' defined here 4:59.35 /builddir/firefox-68.11.0/third_party/dav1d/src/x86/cdef_sse.asm:1348: error: `%ifndef' expects macro identifiers ``` This is why there are no i686 images except base and lxqt: the others need firefox-esr.