[lldb-dev] [Bug 25744] New: Linux build breaks when both python 2 and python 3 are installed

via lldb-dev lldb-dev at lists.llvm.org
Fri Dec 4 11:56:38 PST 2015


https://llvm.org/bugs/show_bug.cgi?id=25744

            Bug ID: 25744
           Summary: Linux build breaks when both python 2 and python 3 are
                    installed
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: todd.fiala at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

I'm not sure if this is new, but when both Python 2 and 3 are installed on
Linux, the readline overload module has code that is not Python-3 compatible. 
(I'm pretty sure I've run python 2/3 systems in the past and not hit this, so
it might have crept in more recently).

I think we want to limit Linux to Python 2.x in the short term.  Later, we can
iron out the Python 3 bits.  An alternative would be to fix up the basic
wrapper code to work on both Python 2 and 3, but that's a bit more involved.  I
prefer to handle that as a lower priority follow up step.

See initial report here:
https://bugs.swift.org/browse/SR-14

I'm still working on getting the exact repro environment, but calling it out
now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151204/70d7696b/attachment.html>


More information about the lldb-dev mailing list