<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 - Can't install clang-tools 10 on Ubuntu Disco"
   href="https://bugs.llvm.org/show_bug.cgi?id=43676">43676</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Can't install clang-tools 10 on Ubuntu Disco
          </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>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>janx@linux.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>janx@linux.com, llvm-bugs@lists.llvm.org, sylvestre@debian.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>On Ubuntu Disco 19.04, I set up apt.llvm.org like so: 

    apt-add-repository -yu "deb <a href="http://apt.llvm.org/disco/">http://apt.llvm.org/disco/</a> 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:

<span class="quote">> Get:33 <a href="http://archive.ubuntu.com/ubuntu">http://archive.ubuntu.com/ubuntu</a> disco/universe amd64 clang-tools amd64 1:8.0-48~exp1ubuntu1 [3,208 B]</span >


Then, when I try to forcefully use the repo, like so:

    apt-get install -yq clang-tools/llvm-toolchain-disco

it fails with:

<span class="quote">> E: Release 'llvm-toolchain-disco' for 'clang-tools' was not found</span >


Am I doing something wrong, or is there an underlying problem with
apt.llvm.org?</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>