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: unassignedb...@nondot.org
          Reporter: j...@linux.com
                CC: j...@linux.com, llvm-bugs@lists.llvm.org,
                    sylves...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to