[llvm-bugs] [Bug 25134] New: RHEL 7: cmake-based build fails to find lldb python module during testing and lldb drive loading
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Oct 10 01:39:10 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25134
Bug ID: 25134
Summary: RHEL 7: cmake-based build fails to find lldb python
module during testing and lldb drive loading
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
While investigating:
https://llvm.org/bugs/show_bug.cgi?id=24043
I found the lldb test suite fails to find the built lldb python modules, as
everything is located in the lib/ dir except for the python2.7 module. That is
built into the lib64 directory.
We'll need to figure out if we need to be using the lib64 directory in general
on RHEL (which I suspect is the case). If so, we may need to get smarter about
the lib directory naming on such a system.
The simpler hack of symbolically linking lib/python2.7 to lib64/python2.7
allows the test suite to run.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151010/a51049d1/attachment.html>
More information about the llvm-bugs
mailing list