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.
Bug 1790426 - Missing dependency of pcp-pmda-gpsd on perl-JSON and perl-Time-HiRes packages
Summary: Missing dependency of pcp-pmda-gpsd on perl-JSON and perl-Time-HiRes packages
Keywords:
Status: CLOSED DUPLICATE of bug 1792971
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: pcp
Version: 8.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: 8.0
Assignee: Nathan Scott
QA Contact: Jan Kurik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-01-13 10:59 UTC by Jan Kurik
Modified: 2021-09-17 12:48 UTC (History)
5 users (show)

Fixed In Version: pcp-5.1.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-18 06:28:40 UTC
Type: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Kurik 2020-01-13 10:59:06 UTC
Description of problem:
Installation of pcp-pmda-gpsd PMDA on a fresh RHEL-8.2 system fails due to missing dependency on perl-JSON and perl-Time-HiRes packages.

Version-Release number of selected component (if applicable):
* pcp-pmda-gpsd-5.0.2-2.el8

How reproducible:
Always

Steps to Reproduce:
1.On a fresh RHEL-8.2 system install pcp-pmda-gpsd
# yum install -y pcp-pmda-gpsd

2. Run an installation script of the PMDA
# cd /var/lib/pcp/pmdas/gpsd/ && ./Install

Actual results:
The installation fails with the following message:

JSON perl module is not installed
...
Can't locate Time/HiRes.pm in @INC (you may need to install the Time::HiRes module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /var/lib/pcp/pmdas/gpsd/pmdagpsd.pl line 19.

Expected results:
The installation is passing without errors.

Comment 1 Nathan Scott 2020-02-19 06:03:27 UTC
commit fa792e0aa5c86642afff4b9dfc90ce0488b58a62
Author: Nathan Scott <nathans>
Date:   Wed Feb 19 16:51:21 2020 +1100

    build: update fedora.spec with perl-JSON/TimeHiRes package deps for pcp-pmda-gpsd
    
    Resolves Red Hat BZ #1790426

Comment 2 Nathan Scott 2020-03-18 06:28:40 UTC
Minor packaging issue, will be resolved via rebase.

*** This bug has been marked as a duplicate of bug 1792971 ***

Comment 3 Jan Kurik 2020-06-12 15:10:57 UTC
Verified on pcp-5.1.1-2.el8 build.


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