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=52ceea23d59849801cd6359cac31804cab8153cb 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. ** Summary changed: - package mariadb-client-5.5 (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/bin/innochecksum', que também está no pacote mysql-server-core-5.6 5.6.23-0ubuntu1 + 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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421520 Title: 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 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mariadb-5.5/+bug/1421520/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
