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

            Bug ID: 25801
           Summary: Arch Linux fails to build python support
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-...@lists.llvm.org
          Reporter: todd.fi...@gmail.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

There are possibly two issues here:

* python 2.x and 3.x, where we want to prefer python 2.x
* symbol definitions around Py_InitModule4, where ArchLinux x86_64 is needing
it to be defined Py_InitModule4_64 whereas Ubuntu x86_64 doesn't require that.

Breaking this one out separately from a Gentoo one since the solutions for both
are not necessarily one and the same.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to