Description of problem: >> sudo docker run bikeshed bash -l -c "dnf module install mysql -y; dnf module list mysql" ------------------------------- DNF ---------------------------------- Installed Packages dnf.noarch 2.7.3-1.module_bf3f917d.modularity.5.4edc03e @anaconda libdnf.x86_64 0.11.1-1.module_c8380439 @anaconda ---------------------------------------------------------------------- Image built with (KOJI composes): GIT: https://github.com/container-images/boltron-27 Base: Fedora-Modular-27-20171115.n.1 Image running aginst (KOJI Composes): Base: Fedora-Modular-27-20171115.n.1 ** NOTE: coreutils-single is installed, this will make things fail. ** you can fix it by: dnf --allowerasing install coreutils ** at which point @freeipa will install. Fedora Modular Server 27 - x86_64 - Test Update 38 kB/s | 20 kB 00:00 Fedora Modular Server 27 - x86_64 - Updates 53 kB/s | 20 kB 00:00 Fedora Modular Server 27 - x86_64 8.0 MB/s | 4.5 MB 00:00 Last metadata expiration check: 0:00:00 ago on Thu 16 Nov 2017 10:29:27 AM UTC. Error: Problem: conflicting requests - nothing provides libnuma.so.1()(64bit) needed by community-mysql-server-5.7.19-6.module_bd440b63.x86_64 Name Stream Version Profiles mysql master [d] 20170904221942 client, default, ... Hint: [d]efault, [e]nabled, [i]nstalled, [l]ocked Additional info: This issues was reported in [1] https://github.com/modularity-modules/mysql/issues/1
This should definitely block the release. Assigning to Karsten.
numctl got added to the hardware-support module. a new mysql module with a dependency on hardware support has already finished to build
hardware-support-f27-20171117165913 mysql-5.7-20171117171055
This is still failing in the most recent compose, but it looks like it may be a compose bug (the compose didn't pick up the most recent modules as expected). Investigation ongoing.
False alarm; this was just a case of DNF looking at a mirror that hadn't yet been updated with the content from the latest compose. Looks to be working properly as of Fedora-Modular-27-20171120.n.3.
Created attachment 1356775 [details] dnf module install mysql
mysql installs fine in Fedora-Modular-27-20171121.n.0. See attachment.