<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 - Information on http://apt.llvm.com is outdated"
   href="https://bugs.llvm.org/show_bug.cgi?id=37347">37347</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Information on http://apt.llvm.com is outdated
          </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>Windows NT
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </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>danglingpointer@outlook.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Under stable branch, <a href="http://apt.llvm.org">http://apt.llvm.org</a> shows:

```
apt-get install clang-6.0 clang-tools-6.0 clang-6.0-doc libclang-common-6.0-dev
libclang-6.0-dev libclang1-6.0 libllvm-6.0-ocaml-dev libllvm6.0 lldb-6.0
llvm-6.0 llvm-6.0-dev llvm-6.0-doc llvm-6.0-examples llvm-6.0-runtime
clang-format-6.0 python-clang-6.0 lldb-6.0-dev lld-6.0 libfuzzer-6.0-dev 
```

After configuring the signature and sources, if we copy / paste it as is, it
gives the following errors:

```
Package lldb-6.0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  liblldb-6.0-dev

E: Unable to locate package libllvm-6.0-ocaml-dev
E: Couldn't find any package by glob 'libllvm-6.0-ocaml-dev'
E: Couldn't find any package by regex 'libllvm-6.0-ocaml-dev'
E: Package 'lldb-6.0-dev' has no installation candidate
```

Fix is to replace `lldb-6.0-dev` with `liblldb-6.0-dev` and remove
`libllvm-6.0-ocaml-dev`.

I believe same goes for other listed versions of LLVM and LLDB (v5)?</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>