[lldb-dev] make install is currently broken - does not respect prefix.

Todd Fiala tfiala at google.com
Thu Dec 5 08:11:01 PST 2013


As a side note, part of that change was to fail when the python packages
don't actually install rather than just failing silently.  You might want
to double check whether the lldb package is actually going where you want
in this case - while everything may have been just fine before for your
setup, it also could be the case that they python packages are not
installing and you just aren't getting an error due to the silent failure.


On Thu, Dec 5, 2013 at 7:35 AM, Todd Fiala <tfiala at google.com> wrote:

> Hi Sylvestre,
>
> What in the configure process is telling it to append this part:
>
> /tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/debian/tmp
>
> to the install prefix?  I suspect I may just need to have a typically-empty-but-not-in-your-case variable to the front part of the install location.  I was using $prefix to get the --prefix={something} part.
>
>
>
> On Thu, Dec 5, 2013 at 4:56 AM, Sylvestre Ledru <sylvestre at debian.org>wrote:
>
>>  Hello,
>>
>> I had to revert commit r196413. It broke the make install.
>>
>> Full log:http://llvm-jenkins.debian.net/job/llvm-toolchain-binaries/architecture=amd64,distribution=unstable/418/
>>
>> Summary:
>> "*/tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/tools/lldb/source/Interpreter/*../..*/scripts/finish-swig-wrapper-classes.sh" "/tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/tools/lldb/source/Interpreter/*../.." "/tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/build-llvm/tools/lldb/source/Interpreter" "/tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/build-llvm/tools/lldb/source/Interpreter" "/usr/lib/llvm-3.5" -m
>> mkdir: cannot create directory '/usr/lib/llvm-3.5': Permission denied
>> Error: Unable to find or create /usr/lib/llvm-3.5/lib/python2.7/site-packages/lldb
>> /tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/tools/lldb/scripts/Python/finish-swig-Python-LLDB.sh failed with exit code 1
>> make[6]: *** [install-local] Error 1
>> make[6]: Leaving directory `/tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/build-llvm/tools/lldb/source/Interpreter'
>> make[5]: *** [install] Error 1
>>
>>
>> here, it should install in
>> /tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/debian/tmp/usr/lib/llvm-3.5/lib/python2.7/site-packages/
>>
>>  Sylvestre
>>
>>
>> _______________________________________________
>> lldb-dev mailing list
>> lldb-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20131205/27046b97/attachment.html>


More information about the lldb-dev mailing list