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

Todd Fiala tfiala at google.com
Thu Dec 5 07:35:48 PST 2013


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/3c69ba28/attachment.html>


More information about the lldb-dev mailing list