Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL)
-
None
-
Ubuntu Bionic
Description
dpkg: error processing archive /tmp/apt-dpkg-install-WXuMyH/1-libmariadb3_10.2.17+maria~bionic_amd64.deb (--unpack):
|
trying to overwrite '/usr/lib/mysql/plugin/dialog.so', which is also in package libmariadbclient18 1:10.1.34+maria-1~bionic
|
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
|
To reproduce the problem, it's enough, on a clean machine where none of mariadb|mysql packages are installed:
- add official MariaDB 10.1 repo to the list (currently points at 10.1.34);
- run sudo apt-get install libmariadbclient18 (works okay);
- modify the repo list to point at the official MariaDB 10.2 repo (currently 10.2.16);
- run sudo apt-get install libmariadb3
=> it produces the error as above.
The very same sequence of actions with the same MariaDB versions works fine on Debian Stretch. I don't know what's the difference between Bionic and Stretch is.
Attachments
Issue Links
- relates to
-
MDEV-11979 Upgrade from Debian's to MariaDB's 10.1 packages fails
- Closed