Re: ppc64le build failure (error converting bool to vector int?) with lugaru

2016-12-19 Thread Neal Gompa
On Mon, Dec 19, 2016 at 1:26 PM, Jakub Jelinek wrote: > On Mon, Dec 19, 2016 at 01:20:14PM -0500, Neal Gompa wrote: >> >> The most common source is from GCC. >> > >> > These days (for several GCC releases), powerpc as well as spu and recently >> > also s390 (z13) use conditional macros for bool,

Re: ppc64le build failure (error converting bool to vector int?) with lugaru

2016-12-19 Thread Jakub Jelinek
On Mon, Dec 19, 2016 at 01:20:14PM -0500, Neal Gompa wrote: > >> The most common source is from GCC. > > > > These days (for several GCC releases), powerpc as well as spu and recently > > also s390 (z13) use conditional macros for bool, vector, pixel and _Bool, > > which expand differently dependi

Re: ppc64le build failure (error converting bool to vector int?) with lugaru

2016-12-19 Thread Neal Gompa
On Mon, Dec 19, 2016 at 11:27 AM, Jakub Jelinek wrote: > On Mon, Dec 19, 2016 at 05:12:25PM +0100, Florian Weimer wrote: >> On 12/19/2016 05:00 PM, Neal Gompa wrote: >> > Hello, >> > >> > I just imported lugaru and attempted to build it for rawhide, but it >> > failed in such a strange way on ppc6

Re: ppc64le build failure (error converting bool to vector int?) with lugaru

2016-12-19 Thread Jakub Jelinek
On Mon, Dec 19, 2016 at 05:12:25PM +0100, Florian Weimer wrote: > On 12/19/2016 05:00 PM, Neal Gompa wrote: > > Hello, > > > > I just imported lugaru and attempted to build it for rawhide, but it > > failed in such a strange way on ppc64le, with errors saying it can't > > convert bool to vectorize

Re: ppc64le build failure (error converting bool to vector int?) with lugaru

2016-12-19 Thread Florian Weimer
On 12/19/2016 05:00 PM, Neal Gompa wrote: Hello, I just imported lugaru and attempted to build it for rawhide, but it failed in such a strange way on ppc64le, with errors saying it can't convert bool to vectorized ints. Full build log: https://kojipkgs.fedoraproject.org//work/tasks/9921/1695992

ppc64le build failure (error converting bool to vector int?) with lugaru

2016-12-19 Thread Neal Gompa
Hello, I just imported lugaru and attempted to build it for rawhide, but it failed in such a strange way on ppc64le, with errors saying it can't convert bool to vectorized ints. Full build log: https://kojipkgs.fedoraproject.org//work/tasks/9921/16959921/build.log I fully expected lugaru to buil