Forums

Seth P
Seth P
Offline
Resolved
0 votes
While trying to update packages through yum I get: "perl(File::Copy::Recursive) is needed by imapsync-1.607-1.el6.noarch"

Here is the tail end of the output from "yum update":

Transaction Summary
==========================================================================================
Install 7 Package(s)
Upgrade 376 Package(s)
Remove 1 Package(s)

Total size: 191 M
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
perl(File::Copy::Recursive) is needed by imapsync-1.607-1.el6.noarch
perl(File::Copy::Recursive) is needed by imapsync-1.607-1.el6.noarch
** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows:
imapsync-1.592-1.el6.noarch has missing requires of perl(File::Copy::Recursive)
imapsync-1.592-1.el6.noarch has missing requires of perl(File::Copy::Recursive)
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2015-02-19-16-45qIxKmo.yumtx



Here is the output from "yum repolist all":
repo id                              repo name                                status
clearos ClearOS Community 6 - x86_64 - OS enabled: 985
clearos-addons ClearOS Community 6 - x86_64 - Addons enabled: 48
clearos-contribs ClearOS Community 6 - x86_64 - Contribs disabled
clearos-core ClearOS Core 6 - x86_64 - OS disabled
clearos-dev ClearOS Community 6 - x86_64 - Developme disabled
clearos-developer ClearOS Developer 6 - x86_64 - Developer disabled
clearos-epel Extra Packages for Enterprise Linux 6 - disabled
clearos-epel-testing Extra Packages for Enterprise Linux 6 - disabled
clearos-extras ClearOS Community 6 - x86_64 - Extras enabled: 163
clearos-test ClearOS Community 6 - x86_64 - Testing ( disabled
clearos-updates ClearOS Community 6 - x86_64 - Updates enabled: 0
clearos-updates-testing ClearOS Community 6 - x86_64 - Updates ( disabled
contribs contribs enabled: 106
private-clearcenter-dyndns private-clearcenter-dyndns enabled: 2
private-clearcenter-plex private-clearcenter-plex enabled: 3
private-clearcenter-zarafa-community private-clearcenter-zarafa-community enabled: 30
zarafa-community-71 Zarafa Community 7.1 - x86_64 disabled
zarafa-community-71-testing Zarafa Community 7.1 - x86_64 - Testing disabled
zarafa-community-testing Zarafa Community 7.1 - x86_64 - Testing disabled
repolist: 1,337


If I remove zarafa, yum will update my packages just fine. Can anyone advise on how to handle this without having to remove zarafa every time i need to update?

Thank you,
Seth
Thursday, February 19 2015, 09:53 PM
Share this post:
Responses (2)
  • Accepted Answer

    Seth P
    Seth P
    Offline
    Friday, February 20 2015, 04:17 AM - #Permalink
    Resolved
    0 votes
    That worked!

    I wonder why that needed to get installed manualy and did not get picked up by yum's dependency resolution.

    Thank you!

    Now I have an issue where slapd will not finish starting... But I will open a thread in the LDAP board for that.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, February 19 2015, 10:07 PM - #Permalink
    Resolved
    0 votes
    Can you try:
    yum install perl-File-Copy-Recursive
    The reply is currently minimized Show
Your Reply