Bug#882875: [Pkg-opencl-devel] Bug#882875: pocl: FTBFS with cmake: kernel/test_printf fails on i386

2017-11-27 Thread Andreas Beckmann
On 2017-11-27 22:16, James Price wrote: > Reproduced on my 32-bit VM. > > The issue is that the top level CMakeLists.txt checks CMAKE_SYSTEM_PROCESSOR > to determine whether the machine is i386, but on some systems the processor > is actually i686 or similar. Probably just needs to match against

Bug#882875: [Pkg-opencl-devel] Bug#882875: pocl: FTBFS with cmake: kernel/test_printf fails on i386

2017-11-27 Thread James Price
Reproduced on my 32-bit VM. The issue is that the top level CMakeLists.txt checks CMAKE_SYSTEM_PROCESSOR to determine whether the machine is i386, but on some systems the processor is actually i686 or similar. Probably just needs to match against "i.86” instead, which is what the old `fix-tests

Bug#882875: pocl: FTBFS with cmake: kernel/test_printf fails on i386

2017-11-27 Thread Andreas Beckmann
Source: pocl Version: 0.13-12 Severity: serious Justification: fails to build from source (but built successfully in the past) https://buildd.debian.org/status/fetch.php?pkg=pocl&arch=i386&ver=0.13-12&stamp=1511803243&raw=0 Can't reproduce this on my amd64 machine in a i386 chroot. It may be rel