On Tue, Oct 09 2018, Stuart Henderson <[email protected]> wrote: > On 2018/10/09 08:33, Sebastien Marie wrote: >> Hi, >> >> While upgrading, I saw the following: >> >> Collision in py-llvm-6.0.1->6.0.1p0: the following files already exist >> /usr/local/lib/python2.7/site-packages/six.py (py-six-1.11.0 and >> py-llvm-6.0.1p0) >> >> $ pkg_locate '*2.7/site-packages/six.py' >> py-llvm-6.0.1p0:devel/llvm,-python:/usr/local/lib/python2.7/site-packages/six.py >> py-six-1.11.0:devel/py-six:/usr/local/lib/python2.7/site-packages/six.py >> >> Thanks. >> -- >> Sebastien Marie >> > > Ugh. Good catch. @comment in llvm's PLIST-python, I guess...
Diff is obvious, ok jca@ (before or after lock, your call) More data: six.py is needed by lldb/__init__.py, but loading the lldb module fails early because /usr/local/lib/python2.7/site-packages/lldb/_lldb.so points to /usr/local/lib/liblldb.so instead of /usr/local/lib/liblldb.so.0.0 Something to fix after release, I guess. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
