Bug 668301

Summary: Skip-broken could not solve problems (avoidable by excluding exiv2-libs)
Product: [Fedora] Fedora Reporter: Andre Robatino <robatino>
Component: shotwellAssignee: Matthias Clasen <mclasen>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: mclasen, metherid, michel, rdieter, spoyarek
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-11 13:59:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andre Robatino 2011-01-09 22:35:23 UTC
Description of problem:
When attempting to update Rawhide x86_64 with "yum --skip-broken update", I get the message "Skip-broken could not solve problems". After updating all possible individual packages, I still get it, but by excluding exiv2-libs, it's avoided (although it doesn't update any packages either). When running "yum --skip-broken update", the messages at the end are

--> Finished Dependency Resolution
Skip-broken could not solve problems
Error: Package: shotwell-0.7.2-2.fc15.x86_64 (@rawhide)
           Requires: libexiv2.so.9()(64bit)
           Removing: exiv2-libs-0.20-1.fc14.x86_64 (@anaconda-InstallationRepo-201009210339.x86_64/14-Beta)
               libexiv2.so.9()(64bit)
           Updated By: exiv2-libs-0.21-1.fc15.x86_64 (rawhide)
               Not found
 You could try running: rpm -Va --nofiles --nodigest
[root@localhost ~]#

A similar message results if I try to update any of the individual packages. When running "yum --skip-broken update --exclude=exiv2-libs", the messages at the end are

--> Finished Dependency Resolution

Packages skipped because of dependency problems:
    gnome-color-manager-2.91.3-3.fc15.x86_64 from rawhide
    hugin-base-2010.2.0-2.fc15.x86_64 from rawhide
    1:kde-plasma-networkmanagement-0.9-0.32.20110106.fc15.x86_64 from rawhide
    1:kde-plasma-networkmanagement-libs-0.9-0.32.20110106.fc15.x86_64 from rawhide
    kdeartwork-kxs-4.5.95-1.fc15.x86_64 from rawhide
    kdeartwork-screensavers-4.5.95-1.fc15.x86_64 from rawhide
    6:kdebase-4.5.95-1.fc15.x86_64 from rawhide
    6:kdebase-libs-4.5.95-1.fc15.x86_64 from rawhide
    kdebase-runtime-4.5.95-1.fc15.x86_64 from rawhide
    kdebase-runtime-flags-4.5.95-1.fc15.noarch from rawhide
    kdebase-runtime-libs-4.5.95-1.fc15.x86_64 from rawhide
    kdebase-workspace-4.5.95-1.fc15.x86_64 from rawhide
    kdebase-workspace-devel-4.5.95-1.fc15.x86_64 from rawhide
    kdebase-workspace-libs-4.5.95-1.fc15.x86_64 from rawhide
    7:kdegraphics-4.5.95-1.fc15.x86_64 from rawhide
    7:kdegraphics-libs-4.5.95-1.fc15.x86_64 from rawhide
    6:kdemultimedia-4.5.95-1.fc15.x86_64 from rawhide
    6:kdemultimedia-libs-4.5.95-1.fc15.x86_64 from rawhide
    7:kdenetwork-4.5.95-1.fc15.x86_64 from rawhide
    7:kdenetwork-libs-4.5.95-1.fc15.x86_64 from rawhide
    6:kdeutils-4.5.95-1.fc15.x86_64 from rawhide
    6:kdeutils-libs-4.5.95-1.fc15.x86_64 from rawhide
    6:kdeutils-minimal-4.5.95-1.fc15.x86_64 from rawhide
    6:kdeutils-minimal-libs-4.5.95-1.fc15.x86_64 from rawhide
    7:kio_msits-4.5.95-1.fc15.x86_64 from rawhide
    ksysguardd-4.5.95-1.fc15.x86_64 from rawhide
    libgexiv2-0.2.2-1.fc15.x86_64 from rawhide
    plasma-scriptengine-python-4.5.95-1.fc15.x86_64 from rawhide
    strigi-devel-0.7.2-7.fc15.x86_64 from rawhide
    strigi-libs-0.7.2-7.fc15.x86_64 from rawhide
[root@localhost ~]#

Version-Release number of selected component (if applicable):
exiv2-libs-0.20-1.fc14.x86_64 (currently installed)

How reproducible:
always

Comment 1 Rex Dieter 2011-01-09 22:58:07 UTC
Known problem that shotwell currently is ftbfs (fails to build from source) due to other vala-related problems.

Comment 2 Andre Robatino 2011-01-11 13:59:57 UTC
Seems fixed now, thanks.