Re: [Mesa-dev] [PATCH 1/2] scons: require scons 2.4 or greater

2018-08-07 Thread Emil Velikov
On 1 August 2018 at 18:48, Juan A. Suarez Romero wrote: > There is a bug with scons 2.3, used in Travis, where it fails to detect > some C functions. Obviously this has landed, but for the future please provide examples instead of just "some". Thanks Emil

Re: [Mesa-dev] [PATCH 1/2] scons: require scons 2.4 or greater

2018-08-01 Thread Andres Gomez
This is: Reviewed-by: Andres Gomez On Wed, 2018-08-01 at 19:48 +0200, Juan A. Suarez Romero wrote: > There is a bug with scons 2.3, used in Travis, where it fails to detect > some C functions. > --- > SConstruct | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/SConstruct

[Mesa-dev] [PATCH 1/2] scons: require scons 2.4 or greater

2018-08-01 Thread Juan A. Suarez Romero
There is a bug with scons 2.3, used in Travis, where it fails to detect some C functions. --- SConstruct | 6 ++ 1 file changed, 6 insertions(+) diff --git a/SConstruct b/SConstruct index a59a8ea210e..6e034fb968f 100644 --- a/SConstruct +++ b/SConstruct @@ -27,6 +27,12 @@ import SCons.Util