http://llvm.org/bugs/show_bug.cgi?id=21930

            Bug ID: 21930
           Summary: SWIG generation dependencies are messed up in CMake
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: ztur...@google.com
          Reporter: ztur...@google.com
                CC: lldb-dev@cs.uiuc.edu
    Classification: Unclassified

Frequently you can get into a situation where you have a 0 byte .pyd file for
the extension module.  I'm not sure what triggers this, perhaps a stale symlink
or something, but when it happens, LLDB starts up with some python errors.  The
only way to fix it is to physically delete both liblldb and the entire
lib\site-packages folder and then rebuild.  If you delete only one of the two,
it's not enough.  This means incremental builds are broken until you do this
manual step.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to