Re: InsightToolkit fails to build on rawhide due to missing SSE instructions

2015-05-22 Thread Orion Poplawski
On 05/22/2015 06:35 AM, Dominik 'Rathann' Mierzejewski wrote: > On Friday, 22 May 2015 at 05:39, Orion Poplawski wrote: >> we are pulling in sse2 intrinsics. But why is simply including the >> header failing? > > gcc5 doesn't support compiling SSE2 code without -msse2 in the command > line. > >

Re: InsightToolkit fails to build on rawhide due to missing SSE instructions

2015-05-22 Thread Dominik 'Rathann' Mierzejewski
On Friday, 22 May 2015 at 05:39, Orion Poplawski wrote: [...] > Well, the errors are possibly related to that type of code: > > In file included from > /usr/lib/gcc/i686-redhat-linux/5.1.1/include/xmmintrin.h:31:0, > from > /usr/lib/gcc/i686-redhat-linux/5.1.1/include/emmintrin.h:

Re: InsightToolkit fails to build on rawhide due to missing SSE instructions

2015-05-21 Thread Orion Poplawski
On 05/21/2015 10:49 AM, Dominik 'Rathann' Mierzejewski wrote: On Thursday, 21 May 2015 at 17:06, Bruno Wolff III wrote: On Thu, May 21, 2015 at 13:21:19 +0200, Sebastian Pölsterl wrote: I'm currently struggling to get InsightToolkit to build again for rawhide. Currently, the problem is that

Re: InsightToolkit fails to build on rawhide due to missing SSE instructions

2015-05-21 Thread Dominik 'Rathann' Mierzejewski
On Thursday, 21 May 2015 at 17:06, Bruno Wolff III wrote: > On Thu, May 21, 2015 at 13:21:19 +0200, > Sebastian Pölsterl wrote: > > > >I'm currently struggling to get InsightToolkit to build again for > >rawhide. Currently, the problem is that it cannot detect SSE > >instructions when using koji

Re: InsightToolkit fails to build on rawhide due to missing SSE instructions

2015-05-21 Thread Bruno Wolff III
On Thu, May 21, 2015 at 13:21:19 +0200, Sebastian Pölsterl wrote: I'm currently struggling to get InsightToolkit to build again for rawhide. Currently, the problem is that it cannot detect SSE instructions when using koji [1]. It worked for a previous build [2] and still works when doing mockb

Re: InsightToolkit fails to build on rawhide due to missing SSE instructions

2015-05-21 Thread Mario Ceresa
Sebastian: I looked into that and I'm as cluesless as you :( Maybe someone else knows the proper spell... M. On 21 May 2015 at 13:21, Sebastian Pölsterl wrote: > Hi everyone, > > I'm currently struggling to get InsightToolkit to build again for > rawhide. Currently, the problem is that it cann

InsightToolkit fails to build on rawhide due to missing SSE instructions

2015-05-21 Thread Sebastian Pölsterl
Hi everyone, I'm currently struggling to get InsightToolkit to build again for rawhide. Currently, the problem is that it cannot detect SSE instructions when using koji [1]. It worked for a previous build [2] and still works when doing mockbuild locally. During configure, the SSE checks that used