Re: [lldb-dev] Redundant six.py copy

2016-05-03 Thread Ted Woodward via lldb-dev
> -Original Message- > From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Pavel > Labath via lldb-dev > Sent: Tuesday, May 03, 2016 4:01 AM > To: Kamil Rytarowski > Cc: LLDB > Subject: Re: [lldb-dev] Redundant six.py copy > > We could have a cmake option,

Re: [lldb-dev] Redundant six.py copy

2016-05-03 Thread Pavel Labath via lldb-dev
m, a >>> Linux Foundation Collaborative Project >>> >>>> -Original Message- >>>> From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Kamil >>>> Rytarowski via lldb-dev >>>> Sent: Monday, May 02, 2016 4:36 PM >>

Re: [lldb-dev] Redundant six.py copy

2016-05-02 Thread Kamil Rytarowski via lldb-dev
vm.org] On Behalf Of Kamil >>> Rytarowski via lldb-dev >>> Sent: Monday, May 02, 2016 4:36 PM >>> To: Reid Kleckner >>> Cc: LLDB >>> Subject: Re: [lldb-dev] Redundant six.py copy >>> >>> >>> >>> On 02.05.2016 18

Re: [lldb-dev] Redundant six.py copy

2016-05-02 Thread Greg Clayton via lldb-dev
l Message- >> From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Kamil >> Rytarowski via lldb-dev >> Sent: Monday, May 02, 2016 4:36 PM >> To: Reid Kleckner >> Cc: LLDB >> Subject: Re: [lldb-dev] Redundant six.py copy >> >> >

Re: [lldb-dev] Redundant six.py copy

2016-05-02 Thread Ted Woodward via lldb-dev
[mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Kamil > Rytarowski via lldb-dev > Sent: Monday, May 02, 2016 4:36 PM > To: Reid Kleckner > Cc: LLDB > Subject: Re: [lldb-dev] Redundant six.py copy > > > > On 02.05.2016 18:40, Reid Kleckner wrote: > > On

Re: [lldb-dev] Redundant six.py copy

2016-05-02 Thread Kamil Rytarowski via lldb-dev
On 02.05.2016 18:40, Reid Kleckner wrote: > On Sun, May 1, 2016 at 2:21 PM, Kamil Rytarowski via lldb-dev > mailto:lldb-dev@lists.llvm.org>> wrote: > > It has been noted that LLDB installs its own copy of six.py > (third_party/Python/module/six/six.py) that conflicts with a standalone >

Re: [lldb-dev] Redundant six.py copy

2016-05-02 Thread Reid Kleckner via lldb-dev
On Sun, May 1, 2016 at 2:21 PM, Kamil Rytarowski via lldb-dev < lldb-dev@lists.llvm.org> wrote: > It has been noted that LLDB installs its own copy of six.py > (third_party/Python/module/six/six.py) that conflicts with a standalone > one lang/py-six (path in pkgsrc). > > Could we reuse an external

Re: [lldb-dev] Redundant six.py copy

2016-05-01 Thread Kamil Rytarowski via lldb-dev
There are currently 83 packages that require py-six in pkgsrc [1] and changes for a conflict are high, unless someone is using a bare system with a minimal set of packages. I'm looking for a solution that is applicable upstream and isn't patching the sources downstream. Can other users install py-

Re: [lldb-dev] Redundant six.py copy

2016-05-01 Thread Zachary Turner via lldb-dev
Six isn't a module that is normally installed. I think the pythonic way to do this is tell people "you need to install six before you can use lldb", but given the number of different ways in which people use it and the different needs, this isn't ideal. There are no plans to drop support for 2.7,