[Pkg-opencl-devel] Bug#806965: oclgrind: FTBFS on ppc64el -- conflict with altivec keyword bool

Fernando Seiti Furusato ferseiti at br.ibm.com
Tue Dec 8 13:43:24 UTC 2015


Fernando Seiti Furusato/Brazil/IBM wrote on 08/12/2015 09:13:26:

> From: Fernando Seiti Furusato/Brazil/IBM
> To: J Price <J.Price at bristol.ac.uk>
> Cc: 806965 at bugs.debian.org, Andreas Beckmann <anbe at debian.org>, 
> control at bugs.debian.org, Breno Henrique Leitao/Brazil/IBM at IBMBR
> Date: 08/12/2015 09:13
> Subject: Re: Bug#806965: oclgrind: FTBFS on ppc64el -- conflict with 
altivec 
> keyword bool
> 
> The errors are pretty much the same.
> But the problem is with keyword bool, not vector.

Turns out it is not as simple.
What helped a lot with vector is that it is being used to define a type
in a header, unlike bool which is used everywhere.
Also the first error is because it is used in an enum in a gcc header.
(/usr/include/c++/5/bits/cpp_type_traits.h)

Maybe it is worth (or possible?) trying to compile the parts that result
in error with the -mno-altivec part.
I am not sure how it all works, let me investigate further.

Regards



More information about the Pkg-opencl-devel mailing list