Bug 2257445 - nagios-plugins-disk_smb cannot be installed
Summary: nagios-plugins-disk_smb cannot be installed
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: perl-utf8-all
Version: epel9
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Paul Howarth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-01-09 17:16 UTC by Christoph Karl
Modified: 2024-01-10 17:06 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-01-09 17:55:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Christoph Karl 2024-01-09 17:16:23 UTC
Description of problem:
nagios-plugins-disk_smb cannot be installed.

Version-Release number of selected component (if applicable):
nagios-plugins-disk_smb-2.4.6-2.el9.x86_64

How reproducible:
always

Steps to Reproduce:
1. Clean RHEL 9 Installation
2. Add EPEL Repos
3. sudo dnf install nagios-plugins-disk_smb
Updating Subscription Management repositories.
Last metadata expiration check: 0:10:44 ago on Tue Jan  9 18:04:46 2024.
Error: 
 Problem: package nagios-plugins-disk_smb-2.4.6-2.el9.x86_64 from epel requires perl(utf8::all), but none of the providers can be installed
  - conflicting requests
  - nothing provides perl(Import::Into) needed by perl-utf8-all-0.024-14.el9.noarch from epel
  - nothing provides perl(PerlIO::utf8_strict) needed by perl-utf8-all-0.024-14.el9.noarch from epel


Actual results:
Unable to install

Expected results:
Should install


Additional info:

Comment 1 Christoph Karl 2024-01-09 17:20:02 UTC
Problem more likely with perl-utf8-all:
sudo dnf install perl-utf8-all
Updating Subscription Management repositories.
Last metadata expiration check: 0:13:15 ago on Tue Jan  9 18:04:46 2024.
Error: 
 Problem: conflicting requests
  - nothing provides perl(Import::Into) needed by perl-utf8-all-0.024-14.el9.noarch from epel
  - nothing provides perl(PerlIO::utf8_strict) needed by perl-utf8-all-0.024-14.el9.noarch from epel

Comment 2 Christoph Karl 2024-01-09 17:27:17 UTC
Seems like "perl-Import-Into" is not Part of EPEL 9 (only EPEL 7):
https://src.fedoraproject.org/rpms/perl-Import-Into

Same for:
https://src.fedoraproject.org/rpms/perl-PerlIO-utf8_strict

Comment 3 Petr Pisar 2024-01-09 17:55:26 UTC
# dnf --enablerepo=epel --enablerepo=epel-testing --disablerepo='*buildroot' install perl-utf8-all
Last metadata expiration check: 0:00:51 ago on Tue 09 Jan 2024 06:50:47 PM CET.
Dependencies resolved.
=========================================================================================
 Package                        Architecture  Version              Repository       Size
=========================================================================================
Installing:
 perl-utf8-all                  noarch        0.024-14.el9         epel             26 k
Installing dependencies:
 perl-PerlIO-utf8_strict        x86_64        0.008-4.el9          pulp-crb         30 k

Transaction Summary
=========================================================================================

EPEL prerequisite is enabled CodeReady Builder repository. See <https://docs.fedoraproject.org/en-US/epel/#_el9>.

Comment 4 Christoph Karl 2024-01-10 17:06:34 UTC
Thank you very much, its working now.
I was not aware that CodeReady Builder repository is required.


Note You need to log in before you can comment on or make changes to this bug.