Bug 597854

Summary: Error in check dependencies for man-pages-it
Product: [Fedora] Fedora Reporter: Mattia Verga <mattia.verga>
Component: man-pages-itAssignee: Ding-Yi Chen <dchen>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: dchen, i18n-bugs
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: 2010-05-31 17:43:28 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 Mattia Verga 2010-05-30 19:02:28 UTC
Description of problem:

[root@Algol marvin]# LANG=en_US yum update
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
Adding en_US to language list
Found 35 installed debuginfo package(s)
Enabling fedora-debuginfo: Fedora 13 - x86_64 - Debug
Reading repository metadata in from local files
Enabling rpmfusion-nonfree-debuginfo: RPM Fusion for Fedora 13 - Nonfree - Debug
Reading repository metadata in from local files
Enabling updates-debuginfo: Fedora 13 - x86_64 - Updates - Debug
Reading repository metadata in from local files
Enabling rpmfusion-free-updates-debuginfo: RPM Fusion for Fedora 13 - Free - Updates Debug
Reading repository metadata in from local files
Enabling rpmfusion-free-debuginfo: RPM Fusion for Fedora 13 - Free - Debug
Reading repository metadata in from local files
Enabling rpmfusion-nonfree-updates-debuginfo: RPM Fusion for Fedora 13 - Nonfree - Updates Debug
Reading repository metadata in from local files
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package man-pages-it.noarch 0:2.80-7.fc13 set to be updated
--> Processing Dependency: man-pages-reader for package: man-pages-it-2.80-7.fc13.noarch
--> Finished Dependency Resolution
Error: Package: man-pages-it-2.80-7.fc13.noarch (updates)
           Requires: man-pages-reader
           Available: man-1.6f-27.fc13.x86_64 (fedora)
 You could try using --skip-broken to work around the problem
nss-softokn-freebl-3.12.4-19.fc13.x86_64 is a duplicate with nss-softokn-freebl-3.12.4-17.fc13.i686

Comment 1 Ding-Yi Chen 2010-05-30 23:52:29 UTC
I am sorry, but I cannot reproduce this bug.

Have you installed man?
From the yum output, it seems like you either need to solve the nss-softokn-freebl, or use

LANG=en_US yum --skip-broken update  man-pages-it to ignore nss-softokn-freebl

Comment 2 Mattia Verga 2010-05-31 17:43:28 UTC
Problem solved: I installed F13 since pre-alpha days, seems that in some time man was updated from rawhide repos with F14 version.

I did a "yum downgrade man", then the update of man-pages-it went fine.

Thanks