[MDEV-5066] Can't install mariadb-galera-server Created: 2013-09-24 Updated: 2013-10-01 Resolved: 2013-10-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.32-galera |
| Fix Version/s: | 5.5.33a-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Giuseppe Iannello | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | packaging | ||
| Environment: |
Ubuntu 12.04 LTS - 64bit |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
On a freshly installed virtual machine, using the official repositories for MariaDB 5.5, installing the mariadb-galera-server or mariadb-galera-server-5.5 package fails. |
| Comments |
| Comment by Giuseppe Iannello [ 2013-09-24 ] |
|
root@maria01:/etc/apt# apt-get install mariadb-galera-server-5.5 The following packages have unmet dependencies: root@maria01:/etc/apt# dpkg --list | grep mariadb |
| Comment by Elena Stepanova [ 2013-09-24 ] |
|
Hi, Yes, that's a known incompatibility between 5.5.32 server and 5.5.33 client. It will be fixed in the upcoming 5.5.33 Galera release. As a workaround, please temporarily comment 5.5 repository and use 5.5.32 repository instead, e.g. deb http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.32/repo/ubuntu precise main You will need to either remove 5.5.33a installation, or to use =5.5.32+maria-1~precise versions in apt-get install command. |
| Comment by Elena Stepanova [ 2013-09-26 ] |
|
It should get resolved on its own after 5.5.33-galera release, but in order to achieve that, it should actually be released. |
| Comment by Stefan Eriksson [ 2013-09-26 ] |
|
Hi I have the same issue in Debian, will this be a non-issue in for example .34 ? these packages have to sync in releases. We cant be affraid to use the repo for upgrades as its the most basic reason to use repo's. will following releases of 5.5.*-galera sync with the rest? |
| Comment by Elena Stepanova [ 2013-09-26 ] |
|
Yes, the problem should get resolved just by issuing Galera 5.5.33 release. Regarding the future, usually an older server (be it a Galera server or a normal server) works all right with a newer client; this time there was a rare change in packaging which caused the incompatibility – not on the code level, but on the packaging level. And yes, in this case Galera server must have been released at the same time with the normal server, it was an oversight not to do so, and hence the bug. So, while no sane person can ever guarantee that there will be no bugs anymore, ever, we will certainly do our best in future to release the Galera server synchronously with the base server when it is required. When it is not, which is normally the case, it might still stay on an older version for a while. |
| Comment by Stefan Eriksson [ 2013-09-26 ] |
|
great thanks! |
| Comment by Elena Stepanova [ 2013-10-01 ] |
|
MariaDB-Galera 5.5.33a has been released. Please comment if you still have any issues installing it. |