[llvm-bugs] [Bug 39951] New: Clang lacks execution permission bit in clang-7 nightly
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 11 04:26:10 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=39951
Bug ID: 39951
Summary: Clang lacks execution permission bit in clang-7
nightly
Product: Packaging
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: deb packages
Assignee: unassignedbugs at nondot.org
Reporter: p at pwaller.net
CC: llvm-bugs at lists.llvm.org
As of very recently, clang has stopped working in . It seems the binaries lack
the execution permission bit, leading to "make[2]: execvp: /usr/bin/clang++-7:
Permission denied".
The missing permission bit can be seen by inspecting the debian archive:
$ dpkg -c clang-7_7.0.1~svn348686-1~exp1~20181210143841.48_amd64.deb | grep
/usr/lib/llvm-7/bin/clang
-rw-r--r-- root/root 31056528 2018-12-10 14:38 ./usr/lib/llvm-7/bin/clang
lrwxrwxrwx root/root 0 2018-12-10 14:38 ./usr/lib/llvm-7/bin/clang++ ->
clang
lrwxrwxrwx root/root 0 2018-12-10 14:38 ./usr/lib/llvm-7/bin/clang-7 ->
clang
lrwxrwxrwx root/root 0 2018-12-10 14:38 ./usr/lib/llvm-7/bin/clang-cpp
-> clang
--
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/llvm-bugs/attachments/20181211/75a87383/attachment.html>
More information about the llvm-bugs
mailing list