Bug 810792

Summary: html2ps won't install because of broken dependencies
Product: [Fedora] Fedora Reporter: Joachim Backes <joachim.backes>
Component: html2psAssignee: Petr Pisar <ppisar>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: pertusus, ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-09 08:30:18 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 Joachim Backes 2012-04-09 07:47:23 UTC
Description of problem:
Trying to install html2ps fails because of broken dependencies:

sudo yum install html2ps
Loaded plugins: langpacks, presto, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package html2ps.noarch 0:1.0-0.8.b7.fc17 will be installed
--> Processing Dependency: perl(Image::Magick) for package: html2ps-1.0-0.8.b7.fc17.noarch
--> Running transaction check
---> Package ImageMagick-perl.x86_64 0:6.7.5.6-3.fc17 will be installed
--> Processing Dependency: ImageMagick = 6.7.5.6-3.fc17 for package: ImageMagick-perl-6.7.5.6-3.fc17.x86_64
--> Processing Dependency: libMagickCore.so.5()(64bit) for package: ImageMagick-perl-6.7.5.6-3.fc17.x86_64
--> Running transaction check
---> Package ImageMagick.x86_64 0:6.7.1.9-3.fc17 will be updated
--> Processing Dependency: libMagickCore.so.4()(64bit) for package: ImageMagick-c++-6.7.1.9-3.fc17.x86_64
--> Processing Dependency: libMagickCore.so.4()(64bit) for package: inkscape-0.48.2-4.fc17.x86_64
--> Processing Dependency: libMagickCore.so.4()(64bit) for package: zbar-0.10-10.fc17.x86_64
--> Processing Dependency: libMagickWand.so.4()(64bit) for package: ImageMagick-c++-6.7.1.9-3.fc17.x86_64
--> Processing Dependency: libMagickWand.so.4()(64bit) for package: zbar-0.10-10.fc17.x86_64
--> Processing Dependency: ImageMagick = 6.7.1.9-3.fc17 for package: ImageMagick-c++-6.7.1.9-3.fc17.x86_64
---> Package ImageMagick.x86_64 0:6.7.5.6-3.fc17 will be an update
--> Running transaction check
---> Package ImageMagick.x86_64 0:6.7.1.9-3.fc17 will be updated
--> Processing Dependency: libMagickCore.so.4()(64bit) for package: inkscape-0.48.2-4.fc17.x86_64
--> Processing Dependency: libMagickCore.so.4()(64bit) for package: zbar-0.10-10.fc17.x86_64
--> Processing Dependency: libMagickWand.so.4()(64bit) for package: zbar-0.10-10.fc17.x86_64
---> Package ImageMagick-c++.x86_64 0:6.7.1.9-3.fc17 will be updated
--> Processing Dependency: libMagick++.so.4()(64bit) for package: inkscape-0.48.2-4.fc17.x86_64
---> Package ImageMagick-c++.x86_64 0:6.7.5.6-3.fc17 will be an update
--> Finished Dependency Resolution
Error: Package: inkscape-0.48.2-4.fc17.x86_64 (@updates-testing)
           Requires: libMagick++.so.4()(64bit)
           Removing: ImageMagick-c++-6.7.1.9-3.fc17.x86_64 (@fedora)
               libMagick++.so.4()(64bit)
           Updated By: ImageMagick-c++-6.7.5.6-3.fc17.x86_64 (updates-testing)
               Not found
Error: Package: inkscape-0.48.2-4.fc17.x86_64 (@updates-testing)
           Requires: libMagickCore.so.4()(64bit)
           Removing: ImageMagick-6.7.1.9-3.fc17.x86_64 (@fedora)
               libMagickCore.so.4()(64bit)
           Updated By: ImageMagick-6.7.5.6-3.fc17.x86_64 (updates-testing)
               Not found
Error: Package: zbar-0.10-10.fc17.x86_64 (@fedora)
           Requires: libMagickCore.so.4()(64bit)
           Removing: ImageMagick-6.7.1.9-3.fc17.x86_64 (@fedora)
               libMagickCore.so.4()(64bit)
           Updated By: ImageMagick-6.7.5.6-3.fc17.x86_64 (updates-testing)
               Not found
Error: Package: zbar-0.10-10.fc17.x86_64 (@fedora)
           Requires: libMagickWand.so.4()(64bit)
           Removing: ImageMagick-6.7.1.9-3.fc17.x86_64 (@fedora)
               libMagickWand.so.4()(64bit)
           Updated By: ImageMagick-6.7.5.6-3.fc17.x86_64 (updates-testing)
               Not found
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Version-Release number of selected component (if applicable):
html2ps-1.0-0.8.b7.fc17.noarch

How reproducible:
always

Steps to Reproduce:
1.See description
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Joachim Backes 2012-04-09 08:30:18 UTC
Uninstalling and reinstalling ImageMagick helps!