Bug 1297270

Summary: gcc.i686 /usr/libexec/getconf/default conficts with gcc.x86_64
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: davejohansen, jakub, jwakely, law, mpolacek
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-11 06:08:54 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:

Description Orion Poplawski 2016-01-11 03:46:09 UTC
Description of problem:

Error: Transaction check error:
  file /usr/libexec/getconf/default from install of gcc-5.3.1-4.fc24.i686 conflicts with file from package gcc-5.3.1-4.fc24.x86_64

lrwxrwxrwx. 1 root root 19 Jan  8 22:41 /usr/libexec/getconf/default -> POSIX_V6_LP64_OFF64

Comment 1 Jakub Jelinek 2016-01-11 06:08:54 UTC
Only (selected) lib* subpackages of gcc are meant to be multilib, gcc* subpackages are not, you want them solely for the primary architecture.
So, installing both gcc.i686 and gcc.x86_64 is a user error.