[lldb-dev] [Bug 25801] New: Arch Linux fails to build python support
via lldb-dev
lldb-dev at lists.llvm.org
Thu Dec 10 12:55:21 PST 2015
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-dev at lists.llvm.org
Reporter: todd.fiala at gmail.com
CC: llvm-bugs at 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 the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151210/474a173e/attachment.html>
More information about the lldb-dev
mailing list