<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 - Ubuntu package set as LLVM 11.1.0, but LLVM 11.1.0 not yet released."
href="https://bugs.llvm.org/show_bug.cgi?id=48772">48772</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Ubuntu package set as LLVM 11.1.0, but LLVM 11.1.0 not yet released.
</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>Linux
</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>andrzej.warzynski@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Hi,
I've just noticed that LLVM 11 packages for Ubuntu Bionic have recently
switched from `LLVM 11.0.0` to `LLVM 11.1.0`. As LLVM 11.1 has not been
released yet (rc1 has just been tagged:
<a href="https://lists.llvm.org/pipermail/llvm-dev/2021-January/147827.html">https://lists.llvm.org/pipermail/llvm-dev/2021-January/147827.html</a>), I assume
that this is a bug.
It's quite problematic for me - I maintain a downstream project (*) that is
based on LLVM 11.0.0 and currently I am not able to build it against the binary
packages for Ubuntu Bionic.
HOW TO REPRODUCE:
```
wget -O - <a href="https://apt.llvm.org/llvm-snapshot.gpg.key">https://apt.llvm.org/llvm-snapshot.gpg.key</a> | sudo apt-key add -
sudo apt-add-repository "deb <a href="http://apt.llvm.org/bionic/">http://apt.llvm.org/bionic/</a>
llvm-toolchain-bionic-11 main"
sudo apt-get update
sudo apt-get install -y llvm-11 llvm-11-dev clang-11 llvm-11-tools
cat /usr/lib/llvm-11/lib/cmake/llvm/LLVMConfigVersion.cmake
set(PACKAGE_VERSION "11.1.0")
# (...) other output
```
WHEN IT STARTED FAILING:
My most recent successful CI job for this is from 5/1/2021. Today is 16/1/2021.
So this change happened somewhere in that 11 day window.
EXPECTED BEHAVIOUR:
As LLVM 11.0.0 and LLVM 11.1.0 will be ABI incompatible
(<a href="https://lists.llvm.org/pipermail/llvm-dev/2021-January/147599.html">https://lists.llvm.org/pipermail/llvm-dev/2021-January/147599.html</a>), I would
expect there to be separate packages for both.
Thank you for working on this!
-Andrzej
(*) <a href="https://github.com/banach-space/llvm-tutor">https://github.com/banach-space/llvm-tutor</a></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>