package mariadb-client-5.5 '/usr/bin/innochecksum' needs to break/replace mysql-server-core-5.6 OR fix the binary/manpage mismatch in mysql
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mariadb-10.0 (Ubuntu) |
Fix Released
|
High
|
Robie Basak | ||
mariadb-5.5 (Ubuntu) |
Won't Fix
|
High
|
Robie Basak | ||
mysql-5.6 (Ubuntu) |
Fix Released
|
High
|
Robie Basak |
Bug Description
package mariadb-client-5.5 (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/bin/
ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: mariadb-client-5.5 (not installed)
ProcVersionSign
Uname: Linux 3.18.0-13-generic x86_64
NonfreeKernelMo
ApportVersion: 2.16.1-0ubuntu2
Architecture: amd64
Date: Fri Feb 13 03:35:57 2015
DuplicateSignature: package:
ErrorMessage: a tentar sobre-escrever '/usr/bin/
InstallationDate: Installed on 2014-10-01 (134 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 (20140826)
SourcePackage: mariadb-5.5
Title: package mariadb-client-5.5 (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/bin/
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
tags: | removed: need-duplicate-check |
Changed in mysql-5.6 (Ubuntu): | |
status: | New → Triaged |
milestone: | none → ubuntu-15.04 |
tags: |
added: mysql-5.6-transition removed: block-proposed |
This bug is because in mysql the innochecksum binary and man page are shipped in different packages (client vs server). In MariaDB the innochecksum binary and manpage are both part of the client package.
We need to either fix MySQL packaging or add mysql-server-5.6 into the breaks/replaces of mariadb-client-5.5 (and -10.0, which should be part of vivid instead of 5.5), like in done in commit http:// anonscm. debian. org/cgit/ pkg-mysql/ mariadb- 5.5.git/ commit/ ?id=52ceea23d59 849801cd6359cac 31804cab8153cb when the innochecksum binary/manpage mismatch was fixed in MariaDB.
If you need a quick fix, then simply run 'sudo apt-get remove "mysql-*"' and then 'sudo apt-get install mariadb-server' to bypass this breaks/replaces issue.