Re: [Mesa-dev] [PATCH 1/2] configure.ac: require pthread-stubs only where available

2017-03-13 Thread Emil Velikov
On 10 March 2017 at 19:02, Randy Fishel wrote: > > On Fri, 10 Mar 2017, Emil Velikov wrote: > >> On 2 March 2017 at 19:02, Emil Velikov wrote: >> > From: Emil Velikov >> > >> > The project is a thing only for BSD platforms. Or in other words - for >> > any other platforms building/installing pth

Re: [Mesa-dev] [PATCH 1/2] configure.ac: require pthread-stubs only where available

2017-03-13 Thread Randy Fishel
On Fri, 10 Mar 2017, Emil Velikov wrote: > On 2 March 2017 at 19:02, Emil Velikov wrote: > > From: Emil Velikov > > > > The project is a thing only for BSD platforms. Or in other words - for > > any other platforms building/installing pthread-stubs results only in a > > pthread-stub.pc file. >

Re: [Mesa-dev] [PATCH 1/2] configure.ac: require pthread-stubs only where available

2017-03-10 Thread Jon Turney
On 02/03/2017 19:02, Emil Velikov wrote: From: Emil Velikov The project is a thing only for BSD platforms. Or in other words - for any other platforms building/installing pthread-stubs results only in a pthread-stub.pc file. And even where it provides a DSO, there's a fundamental design issue

Re: [Mesa-dev] [PATCH 1/2] configure.ac: require pthread-stubs only where available

2017-03-10 Thread Emil Velikov
On 2 March 2017 at 19:02, Emil Velikov wrote: > From: Emil Velikov > > The project is a thing only for BSD platforms. Or in other words - for > any other platforms building/installing pthread-stubs results only in a > pthread-stub.pc file. > > And even where it provides a DSO, there's a fundament

Re: [Mesa-dev] [PATCH 1/2] configure.ac: require pthread-stubs only where available

2017-03-03 Thread Emil Velikov
On 2 March 2017 at 19:34, Gary Wong wrote: > On Thu, Mar 02, 2017 at 07:02:44PM +, Emil Velikov wrote: >> Jeremy, others, >> >> Afaict pthread-stubs expands to a simple .pc on your platforms, but a >> confirmation will be greatly appreciated. > > Hurd is not really "my" platform, but yes, I ag

Re: [Mesa-dev] [PATCH 1/2] configure.ac: require pthread-stubs only where available

2017-03-03 Thread Eric Engestrom
On Thursday, 2017-03-02 19:02:44 +, Emil Velikov wrote: > From: Emil Velikov > > The project is a thing only for BSD platforms. Or in other words - for > any other platforms building/installing pthread-stubs results only in a > pthread-stub.pc file. > > And even where it provides a DSO, ther

Re: [Mesa-dev] [PATCH 1/2] configure.ac: require pthread-stubs only where available

2017-03-02 Thread Jeremy Sequoia
Reviewed-by: Jeremy Huddleston Sequoia Seems like the right change to me. I was always a bit perplexed as to why that was there in the first place, so I'm glad to see it get the boot where not needed. Sent from my iPhone... > On Mar 2, 2017, at 11:02, Emil Velikov wrote: > > From: Emil Vel

Re: [Mesa-dev] [PATCH 1/2] configure.ac: require pthread-stubs only where available

2017-03-02 Thread Gary Wong
On Thu, Mar 02, 2017 at 07:02:44PM +, Emil Velikov wrote: > Jeremy, others, > > Afaict pthread-stubs expands to a simple .pc on your platforms, but a > confirmation will be greatly appreciated. Hurd is not really "my" platform, but yes, I agree that with its current libc, pthreads-stubs is me

[Mesa-dev] [PATCH 1/2] configure.ac: require pthread-stubs only where available

2017-03-02 Thread Emil Velikov
From: Emil Velikov The project is a thing only for BSD platforms. Or in other words - for any other platforms building/installing pthread-stubs results only in a pthread-stub.pc file. And even where it provides a DSO, there's a fundamental design issue with it - see the pthread-stubs mailing lis