Bug 1543066 - libgda-mysql depends on mariadb-libs 10.2.9-3 through libmysqlclient.so.18
Summary: libgda-mysql depends on mariadb-libs 10.2.9-3 through libmysqlclient.so.18
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: libgda
Version: 27
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Haïkel Guémar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-02-07 16:38 UTC by Tom H
Modified: 2018-11-30 23:04 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-11-30 23:04:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tom H 2018-02-07 16:38:28 UTC
Description of problem:

can't install on f27 because it is depending on libmysqlclient.so.18()(64bit)



$ sudo dnf install libgda-mysql
Last metadata expiration check: 0:07:34 ago on Wed 07 Feb 2018 14:59:38 GMT.
Error: 
 Problem: problem with installed package mariadb-tokudb-engine-3:10.2.12-5.fc27.x86_64
  - package mariadb-tokudb-engine-3:10.2.12-5.fc27.x86_64 requires mariadb-server(x86-64) = 3:10.2.12-5.fc27, but none of the providers can be installed
  - package mariadb-server-3:10.2.12-5.fc27.x86_64 requires mariadb-common(x86-64) = 3:10.2.12-5.fc27, but none of the providers can be installed
  - cannot install both mariadb-common-3:10.2.9-3.fc27.x86_64 and mariadb-common-3:10.2.12-5.fc27.x86_64
  - package mariadb-libs-3:10.2.9-3.fc27.x86_64 requires mariadb-common(x86-64) = 3:10.2.9-3.fc27, but none of the providers can be installed
  - package libgda-mysql-1:5.2.2-11.fc24.x86_64 requires libmysqlclient.so.18()(64bit), but none of the providers can be installed
  - conflicting requests
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)

Version-Release number of selected component (if applicable):

libgda-mysql-1:5.2.2-11.fc24.x86_64

How reproducible:



Steps to Reproduce:
1. dnf update to current packages
2. install current version of mariadb-server-3:10.2.12-5.fc27.x86_64
3. then try to install a package which depends on libgda-mysql

Actual results:

  - package libgda-mysql-1:5.2.2-11.fc24.x86_64 requires libmysqlclient.so.18()(64bit), but none of the providers can be installed
  - conflicting requests

Expected results:

package installed.


Additional info:



Obviously mariadb-libs has that provide, so it must be a problem with how the deps is specified....

$ dnf repoquery --list mariadb-libs | grep 'libmysqlclient.so.18'

/usr/lib/mysql/libmysqlclient.so.18
/usr/lib64/mysql/libmysqlclient.so.18

Comment 1 Tom H 2018-02-07 18:05:10 UTC
Ah, ok. So it looks like the capabilities have changed in the package update of mariadb-libs

compare


$ dnf repoquery --provides mariadb-libs-3:10.2.9-3.fc27
Failed to synchronize cache for repo 'Dropbox-Repository', disabling.
Last metadata expiration check: 0:01:47 ago on Wed 07 Feb 2018 18:01:11 GMT.
config(mariadb-libs) = 3:10.2.9-3.fc27
libmariadb.so.3
libmariadb.so.3()(64bit)
libmariadb.so.3(libmariadb_3)
libmariadb.so.3(libmariadb_3)(64bit)
libmariadb.so.3(libmariadbclient_18)
libmariadb.so.3(libmariadbclient_18)(64bit)
libmariadb.so.3(libmysqlclient_18)
libmariadb.so.3(libmysqlclient_18)(64bit)
libmysqlclient.so.18
libmysqlclient.so.18()(64bit)
libmysqlclient.so.18(libmysqlclient_16)
libmysqlclient.so.18(libmysqlclient_16)(64bit)
libmysqlclient.so.18(libmysqlclient_18)
libmysqlclient.so.18(libmysqlclient_18)(64bit)
mariadb-libs = 3:10.2.9-3.fc27
mariadb-libs(x86-32) = 3:10.2.9-3.fc27
mariadb-libs(x86-64) = 3:10.2.9-3.fc27
mysql-libs = 3:10.2.9-3.fc27
mysql-libs(x86-32) = 3:10.2.9-3.fc27
mysql-libs(x86-64) = 3:10.2.9-3.fc27





and

$ dnf repoquery --provides mariadb-libs-3:10.2.12-5.fc27
Failed to synchronize cache for repo 'Dropbox-Repository', disabling.
Last metadata expiration check: 0:01:25 ago on Wed 07 Feb 2018 18:01:11 GMT.
config(mariadb-libs) = 3:10.2.12-5.fc27
libmariadb.so.3
libmariadb.so.3()(64bit)
libmariadb.so.3(libmariadb_3)
libmariadb.so.3(libmariadb_3)(64bit)
libmariadb.so.3(libmariadbclient_18)
libmariadb.so.3(libmariadbclient_18)(64bit)
libmariadb.so.3(libmysqlclient_18)
libmariadb.so.3(libmysqlclient_18)(64bit)
mariadb-libs = 3:10.2.12-5.fc27
mariadb-libs(x86-32) = 3:10.2.12-5.fc27
mariadb-libs(x86-64) = 3:10.2.12-5.fc27
mysql-libs = 3:10.2.12-5.fc27
mysql-libs(x86-32) = 3:10.2.12-5.fc27
mysql-libs(x86-64) = 3:10.2.12-5.fc27

Comment 2 Andrea V. 2018-09-05 21:23:08 UTC
I have the same problem on a Fedora 28 x86_64

Comment 3 Renich Bon Ciric 2018-10-02 19:26:09 UTC
This might be related:

[root@introdesk ~]# dnf install libgda-ui libgda-sqlite libgda-postgres libgda-mysql
Last metadata expiration check: 0:21:03 ago on Tue 02 Oct 2018 02:04:34 PM CDT.
Package libgda-sqlite-1:5.2.2-11.fc24.x86_64 is already installed, skipping.
Package libgda-postgres-1:5.2.2-11.fc24.x86_64 is already installed, skipping.
Error: 
 Problem: conflicting requests
  - nothing provides libmysqlclient.so.18()(64bit) needed by libgda-mysql-1:5.2.2-11.fc24.x86_64

Comment 4 Ben Cotton 2018-11-27 14:10:59 UTC
This message is a reminder that Fedora 27 is nearing its end of life.
On 2018-Nov-30  Fedora will stop maintaining and issuing updates for
Fedora 27. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora  'version' of '27'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 27 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Ben Cotton 2018-11-30 23:04:28 UTC
Fedora 27 changed to end-of-life (EOL) status on 2018-11-30. Fedora 27 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.