[MDEV-11887] Mariadb DB 10.0.28 to 10.0.29 failed. Created: 2017-01-23 Updated: 2017-01-25 Resolved: 2017-01-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform Debian |
| Affects Version/s: | 10.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Hugo | Assignee: | Otto Kekäläinen |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian jessie 8.7 |
||
| Description |
|
Hello, when upgrading to the new mariadb 10.0.0.29 we get an error for failed dependency (sorry this in in French) :
before apt dist-upgrade command
after the command here is the status of the packages :
We have been upgrading for one year now without any issue. |
| Comments |
| Comment by Elena Stepanova [ 2017-01-23 ] |
|
There seems to be a mix of deb8u1 packages (provided by Debian) and maria-1~jessie (provided by MariaDB). The problem was apparently caused by mariadb-client-10.0 and mariadb-client-core-10.0, both of which come from the Debian repository, thus re-assigning to otto to take a look – maybe there is some wrong dependency in there? Our installation/upgrade tests for 10.0.29 release on Jessie x86-64 passed without a trouble, both for the vanilla server and Galera, but they only install maria-1~jessie packages. |
| Comment by Otto Kekäläinen [ 2017-01-23 ] |
|
Please don't mix packages from official Debian/Ubuntu repositories with MariaDB.org repositories. If you want to use MariaDB.org repositories (e.g. because there is a newer version available than what the distro offers), please read up on apt pinning to make sure you never accidentally install any MariaDB package from the distro repos. |
| Comment by Hugo [ 2017-01-24 ] |
|
Thank you for your time. thank you ! |