Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 5.5.33a-galera, 5.5.33a
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Ubuntu 12.04.1 LTS 64bit
Description
First of all, I was unable to add repository following instructions at page:
https://downloads.mariadb.org/mariadb/repositories/#mirror=nucleus&distro=Ubuntu&distro_release=precise&version=5.5
(see listing below).
But I manage to do it by command:
gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.ASyOPV87XC --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
that isn't in the instructions.
But I cannot install libmariadbclient18 package (with all consequences). Error message is:
libmariadbclient18: Depends: libmysqlclient18 (=5.5.33a+maria-1~precise) but 5.5.34-0ubuntu0.12.04.1 is to be installed
[listing]
root@fitpc3-shestero:~# sudo apt-get install python-software-properties Reading package lists... Done Building dependency tree Reading state information... Done python-software-properties is already the newest version. The following packages were automatically installed and are no longer required: linux-headers-3.5.0-23-generic linux-headers-3.5.0-23 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@fitpc3-shestero:~# sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.dtwh7Wc7Ej --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db gpg: requesting key 1BB943DB from hkp server keyserver.ubuntu.com gpgkeys: key CBCB082A1BB943DB not found on keyserver gpg: no valid OpenPGP data found. gpg: Total number processed: 0 root@fitpc3-shestero:~# sudo add-apt-repository 'deb http://mariadb.mirror.nucleus.be//repo/5.5/ubuntu precise main' root@fitpc3-shestero:~# sudo apt-get update Hit http://ru.archive.ubuntu.com precise Release.gpg << … >> Fetched 198 B in 1s (103 B/s) Reading package lists... Done W: GPG error: http://mariadb.mirror.nucleus.be precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CBCB082A1BB943DB root@fitpc3-shestero:~# sudo apt-get install mariadb-server Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: mariadb-server : Depends: mariadb-server-5.5 (= 5.5.33a+maria-1~precise) but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@fitpc3-shestero:~# root@fitpc3-shestero:~# gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.ASyOPV87XC --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db gpg: keyring `/tmp/tmp.ASyOPV87XC' created gpg: requesting key 1BB943DB from hkp server keyserver.ubuntu.com gpg: key 1BB943DB: public key "MariaDB Package Signing Key <package-signing-key@mariadb.org>" imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 .........
Gliffy Diagrams
Attachments
Issue Links
- duplicates
-
MDEV-5252 Deb installation issues due to version mismatch between mariadb and ubuntu/debian repositories
-
- Open
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Looks like your depositories for Ubuntu 13.04 and 13.10 are broken. See http://askubuntu.com/questions/365992/ubuntu-13-10-installing-mariadb-when-apt-reports-mariadb-has-unmet-dependencies for further details.