Re: [Mesa-dev] Required Mako version? (WAS: mesa from git fails to compile)

2016-07-24 Thread Pali Rohár
On Tuesday 19 July 2016 05:11:56 Kenneth Graunke wrote:
> On Monday, July 18, 2016 10:58:25 PM PDT Pali Rohár wrote:
> > Any conclusion or fix for this issue?
> 
> Dylan suggested you use pip --user to install a newer version of
> Mako. Is that a workable solution to your problem?

Now I was able to upgrade mako to version 0.9.1, hope that it is enough.

-- 
Pali Rohár
pali.ro...@gmail.com


signature.asc
Description: This is a digitally signed message part.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Required Mako version? (WAS: mesa from git fails to compile)

2016-07-19 Thread Eric Engestrom
On Mon, Jul 18, 2016 at 08:11:56PM -0700, Kenneth Graunke wrote:
> On Monday, July 18, 2016 10:58:25 PM PDT Pali Rohár wrote:
> > Any conclusion or fix for this issue?
> 
> Dylan suggested you use pip --user to install a newer version of Mako.
> Is that a workable solution to your problem?
> 
> I'm having a hard time getting excited about making upstream support
> building against 2011-era software, when doing so makes transitioning
> to Python 3 harder (which is useful for forward-looking distros).

I strongly agree with this.
Sending a patch to raise the required version to 0.8.0 in a couple
minutes.

> Especially when Debian stable and the last two Ubuntu LTS releases
> (2016 and 2014) ship a recent enough version...it's just the LTS
> three back (2012) that doesn't work...
> 
> --Ken
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Required Mako version? (WAS: mesa from git fails to compile)

2016-07-18 Thread Kenneth Graunke
On Monday, July 18, 2016 10:58:25 PM PDT Pali Rohár wrote:
> Any conclusion or fix for this issue?

Dylan suggested you use pip --user to install a newer version of Mako.
Is that a workable solution to your problem?

I'm having a hard time getting excited about making upstream support
building against 2011-era software, when doing so makes transitioning
to Python 3 harder (which is useful for forward-looking distros).
Especially when Debian stable and the last two Ubuntu LTS releases
(2016 and 2014) ship a recent enough version...it's just the LTS
three back (2012) that doesn't work...

--Ken


signature.asc
Description: This is a digitally signed message part.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Required Mako version? (WAS: mesa from git fails to compile)

2016-07-18 Thread Pali Rohár
Any conclusion or fix for this issue?

On Saturday 16 July 2016 02:52:50 Jason Ekstrand wrote:
> Adding Dylan
> 
> On Jul 14, 2016 10:24 PM, "Samuel Iglesias Gonsálvez"
> 
> 
> wrote:
> > On 14/07/16 18:34, Eric Engestrom wrote:
> > > On Thu, Jul 14, 2016 at 04:01:13PM +0100, Eric Engestrom wrote:
> > >> Oh right, there's already check for the Mako version, but the
> > >> minimum is currently set to 0.3.4 (configure.ac:92).
> > >> 
> > >> Emil, you were the one to mention 0.8.0; is that the actual
> > >> minimum, or just a known working version?
> > > 
> > > OK, so I did a bit of digging, and the version check was
> > > introduced by Samuel Iglesias Gonsalvez a couple years ago
> > > (2b37bea0) at 0.7.3, and he later lowered it to 0.3.4
> > > (6d43a4c3), but I can't find any discussion regarding this
> > > change: it seems there was none on the mailing list [0].
> > > 
> > > Adding Samuel so he can enlighten us :)
> > > 
> > > [0]
> > 
> > https://lists.freedesktop.org/archives/mesa-dev/2015-January/074366
> > .html
> > 
> > 
> > There was a discussion in the mailing list. Just after I pushed
> > this patch to master [0] setting it to 0.7.3 (because that was the
> > version I had back then), Dave Airlie mentioned that RHEL6 only
> > ships mako 0.3.4 [1] and asked if we really need a later version
> > or not. We did some tests [2][3] and finally this patch [4] was
> > pushed upstream.
> > 
> > I don't know if we need some feature from mako 0.8.0 to generate
> > isl_format_layout because this file was added later than my change,
> > probably Emil knows it.
> > 
> > Sam
> > 
> > [0]
> > https://lists.freedesktop.org/archives/mesa-dev/2015-January/074000
> > .html [1]
> > https://lists.freedesktop.org/archives/mesa-dev/2015-January/074283
> > .html [2]
> > https://lists.freedesktop.org/archives/mesa-dev/2015-January/074287
> > .html [3]
> > https://lists.freedesktop.org/archives/mesa-dev/2015-January/074332
> > .html [4]
> > https://lists.freedesktop.org/archives/mesa-dev/2015-January/074366
> > .html
> > 
> > 
> > ___
> > mesa-dev mailing list
> > mesa-dev@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/mesa-dev

-- 
Pali Rohár
pali.ro...@gmail.com


signature.asc
Description: This is a digitally signed message part.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Required Mako version? (WAS: mesa from git fails to compile)

