[llvm-bugs] [Bug 43676] New: Can't install clang-tools 10 on Ubuntu Disco
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Oct 15 03:53:47 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43676
Bug ID: 43676
Summary: Can't install clang-tools 10 on Ubuntu Disco
Product: Packaging
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: deb packages
Assignee: unassignedbugs at nondot.org
Reporter: janx at linux.com
CC: janx at linux.com, llvm-bugs at lists.llvm.org,
sylvestre at debian.org
On Ubuntu Disco 19.04, I set up apt.llvm.org like so:
apt-add-repository -yu "deb http://apt.llvm.org/disco/ llvm-toolchain-disco
main"
But when I want to install clang-tools 10, like so:
apt-get -t llvm-toolchain-disco install -yq clang-tools
it seems to ignore the specified repository, and installs Ubuntu's default
version instead:
> Get:33 http://archive.ubuntu.com/ubuntu disco/universe amd64 clang-tools amd64 1:8.0-48~exp1ubuntu1 [3,208 B]
Then, when I try to forcefully use the repo, like so:
apt-get install -yq clang-tools/llvm-toolchain-disco
it fails with:
> E: Release 'llvm-toolchain-disco' for 'clang-tools' was not found
Am I doing something wrong, or is there an underlying problem with
apt.llvm.org?
--
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/20191015/5f854f0a/attachment.html>
More information about the llvm-bugs
mailing list