[Maria-discuss] mariadb-connect-engine-10.1 : Depends: unixODBC but it is not installable
2 of 3 mariadb servers 10.1, ubuntu 16.04 unable to install mariadb-connect-engine-10.1 with error The following packages have unmet dependencies: mariadb-connect-engine-10.1 : Depends: unixODBC but it is not installable E: Unable to correct problems, you have held broken packages. I fould bugreport at https://jira.mariadb.org/browse/MDEV-10032 but it seems stalled? One other thing to note, apt-get upgrade does not upgrade mariadb to 10.1.15, only on the one that successfully installed mariadb-connect-engine-10.1 How do I solve this? I already tried apt-get purge mariadb* then reinstall but still same.
server 2 & 3 ======== $ sudo apt install mariadb-server Reading package lists... Done Building dependency tree Reading state information... Done mariadb-server is already the newest version (10.1.14+maria-1~xenial). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. server 1 ======== $ sudo apt install mariadb-server Reading package lists... Done Building dependency tree Reading state information... Done mariadb-server is already the newest version (10.1.15+maria-1~xenial). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. What is actually happening here? Is this related to connect engine package? 2016-07-13 14:34 GMT+08:00 Umarzuki Mochlis <umarzuki@gmail.com>:
2 of 3 mariadb servers 10.1, ubuntu 16.04 unable to install mariadb-connect-engine-10.1 with error
The following packages have unmet dependencies: mariadb-connect-engine-10.1 : Depends: unixODBC but it is not installable E: Unable to correct problems, you have held broken packages.
I fould bugreport at https://jira.mariadb.org/browse/MDEV-10032
but it seems stalled?
One other thing to note, apt-get upgrade does not upgrade mariadb to 10.1.15, only on the one that successfully installed mariadb-connect-engine-10.1
How do I solve this? I already tried apt-get purge mariadb* then reinstall but still same.
Am 13.07.2016 um 14:55 schrieb Umarzuki Mochlis:
server 2 & 3 ========
$ sudo apt install mariadb-server
Reading package lists... Done Building dependency tree Reading state information... Done mariadb-server is already the newest version (10.1.14+maria-1~xenial). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
server 1 ========
$ sudo apt install mariadb-server
Reading package lists... Done Building dependency tree Reading state information... Done mariadb-server is already the newest version (10.1.15+maria-1~xenial). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
What is actually happening here?
well, did you "apt-get update" so that the server has the newest metadata (that is what apt makes so much faster than yum on Redhat wuith the results you see - just lying to the user)
I tried running apt update but none have candidates for latest mariadb-server svadmin@portal1:~$ sudo apt update [sudo] password for svadmin: Get:1 http://ossm.utm.my/mariadb/repo/10.1/ubuntu xenial InRelease [3,874 B] Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB] Hit:3 http://my.archive.ubuntu.com/ubuntu xenial InRelease Get:4 http://my.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB] Hit:5 http://my.archive.ubuntu.com/ubuntu xenial-backports InRelease Get:6 http://my.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [259 kB] Get:7 http://my.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [256 kB] Get:8 http://my.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [103 kB] Get:9 http://my.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [171 kB] Get:10 http://my.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [168 kB] Get:11 http://my.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [82.1 kB] Get:12 http://my.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [3,332 B] Get:13 http://my.archive.ubuntu.com/ubuntu xenial-updates/multiverse i386 Packages [3,488 B] Fetched 1,241 kB in 2s (520 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done 7 packages can be upgraded. Run 'apt list --upgradable' to see them. svadmin@portal1:~$ sudo apt list --upgradable Listing... Done binutils/xenial-updates 2.26.1-1ubuntu1~16.04 amd64 [upgradable from: 2.26-8ubuntu2.1] gcc-5-base/xenial-updates 5.4.0-6ubuntu1~16.04.1 amd64 [upgradable from: 5.3.1-14ubuntu2.1] libstdc++6/xenial-updates 5.4.0-6ubuntu1~16.04.1 amd64 [upgradable from: 5.3.1-14ubuntu2.1] vim/xenial-updates 2:7.4.1689-3ubuntu1.1 amd64 [upgradable from: 2:7.4.1689-3ubuntu1] vim-common/xenial-updates 2:7.4.1689-3ubuntu1.1 amd64 [upgradable from: 2:7.4.1689-3ubuntu1] vim-runtime/xenial-updates,xenial-updates 2:7.4.1689-3ubuntu1.1 all [upgradable from: 2:7.4.1689-3ubuntu1] vim-tiny/xenial-updates 2:7.4.1689-3ubuntu1.1 amd64 [upgradable from: 2:7.4.1689-3ubuntu1] svadmin@portal2:~$ sudo apt update [sudo] password for svadmin: Hit:1 http://ossm.utm.my/mariadb/repo/10.1/ubuntu xenial InRelease Hit:2 http://my.archive.ubuntu.com/ubuntu xenial InRelease Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB] Get:4 http://my.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB] Hit:5 http://my.archive.ubuntu.com/ubuntu xenial-backports InRelease Get:6 http://my.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [259 kB] Get:7 http://my.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [256 kB] Get:8 http://my.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [103 kB] Get:9 http://my.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [171 kB] Get:10 http://my.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [168 kB] Get:11 http://my.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [82.1 kB] Get:12 http://my.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [3,332 B] Get:13 http://my.archive.ubuntu.com/ubuntu xenial-updates/multiverse i386 Packages [3,488 B] Fetched 1,237 kB in 2s (535 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done 10 packages can be upgraded. Run 'apt list --upgradable' to see them. svadmin@portal2:~$ sudo apt list --upgradable Listing... Done gcc-5-base/xenial-updates 5.4.0-6ubuntu1~16.04.1 amd64 [upgradable from: 5.3.1-14ubuntu2.1] libpython2.7-minimal/xenial-updates 2.7.12-1~16.04 amd64 [upgradable from: 2.7.11-7ubuntu1] libpython2.7-stdlib/xenial-updates 2.7.12-1~16.04 amd64 [upgradable from: 2.7.11-7ubuntu1] libstdc++6/xenial-updates 5.4.0-6ubuntu1~16.04.1 amd64 [upgradable from: 5.3.1-14ubuntu2.1] python2.7/xenial-updates 2.7.12-1~16.04 amd64 [upgradable from: 2.7.11-7ubuntu1] python2.7-minimal/xenial-updates 2.7.12-1~16.04 amd64 [upgradable from: 2.7.11-7ubuntu1] vim/xenial-updates 2:7.4.1689-3ubuntu1.1 amd64 [upgradable from: 2:7.4.1689-3ubuntu1] vim-common/xenial-updates 2:7.4.1689-3ubuntu1.1 amd64 [upgradable from: 2:7.4.1689-3ubuntu1] vim-runtime/xenial-updates,xenial-updates 2:7.4.1689-3ubuntu1.1 all [upgradable from: 2:7.4.1689-3ubuntu1] vim-tiny/xenial-updates 2:7.4.1689-3ubuntu1.1 amd64 [upgradable from: 2:7.4.1689-3ubuntu1] svadmin@portal3:~$ sudo apt upgrade [sudo] password for svadmin: Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following NEW packages will be installed: libpython3.5 The following packages will be upgraded: vim vim-common vim-runtime vim-tiny 4 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 8,119 kB of archives. After this operation, 4,703 kB of additional disk space will be used. Do you want to continue? [Y/n] n Abort. svadmin@portal3:~$ sudo apt update Hit:1 http://ossm.utm.my/mariadb/repo/10.1/ubuntu xenial InRelease Hit:2 http://my.archive.ubuntu.com/ubuntu xenial InRelease Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB] Get:4 http://my.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB] Hit:5 http://my.archive.ubuntu.com/ubuntu xenial-backports InRelease Get:6 http://my.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [259 kB] Get:7 http://my.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [256 kB] Get:8 http://my.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [103 kB] Get:9 http://my.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [171 kB] Get:10 http://my.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [168 kB] Get:11 http://my.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [82.1 kB] Get:12 http://my.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [3,332 B] Get:13 http://my.archive.ubuntu.com/ubuntu xenial-updates/multiverse i386 Packages [3,488 B] Fetched 1,237 kB in 2s (540 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done 6 packages can be upgraded. Run 'apt list --upgradable' to see them. svadmin@portal3:~$ sudo apt list --upgradable Listing... Done gcc-5-base/xenial-updates 5.4.0-6ubuntu1~16.04.1 amd64 [upgradable from: 5.3.1-14ubuntu2.1] libstdc++6/xenial-updates 5.4.0-6ubuntu1~16.04.1 amd64 [upgradable from: 5.3.1-14ubuntu2.1] vim/xenial-updates 2:7.4.1689-3ubuntu1.1 amd64 [upgradable from: 2:7.4.1689-3ubuntu1] vim-common/xenial-updates 2:7.4.1689-3ubuntu1.1 amd64 [upgradable from: 2:7.4.1689-3ubuntu1] vim-runtime/xenial-updates,xenial-updates 2:7.4.1689-3ubuntu1.1 all [upgradable from: 2:7.4.1689-3ubuntu1] vim-tiny/xenial-updates 2:7.4.1689-3ubuntu1.1 amd64 [upgradable from: 2:7.4.1689-3ubuntu1] 2016-07-13 20:58 GMT+08:00 Reindl Harald <h.reindl@thelounge.net>:
Am 13.07.2016 um 14:55 schrieb Umarzuki Mochlis:
server 2 & 3 ========
$ sudo apt install mariadb-server
Reading package lists... Done Building dependency tree Reading state information... Done mariadb-server is already the newest version (10.1.14+maria-1~xenial). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
server 1 ========
$ sudo apt install mariadb-server
Reading package lists... Done Building dependency tree Reading state information... Done mariadb-server is already the newest version (10.1.15+maria-1~xenial). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
What is actually happening here?
well, did you "apt-get update" so that the server has the newest metadata (that is what apt makes so much faster than yum on Redhat wuith the results you see - just lying to the user)
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
Am 13.07.2016 um 15:27 schrieb Umarzuki Mochlis:
I tried running apt update but none have candidates for latest mariadb-server
svadmin@portal1:~$ sudo apt update [sudo] password for svadmin: Get:1 http://ossm.utm.my/mariadb/repo/10.1/ubuntu xenial InRelease [3,874 B]
that is hardly a upstream repo
This is URL that generated from MariaDB's repo page https://downloads.mariadb.org/mariadb/repositories/#mirror=utm&distro=Ubuntu&distro_release=xenial--ubuntu_xenial&version=10.1 2016-07-13 21:35 GMT+08:00 Reindl Harald <h.reindl@thelounge.net>:
Am 13.07.2016 um 15:27 schrieb Umarzuki Mochlis:
I tried running apt update but none have candidates for latest mariadb-server
svadmin@portal1:~$ sudo apt update [sudo] password for svadmin: Get:1 http://ossm.utm.my/mariadb/repo/10.1/ubuntu xenial InRelease [3,874 B]
that is hardly a upstream repo
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
So I purged mariadb* and related sudo apt-get purge mysql* sudo apt remove dbconfig-mysql The the the next run of apt install mariadb-server installs 10.1.14 instead of 10.1.15 but that still did not solve connect engine install failure. 2016-07-13 21:39 GMT+08:00 Umarzuki Mochlis <umarzuki@gmail.com>:
This is URL that generated from MariaDB's repo page
2016-07-13 21:35 GMT+08:00 Reindl Harald <h.reindl@thelounge.net>:
Am 13.07.2016 um 15:27 schrieb Umarzuki Mochlis:
I tried running apt update but none have candidates for latest mariadb-server
svadmin@portal1:~$ sudo apt update [sudo] password for svadmin: Get:1 http://ossm.utm.my/mariadb/repo/10.1/ubuntu xenial InRelease [3,874 B]
that is hardly a upstream repo
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
Hi, Umarzuki! On Jul 13, Umarzuki Mochlis wrote:
2 of 3 mariadb servers 10.1, ubuntu 16.04 unable to install mariadb-connect-engine-10.1 with error
The following packages have unmet dependencies: mariadb-connect-engine-10.1 : Depends: unixODBC but it is not installable E: Unable to correct problems, you have held broken packages.
I fould bugreport at https://jira.mariadb.org/browse/MDEV-10032
but it seems stalled?
It's closed, the jira page above says that it was fixed in 10.1.15. But we pulled that release off, it's not in repos. You'll get a fix for this bug in 10.1.16, which should be released early next week. Regards, Sergei Chief Architect MariaDB and security@mariadb.org
Thanks glad to hear that. 2016-07-15 17:55 GMT+08:00 Sergei Golubchik <serg@mariadb.org>:
Hi, Umarzuki!
On Jul 13, Umarzuki Mochlis wrote:
2 of 3 mariadb servers 10.1, ubuntu 16.04 unable to install mariadb-connect-engine-10.1 with error
The following packages have unmet dependencies: mariadb-connect-engine-10.1 : Depends: unixODBC but it is not installable E: Unable to correct problems, you have held broken packages.
I fould bugreport at https://jira.mariadb.org/browse/MDEV-10032
but it seems stalled?
It's closed, the jira page above says that it was fixed in 10.1.15.
But we pulled that release off, it's not in repos.
You'll get a fix for this bug in 10.1.16, which should be released early next week.
Regards, Sergei Chief Architect MariaDB and security@mariadb.org
participants (3)
-
Reindl Harald
-
Sergei Golubchik
-
Umarzuki Mochlis