Bug 157099

Summary: Dependencies problems when installing gcc with yum
Product: [Fedora] Fedora Reporter: cameleon078 <samuel.mutel>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-06 20:23:00 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 cameleon078 2005-05-06 20:17:56 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050504 Fedora/1.0.3-4 Firefox/1.0.3

Description of problem:
When you launch "yum install gcc", the output seems like this :

Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for gcc to pack into transaction set.
gcc-4.0.0-1.i386.rpm      100% |=========================|  18 kB    00:00
---> Package gcc.i386 0:4.0.0-1 set to be updated
--> Running transaction check
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc
--> Processing Dependency: cpp = 4.0.0-1 for package: gcc
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for glibc-devel to pack into transaction set.
glibc-devel-2.3.5-1.i386. 100% |=========================|  89 kB    00:00
---> Package glibc-devel.i386 0:2.3.5-1 set to be updated
--> Running transaction check
--> Processing Dependency: glibc-headers for package: glibc-devel
--> Processing Dependency: cpp = 4.0.0-1 for package: gcc
--> Processing Dependency: glibc = 2.3.5-1 for package: glibc-devel
--> Processing Dependency: glibc-headers = 2.3.5-1 for package: glibc-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for glibc-headers to pack into transaction set.
glibc-headers-2.3.5-1.i38 100% |=========================| 116 kB    00:00
---> Package glibc-headers.i386 0:2.3.5-1 set to be updated
---> Downloading header for glibc to pack into transaction set.
glibc-2.3.5-1.i386.rpm    100% |=========================| 113 kB    00:00
---> Package glibc.i386 0:2.3.5-1 set to be updated
--> Running transaction check
--> Processing Dependency: kernel-headers for package: glibc-headers
--> Processing Dependency: glibc-common = 2.3.5-1 for package: glibc
--> Processing Dependency: cpp = 4.0.0-1 for package: gcc
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for glibc-kernheaders to pack into transaction set.
glibc-kernheaders-2.4-9.1 100% |=========================|  73 kB    00:00
---> Package glibc-kernheaders.i386 0:2.4-9.1.94 set to be updated
--> Running transaction check
--> Processing Dependency: glibc-common = 2.3.5-1 for package: glibc
--> Processing Dependency: cpp = 4.0.0-1 for package: gcc
--> Finished Dependency Resolution
Error: Missing Dependency: cpp = 4.0.0-1 is needed by package gcc
Error: Missing Dependency: glibc-common = 2.3.5-1 is needed by package glibc

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

How reproducible:
Always

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

Additional info:

Comment 1 cameleon078 2005-05-06 20:22:10 UTC
Excuse me ! The repository was changed at the same time I use yum install