Hide Forgot
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:
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.