[MDEV-5073] unable to install mariadb-galera-server-5.5 due to dependencies not available. Created: 2013-09-26 Updated: 2013-09-30 Resolved: 2013-09-30 |
|
| 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: | Stefan Eriksson | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera, packaging | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
apt-get install mariadb-galera-server-5.5 The following packages have unmet dependencies: mariadb-galera-server-5.5 : Depends: mariadb-client-5.5 (>= 5.5.32+maria-1~wheezy) but it is not going to be installed And as seen the package in repo is: dpkg -l |grep mariadb-client-5.5 We have to get a reliable repo, so we can trust in updating our system. |
| Comments |
| Comment by Elena Stepanova [ 2013-09-26 ] |
|
Hi Stephan, Yes, unfortunately we currently have a problem with incompatibility between Galera server 5.5.32 (the latest released version) and MariaDB client 5.5.33a (the latest released version). To work around it, you need to switch temporarilty to 5.5.32 repository, e.g. http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.32/repo/debian/ It contains matching versions of the Galera server, client, and client library. Since you already have some client packages installed, you will probably need to specify exact versions, e.g. mariadb-client-5.5=5.5.32+maria-1~wheezy in order to force apt-get downgrade them to 5.5.32 version. If you need more detailed instructions, please let us know and also paste the whole output of Thanks and sorry for the inconvenience. |
| Comment by Elena Stepanova [ 2013-09-30 ] |
|
It's supposed to be fixed in mariadb-galera-server 5.5.33a release which should already be available. Please comment if you still have any issues with installation. |