[llvm-bugs] [Bug 25136] New: readline python module is built into the wrong place

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 10 20:33:51 PDT 2015


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

            Bug ID: 25136
           Summary: readline python module is built into the wrong place
           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

The custom readline python module is getting built into the lib dir but should
be built into the python module library dir.

There is a comment I added way back when I added the module (two FIXMES,
actually) in the CMakeLists.txt for the cmake build of the module.  Get that
resolved - when done, the readline shared object should live in the
lib*/python{maj}.{min}/... directory, not the lib directory.

-- 
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/20151011/cb2babfa/attachment.html>


More information about the llvm-bugs mailing list