Re: [gentoo-portage-dev] Re: [PATCH] locks: use fcntl.flock if fcntl.lockf is broken (bug 595146)

2016-10-01 Thread Zac Medico
On 10/01/2016 09:30 PM, Brian Dolbec wrote:
> On Sat, 1 Oct 2016 17:08:46 -0700
> Zac Medico  wrote:
> 
>> On 09/25/2016 11:44 PM, Zac Medico wrote:
>>> This is needed for Windows Subsystem for Linux (WSL), as well as
>>> older versions of PyPy.
>>>
>>> X-Gentoo-bug: 595146
>>> X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=595146
>>> ---
>>>  pym/portage/locks.py | 59
>>> +--- 1 file
>>> changed, 52 insertions(+), 7 deletions(-)  
>>
>> Any feedback on this? I think we should merge it, for inclusion in
>> portage-2.3.2.
> 
> 
> Sorry, been out all day, and again tomorrow...
> 
> Yeah, looks fine

Thanks, merged:

https://gitweb.gentoo.org/proj/portage.git/commit/?id=5ef5fbaab88de47d4dbab333661d3525261d7633
-- 
Thanks,
Zac



Re: [gentoo-portage-dev] Re: [PATCH] locks: use fcntl.flock if fcntl.lockf is broken (bug 595146)

2016-10-01 Thread Brian Dolbec
On Sat, 1 Oct 2016 17:08:46 -0700
Zac Medico  wrote:

> On 09/25/2016 11:44 PM, Zac Medico wrote:
> > This is needed for Windows Subsystem for Linux (WSL), as well as
> > older versions of PyPy.
> > 
> > X-Gentoo-bug: 595146
> > X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=595146
> > ---
> >  pym/portage/locks.py | 59
> > +--- 1 file
> > changed, 52 insertions(+), 7 deletions(-)  
> 
> Any feedback on this? I think we should merge it, for inclusion in
> portage-2.3.2.


Sorry, been out all day, and again tomorrow...

Yeah, looks fine
-- 
Brian Dolbec