Bug 126602

Summary: library conflicts when yum update attempted
Product: [Fedora] Fedora Reporter: Bob Gustafson <bobgus>
Component: gcc34Assignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2004-06-23 18:19:02 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 Bob Gustafson 2004-06-23 18:03:16 UTC
Description of problem:


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


How reproducible:


Steps to Reproduce:
1. yum update l\*
2.
3.
  
Actual results:
Running test transaction:
Errors reported doing trial run
file /usr/lib/debug/usr/bin/c++filt.debug from install of
gcc-debuginfo-3.4.0-6 conflicts with file from package
compat-gcc-debuginfo-8-3.3.3.7
file /usr/lib/debug/usr/bin/cpp.debug from install of
gcc-debuginfo-3.4.0-6 conflicts with file from package
compat-gcc-debuginfo-8-3.3.3.7
file /usr/lib/debug/usr/bin/i386-redhat-linux-gcj.debug from install
of gcc-debuginfo-3.4.0-6 conflicts with file from package
compat-gcc-debuginfo-8-3.3.3.7
file /usr/lib/debug/usr/bin/protoize.debug from install of
gcc-debuginfo-3.4.0-6 conflicts with file from package
compat-gcc-debuginfo-8-3.3.3.7
file /usr/lib/debug/usr/bin/unprotoize.debug from install of
gcc-debuginfo-3.4.0-6 conflicts with file from package
compat-gcc-debuginfo-8-3.3.3.7
file /usr/lib/debug/usr/lib/libffi-2.00-beta.so.debug from install of
gcc-debuginfo-3.4.0-6 conflicts with file from package
compat-gcc-debuginfo-8-3.3.3.7
file /usr/lib/debug/usr/lib/libg2c.so.0.0.0.debug from install of
gcc-debuginfo-3.4.0-6 conflicts with file from package
compat-gcc-debuginfo-8-3.3.3.7
file /usr/lib/debug/usr/lib/libobjc.so.1.0.0.debug from install of
gcc-debuginfo-3.4.0-6 conflicts with file from package
compat-gcc-debuginfo-8-3.3.3.7
[root@hoho2 user1]#


Expected results:


Additional info:

Comment 1 Bob Gustafson 2004-06-23 18:19:02 UTC
That was yum update g\*

I fixed it by removing the package

rpm -e compat-gcc-debuginfo

And then when I redid the yum update g\*
it completed successfully

Works for me