New issue by mhmdanas on void-packages repository https://github.com/void-linux/void-packages/issues/47243 Description: ### Is this a new report? Yes ### System Info Void 6.5.11_1 x86_64 GenuineIntel notuptodate rrdFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ### Package(s) Affected krita-5.2.1_2 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour The template should build successfully. ### Actual behaviour The build fails with a LOT of errors that look something like this (i686 build): ``` /usr/include/xsimd/types/xsimd_api.hpp: In function 'bool xsimd::all(const batch_bool&)': /usr/include/xsimd/types/xsimd_api.hpp:2497:24: error: 'all' is not a member of 'xsimd::kernel'; did you mean 'xsimd::all'? 2497 | return kernel::all(x, A {}); | ^~~ /usr/include/xsimd/types/xsimd_api.hpp:2494:17: note: 'xsimd::all' declared here 2494 | inline bool all(batch_bool const& x) noexcept | ^~~ /usr/include/xsimd/types/xsimd_api.hpp:2497:29: error: expected primary-expression before '>' token 2497 | return kernel::all(x, A {}); | ^ /usr/include/xsimd/types/xsimd_api.hpp: In function 'bool xsimd::any(const batch_bool&)': /usr/include/xsimd/types/xsimd_api.hpp:2512:24: error: 'any' is not a member of 'xsimd::kernel'; did you mean 'xsimd::any'? 2512 | return kernel::any(x, A {}); | ^~~ /usr/include/xsimd/types/xsimd_api.hpp:2509:17: note: 'xsimd::any' declared here 2509 | inline bool any(batch_bool const& x) noexcept | ^~~ /usr/include/xsimd/types/xsimd_api.hpp:2512:29: error: expected primary-expression before '>' token 2512 | return kernel::any(x, A {}); ``` The errors are all in the xsimd headers as far as I can see, so I suspect they're related to the recent xsimd bump (de75fb14523). ### Steps to reproduce 1. Try to build `krita` targeting a 32-bit arch