Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691090 - dev-db/mariadb-connector-c-3.1.2 - File collision with dev-db/mariadb-10.4.6:0
Summary: dev-db/mariadb-connector-c-3.1.2 - File collision with dev-db/mariadb-10.4.6:0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
: 691146 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-07-31 01:13 UTC by Michael Egger
Modified: 2020-04-15 13:38 UTC (History)
12 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Egger 2019-07-31 01:13:12 UTC
* Detected file collision(s):
 * 
 *      /usr/lib64/mariadb/plugin/client_ed25519.so
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * dev-db/mariadb-10.4.6:0::gentoo
 *      /usr/lib64/mariadb/plugin/client_ed25519.so
 * 
 * Package 'dev-db/mariadb-connector-c-3.1.2' NOT merged due to file
 * collisions. If necessary, refer to your elog messages for the whole
 * content of the above message.

---------------------------------------------------------------

System uses unstable amd sources with 17.1 profile

$ emerge --info dev-db/mariadb-connector-c
dev-db/mariadb-connector-c-3.0.9::gentoo was built with the following:
USE="curl ssl -gnutls -kerberos -libressl -static-libs -test" ABI_X86="(64) -32 (-x32)"

$ emerge --info dev-db/mariadb
dev-db/mariadb-10.4.6::gentoo was built with the following:
USE="backup jemalloc pam perl server systemd xml -bindist -cracklib -debug -extraengine -galera -innodb-lz4 -innodb-lzo -innodb-snappy -jdbc -kerberos -latin1 -libressl -mroonga -numa -odbc -oqgraph -profiling -rocksdb (-selinux) -sphinx -sst-mariabackup -sst-rsync -static -systemtap -tcmalloc -test -tokudb -yassl" ABI_X86="(64)"
Comment 1 Opportunist 2019-07-31 05:33:12 UTC
same here
Comment 2 andreas 2019-07-31 12:15:25 UTC
same issue
Comment 3 Arne Hüggenberg 2019-07-31 13:10:45 UTC
same issue with dev-db/mariadb-10.3.16
Comment 4 Kjell Claesson 2019-07-31 14:49:49 UTC
Hi.
mariadb-connector-c is included in mariadb-10.4.6.

https://mariadb.com/kb/en/library/about-mariadb-connector-c/

So the dependency on openoffice e.t.c. should be satisfied with
mariadb-10.4.6
Comment 5 Thomas Deutschmann (RETIRED) gentoo-dev 2019-07-31 15:10:31 UTC
No, dev-db/mariadb's bundled mariadb-connector shouldn't be used. We are going to fix mariadb package...
Comment 6 Brian Evans (RETIRED) gentoo-dev 2019-07-31 17:22:52 UTC
*** Bug 691146 has been marked as a duplicate of this bug. ***
Comment 7 Larry the Git Cow gentoo-dev 2019-08-01 00:34:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1b434333e109b516b56e76ecec1a58f8990385

commit 6c1b434333e109b516b56e76ecec1a58f8990385
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2019-08-01 00:28:45 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2019-08-01 00:28:45 +0000

    dev-db/mariadb: Version bump: 10.4.7 10.3.17 10.2.26 10.1.41 and 5.5.65
    
    Closes: https://bugs.gentoo.org/688482
    Closes: https://bugs.gentoo.org/689412
    Closes: https://bugs.gentoo.org/691090
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-db/mariadb/Manifest               |   6 +
 dev-db/mariadb/mariadb-10.1.41.ebuild | 889 ++++++++++++++++++++++++++++++
 dev-db/mariadb/mariadb-10.2.26.ebuild | 974 +++++++++++++++++++++++++++++++++
 dev-db/mariadb/mariadb-10.3.17.ebuild | 975 +++++++++++++++++++++++++++++++++
 dev-db/mariadb/mariadb-10.4.7.ebuild  | 992 ++++++++++++++++++++++++++++++++++
 dev-db/mariadb/mariadb-5.5.65.ebuild  | 831 ++++++++++++++++++++++++++++
 6 files changed, 4667 insertions(+)
Comment 8 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-08-03 18:48:23 UTC
A version bump doesn't look sufficient here, as nothing in connector-c forces an upgrade of mariadb if it happens to be installed.

I have both mariadb(10.4.6) and mariadb-connector-c(3.0.9) installed, but emerge @world only currently trips upgrading the latter(to 3.1.2), causing a collision.

I have to manually force a mariadb upgrade, and only then can I get connector-c to install.
Comment 9 Thomas Deutschmann (RETIRED) gentoo-dev 2020-04-15 13:38:15 UTC
Closing. This was addressed via portage (see bug 692746).