Re: [Mesa-dev] [PATCH] meson: Run the install script with Python 3

2018-08-22 Thread Mathieu Bridon
On Wed, 2018-08-22 at 16:18 +0100, Emil Velikov wrote: > On 22 August 2018 at 15:42, Mathieu Bridon > wrote: > > On Wed, 2018-08-22 at 15:17 +0100, Emil Velikov wrote: > > > On 22 August 2018 at 13:09, Mathieu Bridon > > > wrote: > > > > The script was being run directly as an executable, and it

Re: [Mesa-dev] [PATCH] meson: Run the install script with Python 3

2018-08-22 Thread Eric Engestrom
On Wednesday, 2018-08-22 16:18:20 +0100, Emil Velikov wrote: > On 22 August 2018 at 15:42, Mathieu Bridon wrote: > > On Wed, 2018-08-22 at 15:17 +0100, Emil Velikov wrote: > >> On 22 August 2018 at 13:09, Mathieu Bridon > >> wrote: > >> > The script was being run directly as an executable, and it

Re: [Mesa-dev] [PATCH] meson: Run the install script with Python 3

2018-08-22 Thread Emil Velikov
On 22 August 2018 at 15:42, Mathieu Bridon wrote: > On Wed, 2018-08-22 at 15:17 +0100, Emil Velikov wrote: >> On 22 August 2018 at 13:09, Mathieu Bridon >> wrote: >> > The script was being run directly as an executable, and it has a >> > Python 2 shebang. >> >> Please drop the execute bit and she

Re: [Mesa-dev] [PATCH] meson: Run the install script with Python 3

2018-08-22 Thread Eric Engestrom
On Wednesday, 2018-08-22 16:42:26 +0200, Mathieu Bridon wrote: > On Wed, 2018-08-22 at 15:17 +0100, Emil Velikov wrote: > > On 22 August 2018 at 13:09, Mathieu Bridon > > wrote: > > > The script was being run directly as an executable, and it has a > > > Python 2 shebang. > > > > Please drop the

Re: [Mesa-dev] [PATCH] meson: Run the install script with Python 3

2018-08-22 Thread Mathieu Bridon
On Wed, 2018-08-22 at 15:17 +0100, Emil Velikov wrote: > On 22 August 2018 at 13:09, Mathieu Bridon > wrote: > > The script was being run directly as an executable, and it has a > > Python 2 shebang. > > Please drop the execute bit and shebang - be that with this or a > separate patch. That woul

Re: [Mesa-dev] [PATCH] meson: Run the install script with Python 3

2018-08-22 Thread Emil Velikov
On 22 August 2018 at 13:09, Mathieu Bridon wrote: > The script was being run directly as an executable, and it has a > Python 2 shebang. Please drop the execute bit and shebang - be that with this or a separate patch. As-is the patch is: Reviewed-by: Emil Velikov -Emil _

[Mesa-dev] [PATCH] meson: Run the install script with Python 3

2018-08-22 Thread Mathieu Bridon
The script was being run directly as an executable, and it has a Python 2 shebang. --- src/gallium/targets/dri/meson.build | 1 + src/gallium/targets/va/meson.build| 1 + src/gallium/targets/vdpau/meson.build | 1 + src/gallium/targets/xvmc/meson.build | 1 + src/mesa/drivers/dri/meson.buil