Bug 1768303 - nagios-plugins-all is missing perl(utf8::all)
Summary: nagios-plugins-all is missing perl(utf8::all)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: perl-utf8-all
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Paul Howarth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-04 01:53 UTC by Praveen Singareddy
Modified: 2022-07-19 10:50 UTC (History)
12 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-11-05 23:43:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Praveen Singareddy 2019-11-04 01:53:58 UTC
Description of problem:
nagios-plugins-all 2.2.2 install is missing perl-utf8-all greater 0.02

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

perl-utf8-all-0.02 or above

How reproducible:



Steps to Reproduce:

#dnf install nagios-plugins-all-2.2.2

Actual results:

Resolving Dependencies
--> Running transaction check
---> Package perl-utf8-all.noarch 0:0.011-1.el7 will be installed
--> Processing Dependency: perl(Dist::CheckConflicts) >= 0.02 for package: perl-utf8-all-0.011-1.el7.noarch
--> Processing Dependency: perl(Import::Into) for package: perl-utf8-all-0.011-1.el7.noarch
--> Running transaction check
---> Package perl-Import-Into.noarch 0:1.002002-1.el7 will be installed
---> Package perl-utf8-all.noarch 0:0.011-1.el7 will be installed
--> Processing Dependency: perl(Dist::CheckConflicts) >= 0.02 for package: perl-utf8-all-0.011-1.el7.noarch
--> Finished Dependency Resolution
Error: Package: perl-utf8-all-0.011-1.el7.noarch (epel)
          Requires: perl(Dist::CheckConflicts) >= 0.02
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest



Expected results:

nagios-plugins-all-2.2.2 is installed

Additional info:

This is similar to the issue in bug https://bugzilla.redhat.com/show_bug.cgi?id=1761914 for epel8

Comment 1 Stephen John Smoogen 2019-11-04 13:21:38 UTC
This is a bug in the  perl-utf8-all-0.011-1.el7.noarch package and not the nagios package. I will see if I can get this additional package into EPEL7 testing today

Comment 2 Paul Howarth 2019-11-04 14:17:22 UTC
perl-Dist-CheckConflicts-0.06-2.el7 is in EL-7, providing perl(Dist::CheckConflicts) = 0.06.

Installing perl-utf8-all-0.011-1.el7 works fine for me on my CentOS 7 system.

Comment 3 Praveen Singareddy 2019-11-05 23:43:06 UTC
The issue is resolved after updating perl-Dist-CheckConflicts package. 
This bug can be closed ... Thank you

Comment 4 claudio 2020-01-03 19:36:01 UTC
I am still experiencing this issue on RHEL 7.
what does "updating perl-Dist-CheckConflicts package" mean?

Comment 5 Paul Howarth 2020-01-03 21:32:57 UTC
(In reply to claudio from comment #4)
> I am still experiencing this issue on RHEL 7.
> what does "updating perl-Dist-CheckConflicts package" mean?

yum update perl-Dist-CheckConflicts ?

Comment 6 vidbaz 2020-05-20 09:52:23 UTC
Hi,

This bug is still present on epel7

I tried also to install perl-Dist-CheckConflicts (yum install perl-Dist-CheckConflicts) but this package is not present on the epel repo.


Thanks.

vidbaz@host01 /etc/yum.repos.d $ sudo yum install perl-Dist-CheckConflicts
Loaded plugins: ulninfo
No package perl-Dist-CheckConflicts available.
Error: Nothing to do
vidbaz@host01 /etc/yum.repos.d $ 

Repo URL:
http://ftp.tu-chemnitz.de/pub/linux/fedora-epel/7/x86_64/

Comment 7 vidbaz 2020-05-20 10:04:49 UTC
Hi,

sorry for the spam, we were installing on Oracle Linux 7 and this package is available only on ol7_optional_latest repo. We fixed the issue enabling this Repo 

[ol7_optional_latest]
name=Oracle Linux $releasever Optional Latest ($basearch)
baseurl=https://yum$ociregion.oracle.com/repo/OracleLinux/OL7/optional/latest/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1

After that everything looks good.

thanks.

Comment 8 patrick.winnem 2022-07-19 10:50:09 UTC
RHEL7:

This dependency is available in rhel-7-server-optional-rpms. 
You can enable this with sudo subscription-manager repos --enable=rhel-7-server-optional-rpms


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