2016-07-15 Thread Jason Ekstrand
Adding Dylan

On Jul 14, 2016 10:24 PM, "Samuel Iglesias Gonsálvez" 
wrote:

>
>
> On 14/07/16 18:34, Eric Engestrom wrote:
> > On Thu, Jul 14, 2016 at 04:01:13PM +0100, Eric Engestrom wrote:
> >> Oh right, there's already check for the Mako version, but the minimum is
> >> currently set to 0.3.4 (configure.ac:92).
> >>
> >> Emil, you were the one to mention 0.8.0; is that the actual minimum, or
> >> just a known working version?
> >
> > OK, so I did a bit of digging, and the version check was introduced by
> > Samuel Iglesias Gonsalvez a couple years ago (2b37bea0) at 0.7.3, and
> > he later lowered it to 0.3.4 (6d43a4c3), but I can't find any discussion
> > regarding this change: it seems there was none on the mailing list [0].
> >
> > Adding Samuel so he can enlighten us :)
> >
> > [0]
> https://lists.freedesktop.org/archives/mesa-dev/2015-January/074366.html
> >
>
> There was a discussion in the mailing list. Just after I pushed this
> patch to master [0] setting it to 0.7.3 (because that was the version I
> had back then), Dave Airlie mentioned that RHEL6 only ships mako 0.3.4
> [1] and asked if we really need a later version or not. We did some
> tests [2][3] and finally this patch [4] was pushed upstream.
>
> I don't know if we need some feature from mako 0.8.0 to generate
> isl_format_layout because this file was added later than my change,
> probably Emil knows it.
>
> Sam
>
> [0]
> https://lists.freedesktop.org/archives/mesa-dev/2015-January/074000.html
> [1]
> https://lists.freedesktop.org/archives/mesa-dev/2015-January/074283.html
> [2]
> https://lists.freedesktop.org/archives/mesa-dev/2015-January/074287.html
> [3]
> https://lists.freedesktop.org/archives/mesa-dev/2015-January/074332.html
> [4]
> https://lists.freedesktop.org/archives/mesa-dev/2015-January/074366.html
>
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
>
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Required Mako version? (WAS: mesa from git fails to compile)

2016-07-14 Thread Samuel Iglesias Gonsálvez


On 14/07/16 18:34, Eric Engestrom wrote:
> On Thu, Jul 14, 2016 at 04:01:13PM +0100, Eric Engestrom wrote:
>> Oh right, there's already check for the Mako version, but the minimum is
>> currently set to 0.3.4 (configure.ac:92).
>>
>> Emil, you were the one to mention 0.8.0; is that the actual minimum, or
>> just a known working version?
> 
> OK, so I did a bit of digging, and the version check was introduced by
> Samuel Iglesias Gonsalvez a couple years ago (2b37bea0) at 0.7.3, and
> he later lowered it to 0.3.4 (6d43a4c3), but I can't find any discussion
> regarding this change: it seems there was none on the mailing list [0].
> 
> Adding Samuel so he can enlighten us :)
> 
> [0] https://lists.freedesktop.org/archives/mesa-dev/2015-January/074366.html
> 

There was a discussion in the mailing list. Just after I pushed this
patch to master [0] setting it to 0.7.3 (because that was the version I
had back then), Dave Airlie mentioned that RHEL6 only ships mako 0.3.4
[1] and asked if we really need a later version or not. We did some
tests [2][3] and finally this patch [4] was pushed upstream.

I don't know if we need some feature from mako 0.8.0 to generate
isl_format_layout because this file was added later than my change,
probably Emil knows it.

Sam

[0] https://lists.freedesktop.org/archives/mesa-dev/2015-January/074000.html
[1] https://lists.freedesktop.org/archives/mesa-dev/2015-January/074283.html
[2] https://lists.freedesktop.org/archives/mesa-dev/2015-January/074287.html
[3] https://lists.freedesktop.org/archives/mesa-dev/2015-January/074332.html
[4] https://lists.freedesktop.org/archives/mesa-dev/2015-January/074366.html



signature.asc
Description: OpenPGP digital signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] Required Mako version? (WAS: mesa from git fails to compile)

2016-07-14 Thread Eric Engestrom
On Thu, Jul 14, 2016 at 04:01:13PM +0100, Eric Engestrom wrote:
> Oh right, there's already check for the Mako version, but the minimum is
> currently set to 0.3.4 (configure.ac:92).
> 
> Emil, you were the one to mention 0.8.0; is that the actual minimum, or
> just a known working version?

OK, so I did a bit of digging, and the version check was introduced by
Samuel Iglesias Gonsalvez a couple years ago (2b37bea0) at 0.7.3, and
he later lowered it to 0.3.4 (6d43a4c3), but I can't find any discussion
regarding this change: it seems there was none on the mailing list [0].

Adding Samuel so he can enlighten us :)

[0] https://lists.freedesktop.org/archives/mesa-dev/2015-January/074366.html
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev