Bug 705207

Summary: Cannot install gcc
Product: [Fedora] Fedora Reporter: Tony Camuso <tcamuso>
Component: gcc32Assignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-17 09:08:32 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 Tony Camuso 2011-05-17 00:13:17 UTC
Description of problem:

# yum install gcc 
gcc-4.6.0-6.fc15.i686 requires libgomp = 4.6.0-6.fc15
glibc-headers-2.13.90-9.i686 requires glibc = 2.13.90-9

# yum install libgomp
  :
Package matching libgomp-4.6.0-6.fc15.i686 already installed. Checking for update.
Nothing to do. 

# yum install glibc
  :
Package matching glibc-2.13.90-9.i386 already installed. Checking for update.
Nothing to do. 

Version-Release number of selected component (if applicable):

# uname -r
2.6.38.6-26.rc1.fc15.i686

# cat /etc/redhat-release
Fedora releas 15 (Lovelock)

How reproducible:
Every time

Steps to Reproduce:
1. yum install gcc
2.
3.
  
Actual results:

Dependency inconsistencies.

Expected results:
Install gcc. 

Additional info:

Comment 1 Jakub Jelinek 2011-05-17 09:08:32 UTC
That is not a bug in the package.  Either some mirror is stale and try again, or just try to update all the packages at once.