Bug 891574

Summary: 32 bit version of glibc not available in F18
Product: [Fedora] Fedora Reporter: PaweÅ‚ Brodacki <ofbugsandmen>
Component: glibcAssignee: Jeff Law <law>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: codonell, fweimer, jakub, law, pfrankli, schwab, spoyarek
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: 2013-01-03 10:41:20 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:
Attachments:
Description Flags
sosreport output from an affected F18 Beta system. none

Description Paweł Brodacki 2013-01-03 10:22:38 UTC
Created attachment 671959 [details]
sosreport output from an affected F18 Beta system.

Description of problem:
An attempt to install glibc.i686 on x86_64 Fedora 18 Beta system fails.

Version-Release number of selected component (if applicable):
Fedora 18 Beta
glibc.i686

How reproducible:
Every time.

Steps to Reproduce:
1. Install Fedora 18 Beta (reproduced in "KDE desktop" and "Infrastructure server" pre-defined configs).
2. yum install glibc.i686
3. failure
  
Actual results:
yum install glibc.i686
Loaded plugins: langpacks, presto, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package glibc.i686 0:2.16-24.fc18 will be installed
--> Processing Dependency: glibc-common = 2.16-24.fc18 for package: glibc-2.16-24.fc18.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.16-24.fc18.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.16-24.fc18.i686
--> Running transaction check
---> Package glibc.i686 0:2.16-24.fc18 will be installed
--> Processing Dependency: glibc-common = 2.16-24.fc18 for package: glibc-2.16-24.fc18.i686
---> Package nss-softokn-freebl.i686 0:3.14-5.fc18 will be installed
--> Finished Dependency Resolution
Error: Package: glibc-2.16-24.fc18.i686 (fedora)
           Requires: glibc-common = 2.16-24.fc18
           Installed: glibc-common-2.16-28.fc18.x86_64 (@updates-testing)
               glibc-common = 2.16-28.fc18
           Available: glibc-common-2.16-24.fc18.x86_64 (fedora)
               glibc-common = 2.16-24.fc18
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Note: I do not have updates-testing repository enabled:

[root@pictsie yum.repos.d]# pwd
/etc/yum.repos.d
[root@pictsie yum.repos.d]# grep -H enabled *
fedora.repo:enabled=1
fedora.repo:enabled=0
fedora.repo:enabled=0
fedora-updates.repo:enabled=1
fedora-updates.repo:enabled=0
fedora-updates.repo:enabled=0
fedora-updates-testing.repo:enabled=0
fedora-updates-testing.repo:enabled=0
fedora-updates-testing.repo:enabled=0
[root@pictsie yum.repos.d]# 

Expected results:
Package installs, pulling in any prerequisites.

Additional info:
Attached sosreport from an affected system.

Comment 1 Siddhesh Poyarekar 2013-01-03 10:41:20 UTC
You need to enable updates-testing to do this.  It was disabled during the last update to fedora-release:

http://lists.fedoraproject.org/pipermail/devel/2012-December/175593.html

*** This bug has been marked as a duplicate of bug 889895 ***