Bug 1369792

Summary: Problem with yum-nightly.cron or rpm_check_debug
Product: Red Hat Enterprise Linux 5 Reporter: Karl Burkett <burkett>
Component: yumAssignee: Valentina Mukhamedzhanova <vmukhame>
Status: CLOSED NOTABUG QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: low Docs Contact:
Priority: unspecified    
Version: 5.3CC: james.antill
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-20 12:52:08 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:

Description Karl Burkett 2016-08-24 12:17:53 UTC
Description of problem: yum-nightly.cron report is wrong.
 Here's the email:
/etc/cron.daily/yum-nightly.cron:

ERROR with rpm_check_debug vs depsolve:
perl(File::Path) is needed by (installed) subversion-tools-1.6.3-1.x86_64
perl(File::Path) is needed by (installed) subversion-tools-1.6.3-1.x86_64
(1, ['Please report this error in bugzilla'])

Test of perl shows the module is actually installed:
/usr/bin/perl -e "use File::Path;"
returns without complaint about missing library.


Version-Release number of selected component (if applicable):
Some test run by yum-nightly.cron

How reproducible:
I believe the test will consistently show this as an error.


Steps to Reproduce:
1. Run yum-nightly.cron
2.
3.

Actual results:
See above


Expected results:
No error should be reported.


Additional info:

Comment 1 Valentina Mukhamedzhanova 2016-09-20 12:52:08 UTC
Have you tried reinstalling perl? Also, running

# rpm -Va --nofiles --nodigest

should show if there are errors.

This looks like an issue with rpmdb, not a bug in yum. Closing.