Bug 740276 - Installing BackupPC fails with dependency error
Summary: Installing BackupPC fails with dependency error
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: BackupPC
Version: el6
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Bernard Johnson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-21 14:04 UTC by Stephan Huiser
Modified: 2011-09-21 20:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-09-21 20:07:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Output of 'yum install BackupPC' (7.13 KB, text/plain)
2011-09-21 14:04 UTC, Stephan Huiser
no flags Details

Description Stephan Huiser 2011-09-21 14:04:40 UTC
Created attachment 524204 [details]
Output of 'yum install BackupPC'

Description of problem:
On RHEL6.1 with EPEL6, installing EPEL-package 'BackupPC' fails with a broken dependency on:
 perl(Archive::Zip)
 perl(XML::RSS)
 perl-Time-modules
 perl(Time::ParseDate)

Version-Release number of selected component (if applicable):
 BackupPC.x86_64 0:3.2.1-1.el6


How reproducible:
 yum install BackupPC

Steps to Reproduce:
1. Install RHEL 6.1 (x86_64)
2. Add EPEL6 Repo
3. yum install BackupPC
  
Actual results:
 Last lines of yum install output:

 --> Finished Dependency Resolution
Error: Package: BackupPC-3.2.1-1.el6.x86_64 (epel)
           Requires: perl(Archive::Zip)
Error: Package: BackupPC-3.2.1-1.el6.x86_64 (epel)
           Requires: perl(XML::RSS)
Error: Package: BackupPC-3.2.1-1.el6.x86_64 (epel)
           Requires: perl-Time-modules
Error: Package: BackupPC-3.2.1-1.el6.x86_64 (epel)
           Requires: perl(Time::ParseDate)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Expected results:

 Package BackupPC installs just fine.

Additional info:
 see attachment for complete output

Comment 1 Bernard Johnson 2011-09-21 14:36:43 UTC
Taking perl(Archive:Zip) as an example:

This dependency is provided by perl-Archive-Zip package.  RHN says that this package is part of the 'RHEL Server Optional' channel for RHEL 6.  Do you have that channel enabled?

Name 	Channel
perl-Archive-Zip-1.16-1.2.1.noarch 	Red Hat Enterprise Linux (v. 5 for 64-bit x86_64)
perl-Archive-Zip-1.16-1.2.1.noarch 	Red Hat Enterprise Linux (v. 5 for 64-bit Itanium)
perl-Archive-Zip-1.16-1.2.1.noarch 	Red Hat Enterprise Linux (v. 5 for 64-bit IBM POWER)
perl-Archive-Zip-1.16-1.2.1.noarch 	Red Hat Enterprise Linux (v. 5 for 32-bit x86)
perl-Archive-Zip-1.30-2.el6.noarch 	RHEL Server Optional (v. 6 for 32-bit x86)
perl-Archive-Zip-1.30-2.el6.noarch 	RHEL Server Optional (v. 6 64-bit x86_64)
perl-Archive-Zip-1.16-1.2.1.noarch 	RHEL Optional Productivity Apps (v. 5 for 64-bit x86_64)
perl-Archive-Zip-1.16-1.2.1.noarch 	RHEL Optional Productivity Apps (v. 5 for 32-bit x86)

Comment 2 Stephan Huiser 2011-09-21 15:09:58 UTC
Yes, enabling channel 'RHEL Server Optional' indeed fixed my problem, thanks!
This 'bug' can be closed.


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