Bug 1960811

Summary: missing requires: File::Find module for monitor-edid
Product: [Fedora] Fedora Reporter: Felix Miata <mrmazda>
Component: monitor-edidAssignee: jcpunk
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 33CC: jcpunk, jglisse, negativo17, ppisar, riehecky, xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: monitor-edid-3.2-6.fc34 monitor-edid-3.2-4.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-05-26 00:58:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Felix Miata 2021-05-15 03:59:14 UTC
Description of problem:
# monitor-edid
Can't locate File/Find.pm in @INC (you may need to install the File::Find module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/sbin/monitor-edid line 130.

# rpm -qa | egrep -i 'tor-edid|perl' | sort
monitor-edid-3.2-4.fc33.x86_64
perl-B-1.80-469.fc33.x86_64
perl-base-2.27-469.fc33.noarch
perl-Carp-1.50-457.fc33.noarch
perl-Class-Struct-0.66-469.fc33.noarch
perl-constant-1.33-458.fc33.noarch
perl-Data-Dumper-2.174-459.fc33.x86_64
perl-Encode-3.08-458.fc33.x86_64
perl-Errno-1.30-469.fc33.x86_64
perl-Exporter-5.74-458.fc33.noarch
perl-Fcntl-1.13-469.fc33.x86_64
perl-File-Basename-2.85-469.fc33.noarch
perl-File-Path-2.18-1.fc33.noarch
perl-File-stat-1.09-469.fc33.noarch
perl-File-Temp-0.231.100-1.fc33.noarch
perl-Getopt-Long-2.52-1.fc33.noarch
perl-Getopt-Std-1.12-469.fc33.noarch
perl-HTTP-Tiny-0.076-457.fc33.noarch
perl-if-0.60.800-469.fc33.noarch
perl-interpreter-5.32.1-469.fc33.x86_64
perl-IO-1.43-469.fc33.x86_64
perl-IPC-Open3-1.21-469.fc33.noarch
perl-libs-5.32.1-469.fc33.x86_64
perl-macros-5.32.1-469.fc33.noarch
perl-MIME-Base64-3.16-1.fc33.x86_64
perl-mro-1.23-469.fc33.x86_64
perl-overload-1.31-469.fc33.noarch
perl-overloading-0.02-469.fc33.noarch
perl-parent-0.238-457.fc33.noarch
perl-Parse-EDID-1.0.7-8.fc33.noarch
perl-PathTools-3.78-458.fc33.x86_64
perl-Pod-Escapes-1.07-457.fc33.noarch
perl-podlators-4.14-457.fc33.noarch
perl-Pod-Perldoc-3.28.01-458.fc33.noarch
perl-Pod-Simple-3.42-1.fc33.noarch
perl-Pod-Usage-2.01-1.fc33.noarch
perl-POSIX-1.94-469.fc33.x86_64
perl-Scalar-List-Utils-1.55-457.fc33.x86_64
perl-SelectSaver-1.02-469.fc33.noarch
perl-Socket-2.031-1.fc33.x86_64
perl-Storable-3.21-457.fc33.x86_64
perl-subs-1.03-469.fc33.noarch
perl-Symbol-1.08-469.fc33.noarch
perl-Term-ANSIColor-5.01-458.fc33.noarch
perl-Term-Cap-1.17-457.fc33.noarch
perl-Text-ParseWords-3.30-457.fc33.noarch
perl-Text-Tabs+Wrap-2013.0523-457.fc33.noarch
perl-threads-2.25-457.fc33.x86_64
perl-threads-shared-1.61-457.fc33.x86_64
perl-Time-Local-1.300-4.fc33.noarch
perl-Unicode-Normalize-1.27-458.fc33.x86_64
perl-vars-1.05-469.fc33.noarch

FWIW, when I try monitor-edid on F34, the machine hard locks requiring power switch shutdown, thus monitor-edid is untestable on F34.

Comment 1 Petr Pisar 2021-05-17 10:36:10 UTC
# dnf --quiet repoquery /usr/sbin/monitor-edid --source
monitor-edid-3.2-4.fc33.src.rpm

Comment 2 Petr Pisar 2021-05-17 10:45:19 UTC
$ grep File::Find refs/tags/v3.2/monitor-edid
    require File::Find;
    File::Find::find(sub { $_ eq 'EDID' and push @l, $File::Find::name }, $dir);

Offset "require" keywords are ignored by perl-generators because of excessive false positives. You need to "Requires: perl(File::Find)" explicitly.

Comment 3 Fedora Update System 2021-05-17 13:26:11 UTC
FEDORA-2021-ac87114501 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-ac87114501

Comment 4 Fedora Update System 2021-05-17 13:39:30 UTC
FEDORA-EPEL-2021-7c73876fd7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-7c73876fd7

Comment 5 Fedora Update System 2021-05-18 01:25:52 UTC
FEDORA-EPEL-2021-7c73876fd7 has been pushed to the Fedora EPEL 7 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-7c73876fd7

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 6 Fedora Update System 2021-05-18 01:58:12 UTC
FEDORA-2021-ac87114501 has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-ac87114501`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-ac87114501

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 7 Fedora Update System 2021-05-26 00:58:26 UTC
FEDORA-2021-ac87114501 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 8 Fedora Update System 2021-06-02 00:35:14 UTC
FEDORA-EPEL-2021-7c73876fd7 has been pushed to the Fedora EPEL 7 stable repository.
If problem still persists, please make note of it in this bug report.