Bug 825061

Summary: Multilib conflicts for glibc
Product: [Fedora] Fedora Reporter: Ben Boeckel <fedora>
Component: glibcAssignee: Jeff Law <law>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: Frodox, fweimer, jakub, jlayton, kdudka, law, pfrankli, schwab
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: 2012-05-30 05:20:51 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:

Description Ben Boeckel 2012-05-25 01:32:08 UTC
Description of problem:
Yum output:

  file /usr/share/info/libc.info-1.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info-10.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info-11.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info-2.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info-3.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info-4.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info-5.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info-6.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info-7.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info-8.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info-9.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686
  file /usr/share/info/libc.info.gz conflicts between attempted installs of glibc-devel-2.15.90-2.fc18.x86_64 and glibc-devel-2.15.90-2.fc18.i686

Comment 1 Jeff Law 2012-05-25 15:04:11 UTC
*** Bug 825216 has been marked as a duplicate of this bug. ***

Comment 2 Jeff Law 2012-05-25 22:49:56 UTC
Upstream changed how they built the info files and as a result the contents are no longer identical across the two builds.  Thus the failures.  I might be able to resolve this with a relatively simple sed script.

Comment 3 Jeff Law 2012-05-30 05:20:51 UTC
Ultimately needed to build the libc.info files in the sourcedir, then move them to the objdir to avoid mucking up the indexing.

Comment 4 Vit Ry 2015-10-24 23:45:50 UTC
(In reply to Jeff Law from comment #3)
> Ultimately needed to build the libc.info files in the sourcedir, then move
> them to the objdir to avoid mucking up the indexing.

Could you provide your fix, please ?

Comment 5 Jeff Law 2015-10-26 15:46:50 UTC
See glibc-rh825061.patch in the glibc srpm.