Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.5.32-galera
-
Fix Version/s: 5.5.33a-galera
-
Component/s: None
-
Labels:
-
Environment:Ubuntu 12.04 LTS - 64bit
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.
Gliffy Diagrams
Attachments
Issue Links
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
root@maria01:/etc/apt# apt-get install mariadb-galera-server-5.5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mariadb-galera-server-5.5 : Depends: mariadb-client-5.5 (>= 5.5.32+maria-1~precise) but it is not going to be installed
Depends: libmariadbclient18 (>= 5.5.32+maria-1~precise) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@maria01:/etc/apt#
root@maria01:/etc/apt# dpkg --list | grep mariadb
ii libmariadbclient18 5.5.33a+maria-1~precise MariaDB database client library
ii mariadb-client-5.5 5.5.33a+maria-1~precise MariaDB database client binaries
ii mariadb-client-core-5.5 5.5.33a+maria-1~precise MariaDB database core client binaries
ii mariadb-common 5.5.33a+maria-1~precise MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf)
ii mariadb-server 5.5.33a+maria-1~precise MariaDB database server (metapackage depending on the latest version)
ii mariadb-server-5.5 5.5.33a+maria-1~precise MariaDB database server binaries
ii mariadb-server-core-5.5 5.5.33a+maria-1~precise MariaDB database core server files
root@maria01:/etc/apt#