[MDEV-4448] Add packages repository for Ubuntu 13.04 Raring Ringtail Created: 2013-04-28 Updated: 2013-05-23 Resolved: 2013-05-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 5.5.31 |
| Type: | Task | Priority: | Minor |
| Reporter: | yuvilio | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | packaging | ||
| Description |
|
With the release of Ubuntu 13.04 "raring" can a repository be made available for it in https://downloads.mariadb.org/ ? I tried using the 12.10 "quantal" one but got this error after updating with it: yuvilio@jinbocho:~$ sudo apt-get install mariadb-client mariadb-server The following packages have unmet dependencies: |
| Comments |
| Comment by Sergei Golubchik [ 2013-05-01 ] |
|
Daniel, I know there's a TODO project for this, but as we've got a public ticket too, let's keep it updated |
| Comment by Daniel Bartholomew [ 2013-05-01 ] |
|
The reported error is because the version of MariaDB 5.5 in our repositories is 5.5.30 whereas the version of MySQL 5.5 in Ubuntu 13.04 is 5.5.31. This is a variation of the issue described here: https://kb.askmonty.org/en/installing-mariadb-deb-files/#version-mismatch-between-mariadb-and-ubuntudebian-repositories If you have the MariaDB quantal repositories set up, the MariaDB 5.5.30 packages will install on Ubuntu 13.04 "raring" if the following command is used: sudo apt-get install mariadb-server-5.5 mysql-common=5.5.30-mariadb1~quantal libmysqlclient18=5.5.30-mariadb1~quantal |
| Comment by Daniel Bartholomew [ 2013-05-23 ] |
|
Raring repositories for 5.5 are now released with the release of MariaDB 5.5.31.
|
| Comment by yuvilio [ 2013-05-23 ] |
|
Upgraded and confirmed. Thanks Daniel! |