[lldb-dev] [Bug 21930] New: SWIG generation dependencies are messed up in CMake
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 16 11:21:31 PST 2014
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: zturner at google.com
Reporter: zturner at google.com
CC: lldb-dev at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141216/5a58bb64/attachment.html>
More information about the lldb-dev
mailing list