[llvm-bugs] [Bug 37347] New: Information on http://apt.llvm.com is outdated

via llvm-bugs llvm-bugs at lists.llvm.org
Sun May 6 15:09:43 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=37347

            Bug ID: 37347
           Summary: Information on http://apt.llvm.com is outdated
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: deb packages
          Assignee: unassignedbugs at nondot.org
          Reporter: danglingpointer at outlook.com
                CC: llvm-bugs at lists.llvm.org

Under stable branch, http://apt.llvm.org 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)?

-- 
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/20180506/049b3709/attachment.html>


More information about the llvm-bugs mailing list