Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Greetings!
When build package in epel-8-x86_64 repository, an error constantly appears and the build stop:
ERROR: Command failed:
# /usr/bin/dnf builddep --installroot /var/lib/mock/1048899-epel-8-x86_64-1570349816.757426/root/ --releasever 8 --setopt=deltarpm=False --allowerasing --disableplugin=local --disableplugin=spacewalk --disableplugin=local --disableplugin=spacewalk /var/lib/mock/1048899-epel-8-x86_64-1570349816.757426/root//builddir/build/SRPMS/nginx-1.17.4-100.el8.src.rpm --setopt=tsflags=nocontexts
No matches found for the following disable plugin patterns: local, spacewalk
Copr repository 41 kB/s | 3.3 kB 00:00
Additional repo copr_marketplace_sscg 46 kB/s | 3.3 kB 00:00
Additional repo copr_marketplace_gperftools 38 kB/s | 3.3 kB 00:00
Package gcc-8.2.1-3.5.el8.x86_64 is already installed.
Package systemd-239-13.el8_0.5.x86_64 is already installed.
Error:
Problem: cannot install the best candidate for the job
- package perl-generators-1.10-7.module_el8.0.0+50+c3b345cd.noarch is excluded
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Logs:
https://copr-be.cloud.fedoraproject.org/results/marketplace/nginx/epel-8-x86_64/01048899-nginx/builder-live.log.gzhttps://copr-be.cloud.fedoraproject.org/results/marketplace/gperftools/epel-8-x86_64/01048793-gperftools/builder-live.log.gz
Reproducible with 'autoconf-2.69-27.el8.src.rpm' rebuild, with
released rhel 8 chroots (config from mock-core-configs):
$ mock -r rhel-8-x86_64 --rebuild autoconf-2.69-27.el8.src.rpm
I tried to build perl-generators package itself.
Error:
Last metadata expiration check: 0:00:03 ago on Sun 06 Oct 2019 12:59:49 PM UTC.
Package coreutils-8.30-6.el8.x86_64 is already installed.
Package make-1:4.2.1-9.el8.x86_64 is already installed.
Package sed-4.5-1.el8.x86_64 is already installed.
Error:
Problem 1: cannot install the best candidate for the job
- package perl-Fedora-VSP-0.001-9.module_el8.0.0+50+c3b345cd.noarch is excluded
Problem 2: cannot install the best candidate for the job
- package perl-generators-1.10-7.module_el8.0.0+50+c3b345cd.noarch is excluded
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Logs:
https://copr-be.cloud.fedoraproject.org/results/marketplace/perl-generators/epel-8-x86_64/01049012-perl-generators/builder-live.log.gz
Comment 4Stephen John Smoogen
2019-10-06 20:13:33 UTC
The problem looks to be in the mock configurations. The EPEL-8 uses best=1 which ends up getting I think is confused with the 'pseudo' modules that perl and some other items are. [perl-generators-1.10-7.module_el8.0.0+50+c3b345cd.noarch is actually with perl-5.24 module while ./AppStream/x86_64/kickstart/Packages/perl-generators-1.10-7.el8.noarch.rpm looks like it isn't a module but is inside the 5.26 module. ]