[MDEV-16187] Ubuntu Bionic MariaDB has epoch version that makes 10.1 and 10.2 installs fail Created: 2018-05-16 Updated: 2018-06-16 Resolved: 2018-06-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform Debian |
| Affects Version/s: | 10.1, 10.2 |
| Fix Version/s: | 10.1.34, 10.2.15, 10.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Bartholomew | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The epoch version appears in the version string before the real version number and apt considers it higher than any version number without an epoch version, which means that the current MariaDB version 1:10.1.29-6 in the Ubuntu Bionic repo is considered higher than MariaDB 10.2.14 from the MariaDB repo (or the 10.2.15 packages in buildbot). So apt always chooses it. This has already been fixed in 10.3 by otto in this commit. From the commit message:
This fix should be backported to 10.1 and 10.2 so that installs of those versions of MariaDB from the MariaDB repositories will work on Ubuntu Bionic and future versions of Debian and Ubuntu. |
| Comments |
| Comment by Daniel Bartholomew [ 2018-06-13 ] |
|
The fix has not been applied to the 10.1 tree. Debian Sid needs this fix as well. |