Bug#976572: bio-eagle: FTBFS: MemoryUtils.hpp:34:10: fatal error: xmmintrin.h: No such file or directory

2020-12-05 Thread Lucas Nussbaum
On 05/12/20 at 17:19 +, peter green wrote: > severity 976572 normal > thanks > > > During a rebuild of all packages in sid, your package failed to build > > on arm64 (I don't know if it also fails on amd64). > > It's cool that you have expanded your rebuild tests to include arm64, but it > s

Bug#976572: bio-eagle: FTBFS: MemoryUtils.hpp:34:10: fatal error: xmmintrin.h: No such file or directory

2020-12-05 Thread Michael Crusoe
I pushed a commit that works around the _mm_malloc / xmmintrin.h issue , but there is usage of the rdtsc assembly operand that I don't have an arm64 analogue for. On Sat, 5 Dec 2020 at 21:07, Andreas Tille wrote: > Hi Steve, > > On Sat, Dec 05, 2020 at 04:18:53PM +, Steve McIntyre wrote: > >

Bug#976572: bio-eagle: FTBFS: MemoryUtils.hpp:34:10: fatal error: xmmintrin.h: No such file or directory

2020-12-05 Thread Andreas Tille
Hi Steve, On Sat, Dec 05, 2020 at 04:18:53PM +, Steve McIntyre wrote: > > xmmintrin.h is fundamentally tied to x86-only SIMD intrinsics. Either > the package doesn't support non-x86, or there's a bug and it's > mis-detecting which platform you're on. I guess the problem is that debian/rules

Bug#976572: bio-eagle: FTBFS: MemoryUtils.hpp:34:10: fatal error: xmmintrin.h: No such file or directory

2020-12-05 Thread peter green
severity 976572 normal thanks During a rebuild of all packages in sid, your package failed to build on arm64 (I don't know if it also fails on amd64). It's cool that you have expanded your rebuild tests to include arm64, but it seems your test workflow needs some work. arm64 is not on the arc

Bug#976572: bio-eagle: FTBFS: MemoryUtils.hpp:34:10: fatal error: xmmintrin.h: No such file or directory

2020-12-05 Thread Steve McIntyre
Hey Andreas, On Sat, Dec 05, 2020 at 05:07:41PM +0100, Andreas Tille wrote: >Control: tags -1 help > >Hi Lucas, > >On Sat, Dec 05, 2020 at 01:15:52PM +0100, Lucas Nussbaum wrote: >> During a rebuild of all packages in sid, your package failed to build >> on arm64 (I don't know if it also fails on

Bug#976572: bio-eagle: FTBFS: MemoryUtils.hpp:34:10: fatal error: xmmintrin.h: No such file or directory

2020-12-05 Thread Andreas Tille
Control: tags -1 help Hi Lucas, On Sat, Dec 05, 2020 at 01:15:52PM +0100, Lucas Nussbaum wrote: > During a rebuild of all packages in sid, your package failed to build > on arm64 (I don't know if it also fails on amd64). I admit I have currently no chance to test on arm64 but the package builds

Bug#976572: bio-eagle: FTBFS: MemoryUtils.hpp:34:10: fatal error: xmmintrin.h: No such file or directory

2020-12-05 Thread Lucas Nussbaum
Source: bio-eagle Version: 2.4.1-2 Severity: serious Justification: FTBFS on arm64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201205 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on arm64 (I don't know if it also fails on amd64). Relevant part (hopefull