Hi! On 29/01/2019 21:53, Guus Sliepen wrote: > retitle 920791 FTBFS on all non-SIMD architectures > forwarded 920791 https://github.com/g-truc/glm/issues/865 > thanks > > On Tue, Jan 29, 2019 at 07:50:44AM +0100, Guus Sliepen wrote: > >> I cannot reproduce it either, but according to the logs it looks like it >> might be some #defines not working properly on some architectures. > The issue is that the new version of GLM conditionally adds constexpr to > some member functions where that would cause a compiler error. It so > happens that constexpr is not used on any architecture with SIMD > instructions supported by GLM, which are amd64 and arm64 as far as I can > tell.
Hmm, i386 fails as well: https://buildd.debian.org/status/fetch.php?pkg=freedink&arch=i386&ver=109.4-3&stamp=1548774599&raw=0 Also, that's reproducible on a local sid-i386 pbuilder. - Sylvain