Details
Description
Tried to build 10.2 (using 3.16.4) and then install it:
STDERR: Error: Transaction test error:
|
file /usr/share/man/man1 from install of MariaDB-client-10.2.35-1.el8.x86_64 conflicts with file from package filesystem-3.8-2.el8.x86_64
|
file /usr/share/man/man1 from install of MariaDB-server-10.2.35-1.el8.x86_64 conflicts with file from package filesystem-3.8-2.el8.x86_64
|
file /usr/share/man/man8 from install of MariaDB-server-10.2.35-1.el8.x86_64 conflicts with file from package filesystem-3.8-2.el8.x86_64
|
file /usr/lib/sysusers.d from install of MariaDB-server-10.2.35-1.el8.x86_64 conflicts with file from package systemd-239-31.el8_2.2.x86_64
|
---- End output of ["dnf", "-y", "install", "MariaDB-server-0:10.2.35-1.el8.x86_64"] ----
|
Ran ["dnf", "-y", "install", "MariaDB-server-0:10.2.35-1.el8.x86_64"] returned 1
|
short investigation showed:
- there is fixed bugs
MDEV-22813andMENT-727 - fix is in >= 10.3 (https://github.com/MariaDB/server/commit/7337abd2f7b0104f2a6c862c1829ac3a034d89a2)
- if build is done with `sudo make package' instead of just 'make package' everything is ok (cmake bug?)
- community BB uses cmake