Bug 1692871

Summary: nothing provides module(platform:f29) + nothing provides libwsrep
Product: [Fedora] Fedora Modules Reporter: Alessio <alciregi>
Component: mariadbAssignee: Michal Schorm <mschorm>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acaringi, hhorak, mkocka, mschorm, phracek, rbean, sumukher
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-03 08:55:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alessio 2019-03-26 15:43:14 UTC
Description of problem:

sudo dnf module install mariadb:10.1

returns

Error: Problems in request:
broken groups or modules: mariadb:10.1
Modular dependency problems:

 Problem: conflicting requests
  - nothing provides module(platform:f29) needed by module mariadb:10.1:20180418185803:6c81f848-0.x86_64


While

sudo dnf module install mariadb:10.4

returns

Error: 
 Problem: conflicting requests
  - nothing provides libwsrep-lib.so()(64bit) needed by mariadb-server-3:10.4.2-1.beta.module_f30+2924+d4dbc42b.x86_64
  - nothing provides libwsrep_api_v26.so()(64bit) needed by mariadb-server-3:10.4.2-1.beta.module_f30+2924+d4dbc42b.x86_64
(try to add '--skip-broken' to skip uninstallable packages)


The only working stream is 10.3



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

Fedora 30 fully updated (on x86_64 as well on armv7hl)
libdnf-0.28.0-1.fc30
dnf-4.2.1-1.fc30

Comment 1 Michal Schorm 2019-03-26 15:55:25 UTC
Hi, thanks for the report


1) "nothing provides module(platform:f29)"
I'll look into it. But so far I suspect some change or bug in modularity itself.


2) "libwsrep_api_v26.so"
MariaDB 10.4 use new version of Galera with updated library. 26 instead of 25.
I already tried to patch the issue in Rawhide, by branching the galera and using an updated version for the 10.4 module purposes.

However I don't currently have a good tool to develop and test the modules, so I depend on Rawhide composes, which should be done each day or two ... but in reality, last month there was only like 1 or 2 successful composes :/

--

I'll swap the bugzilla to assigned once I'll really start work on it.

Comment 2 sumantro 2019-03-26 16:00:53 UTC
A rel-eng issue is filled https://pagure.io/releng/issue/8237 
I can replicate this too