<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - lld and clang do not have proper permissions"
   href="https://bugs.llvm.org/show_bug.cgi?id=40017">40017</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>lld and clang do not have proper permissions
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Packaging
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>deb packages
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>natechancellor@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>On Ubuntu 18.10, with the latest nightly snapshot from apt.llvm.org, clang-8
and lld-8 are not executable so they cannot be executed.

<a href="https://travis-ci.com/ClangBuiltLinux/dockerimage/builds/94590369">https://travis-ci.com/ClangBuiltLinux/dockerimage/builds/94590369</a>

<a href="https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/165090120">https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/165090120</a>

root@eae38278fff3:/# ls -al /usr/bin/{clang,lld}-8 
lrwxrwxrwx 1 root root 23 Dec 12 19:50 /usr/bin/clang-8 ->
../lib/llvm-8/bin/clang
lrwxrwxrwx 1 root root 21 Dec 12 19:50 /usr/bin/lld-8 -> ../lib/llvm-8/bin/lld
root@eae38278fff3:/# ls -al /usr/lib/llvm-8/bin 
total 51188
drwxr-xr-x 2 root root     4096 Dec 13 02:13 .
drwxr-xr-x 6 root root     4096 Dec 13 02:13 ..
-rwxr-xr-x 1 root root  3697296 Dec 12 19:50 bugpoint
-rw-r--r-- 1 root root 31582896 Dec 12 19:50 clang
lrwxrwxrwx 1 root root        5 Dec 12 19:50 clang++ -> clang
lrwxrwxrwx 1 root root        5 Dec 12 19:50 clang-8 -> clang
lrwxrwxrwx 1 root root        5 Dec 12 19:50 clang-cpp -> clang
-rwxr-xr-x 1 root root   312000 Dec 12 19:50 dsymutil
lrwxrwxrwx 1 root root        3 Dec 12 19:50 ld.lld -> lld
lrwxrwxrwx 1 root root        3 Dec 12 19:50 ld64.lld -> lld
-rwxr-xr-x 1 root root   155320 Dec 12 19:50 llc
-rw-r--r-- 1 root root  3300144 Dec 12 19:50 lld
lrwxrwxrwx 1 root root        3 Dec 12 19:50 lld-link -> lld
-rw-r--r-- 1 root root   282152 Dec 12 19:50 lli
-rwxr-xr-x 1 root root   318256 Dec 12 19:50 lli-child-target
-rwxr-xr-x 1 root root    18384 Dec 12 19:50 llvm-PerfectShuffle
-rwxr-xr-x 1 root root    56264 Dec 12 19:50 llvm-ar
-rwxr-xr-x 1 root root    22808 Dec 12 19:50 llvm-as
-rwxr-xr-x 1 root root    55632 Dec 12 19:50 llvm-bcanalyzer
-rwxr-xr-x 1 root root    78944 Dec 12 19:50 llvm-c-test
-rwxr-xr-x 1 root root    22800 Dec 12 19:50 llvm-cat
-rwxr-xr-x 1 root root    93256 Dec 12 19:50 llvm-cfi-verify
-rwxr-xr-x 1 root root    93400 Dec 12 19:50 llvm-config
-rwxr-xr-x 1 root root   245032 Dec 12 19:50 llvm-cov
-rwxr-xr-x 1 root root    22728 Dec 12 19:50 llvm-cvtres
-rwxr-xr-x 1 root root    68096 Dec 12 19:50 llvm-cxxdump
-rwxr-xr-x 1 root root    22800 Dec 12 19:50 llvm-cxxfilt
-rwxr-xr-x 1 root root    26920 Dec 12 19:50 llvm-cxxmap
-rwxr-xr-x 1 root root    51496 Dec 12 19:50 llvm-diff
-rwxr-xr-x 1 root root    27056 Dec 12 19:50 llvm-dis
lrwxrwxrwx 1 root root        7 Dec 12 19:50 llvm-dlltool -> llvm-ar
-rwxr-xr-x 1 root root   101600 Dec 12 19:50 llvm-dwarfdump
-rwxr-xr-x 1 root root    85192 Dec 12 19:50 llvm-dwp
-rwxr-xr-x 1 root root   262520 Dec 12 19:50 llvm-exegesis
-rwxr-xr-x 1 root root    39384 Dec 12 19:50 llvm-extract
lrwxrwxrwx 1 root root        7 Dec 12 19:50 llvm-lib -> llvm-ar
-rwxr-xr-x 1 root root    43616 Dec 12 19:50 llvm-link
-rwxr-xr-x 1 root root   163248 Dec 12 19:50 llvm-lto
-rwxr-xr-x 1 root root   134216 Dec 12 19:50 llvm-lto2
-rwxr-xr-x 1 root root    89320 Dec 12 19:50 llvm-mc
-rwxr-xr-x 1 root root   192264 Dec 12 19:50 llvm-mca
-rwxr-xr-x 1 root root    18664 Dec 12 19:50 llvm-modextract
-rwxr-xr-x 1 root root    22672 Dec 12 19:50 llvm-mt
-rwxr-xr-x 1 root root   117968 Dec 12 19:50 llvm-nm
-rwxr-xr-x 1 root root   285504 Dec 12 19:50 llvm-objcopy
-rwxr-xr-x 1 root root   524912 Dec 12 19:50 llvm-objdump
-rwxr-xr-x 1 root root    43352 Dec 12 19:50 llvm-opt-report
-rwxr-xr-x 1 root root   886440 Dec 12 19:50 llvm-pdbutil
-rwxr-xr-x 1 root root   125688 Dec 12 19:50 llvm-profdata
lrwxrwxrwx 1 root root        7 Dec 12 19:50 llvm-ranlib -> llvm-ar
-rwxr-xr-x 1 root root   142016 Dec 12 19:50 llvm-rc
lrwxrwxrwx 1 root root       12 Dec 12 19:50 llvm-readelf -> llvm-readobj
-rwxr-xr-x 1 root root   950584 Dec 12 19:50 llvm-readobj
-rwxr-xr-x 1 root root    68688 Dec 12 19:50 llvm-rtdyld
-rwxr-xr-x 1 root root    72160 Dec 12 19:50 llvm-size
-rwxr-xr-x 1 root root    18632 Dec 12 19:50 llvm-split
-rwxr-xr-x 1 root root    48040 Dec 12 19:50 llvm-stress
-rwxr-xr-x 1 root root    26888 Dec 12 19:50 llvm-strings
lrwxrwxrwx 1 root root       12 Dec 12 19:50 llvm-strip -> llvm-objcopy
-rwxr-xr-x 1 root root    39280 Dec 12 19:50 llvm-symbolizer
-rwxr-xr-x 1 root root  2600320 Dec 12 19:50 llvm-tblgen
-rwxr-xr-x 1 root root    18632 Dec 12 19:50 llvm-undname
-rwxr-xr-x 1 root root   355392 Dec 12 19:50 llvm-xray
-rwxr-xr-x 1 root root   220112 Dec 12 19:50 obj2yaml
-rwxr-xr-x 1 root root  3652384 Dec 12 19:50 opt
-rwxr-xr-x 1 root root    22720 Dec 12 19:50 sanstats
-rwxr-xr-x 1 root root    35160 Dec 12 19:50 verify-uselistorder
lrwxrwxrwx 1 root root        3 Dec 12 19:50 wasm-ld -> lld
-rw-r--r-- 1 root root   240272 Dec 12 19:50 yaml-bench
-rwxr-xr-x 1 root root   121416 Dec 12 19:50 yaml2obj</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>