<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - RHEL 7: cmake-based build fails to find lldb python module during testing and lldb drive loading"
   href="https://llvm.org/bugs/show_bug.cgi?id=25134">25134</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>RHEL 7: cmake-based build fails to find lldb python module during testing and lldb drive loading
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>todd.fiala@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>While investigating:
<a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - scripts/Python/modules/readline needs libpthread and libdl"
   href="show_bug.cgi?id=24043">https://llvm.org/bugs/show_bug.cgi?id=24043</a>

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>