Bug 1465510
Summary: | gcc and gcc-libraries debuginfo clash on aarch64 | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Marek Polacek <mpolacek> | |
Component: | gcc | Assignee: | Marek Polacek <mpolacek> | |
Status: | CLOSED ERRATA | QA Contact: | Michael Petlan <mpetlan> | |
Severity: | unspecified | Docs Contact: | Vladimír Slávik <vslavik> | |
Priority: | unspecified | |||
Version: | 7.4 | CC: | jakub, mcermak, mpolacek, ohudlick, vslavik | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | gcc-4.8.5-20.el7 | Doc Type: | No Doc Update | |
Doc Text: |
Debuginfo conflict with *libatomic* files on 64-bit ARM architecture between _gcc_ and _gcc-libraries_ resolved
Previously, on the 64-bit ARM architecture the *libatomic* library was included in the _gcc-libraries_ package but *libatomic* was built also during creation of the _gcc_ package. As a consequence, debuginfo packages for both of the mentioned packages contained files for *libatomic* and conflicted. The conflict has been resolved. As a result, debuginfo packages for _gcc_ and _gcc-debuginfo_ no longer cause a conflict.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1474717 (view as bug list) | Environment: | ||
Last Closed: | 2018-04-10 15:09:27 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1473718, 1474717 |
Description
Marek Polacek
2017-06-27 14:32:09 UTC
So the debuginfos don't clash anymore: # rpmquery -a | grep gcc | grep debuginfo gcc-debuginfo-4.8.5-26.el7.aarch64 gcc-base-debuginfo-4.8.5-26.el7.aarch64 gcc-libraries-debuginfo-7.2.1-1.1.1.el7.aarch64 I don't know what exactly changed, but libatomic remains a part of gcc-libraries, its debuginfo is in gcc-libraries-debuginfo, gcc-debuginfo no more contains conflicting files. So it makes sense and works for me. VERIFIED. (In reply to Michael Petlan from comment #7) > So the debuginfos don't clash anymore: > > # rpmquery -a | grep gcc | grep debuginfo > gcc-debuginfo-4.8.5-26.el7.aarch64 > gcc-base-debuginfo-4.8.5-26.el7.aarch64 > gcc-libraries-debuginfo-7.2.1-1.1.1.el7.aarch64 > > I don't know what exactly changed, but libatomic remains a part of > gcc-libraries, its debuginfo is in gcc-libraries-debuginfo, gcc-debuginfo no > more contains conflicting files. So it makes sense and works for me. Correct, the change was in the end in gcc, so this is expected. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:0849 |