Bug 1319440
| Summary: | gcc.i686 doesn't conflict with gcc.x86_64 - both packages being pulled for x86_64 builds | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mihai Moldovan <ionic> | ||||||
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||||
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | davejohansen, jakub, jwakely, law, mpolacek, vedran | ||||||
| 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: | 2016-07-19 18:46:25 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Mihai Moldovan
2016-03-20 05:10:44 UTC
Almost no packages have similar conflicts between different arch versions of the same packages. The bug is in whatever pulled gcc.i686 into x86_64 distro, that should be fixed. gcc is not a multilib package (most of the lib* subpackages of gcc are though). I know that most lib packages are multilib and multiple arch versions can be installed at the same time, but the gcc package being different from that. Is the problem that some other package explicitly depends upon gcc.i686 and the gcc.i686 package was pulled into the x86_64 repository? Executing "repoquery --whatrequires gcc.i686" in my FC22 VM to find all packages that depend upon gcc.i686 in the x86_64 repository returns the output to-be-attached. Is there anything else I can do to help find the culprit? Created attachment 1138824 [details]
repoquery --whatrequires gcc.i686
(In reply to Jakub Jelinek from comment #1) > Almost no packages have similar conflicts between different arch versions of > the same packages. The bug is in whatever pulled gcc.i686 into x86_64 > distro, that should be fixed. gcc is not a multilib package (most of the > lib* subpackages of gcc are though). With regards to this bug, are there any plans to make gcc into a multilib package? Of course not, why? Only the (most of) lib* subpackages of gcc are multilib, you only need one compiler when it handles both -m64 and -m32. Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |