No edit summary |
(Announcing the Change proposal) |
||
Line 43: | Line 43: | ||
== Current status == | == Current status == | ||
[[Category: | [[Category:ChangeAnnounced]] | ||
<!-- When your change proposal page is completed and ready for review and announcement --> | <!-- When your change proposal page is completed and ready for review and announcement --> | ||
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | <!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> |
Revision as of 18:07, 9 August 2021
MinGW environment and toolchain update
Summary
Store debug files of mingw PE binaries below /usr/lib/debug.
Owner
- Name: Sandro Mani
- Email: manisandro@gmail.com
Current status
- Targeted release: Fedora 36
- Last updated: 2021-08-09
- FESCo issue: <will be assigned by the Wrangler>
- Tracker bug: <will be assigned by the Wrangler>
- Release notes tracker: <will be assigned by the Wrangler>
Detailed Description
Native debug symbols are already stored below /usr/lib/debug. This change modifies mingw-find-debuginfo.sh
, part of mingw-filesystem, to do the same.
Benefit to Fedora
Besides alignment with debuginfo symbols of native packages, this avoids an easy to hit issue for mingw packagers where .debug files end up in the main package, i.e.
%files -n mingw64-libfoo
%{mingw64_libdir}/plugindir/
where %{mingw64_libdir}/plugindir/
contains both say libfooplugin.dll
as well as libfooplugin.dll.debug
.
Scope
- Proposal owners:
mingw-find-debuginfo.sh
will be updated to store debug symbols below /usr/lib/debug
, as follows:
Store debug files below /usr/lib/debug
- Other developers:
%exclude
s of *.debug
files can be dropped from spec files.
- Release engineering: Impact check [1]
- Release engineering: Mass rebuild requested
- Policies and guidelines: No policies need to be changed
Upgrade/compatibility impact
No impact
How To Test
Verify that *.debug
files are stored below /usr/lib/debug
.
User Experience
*.debug
files are stored below /usr/lib/debug
.
Dependencies
None
Contingency Plan
- Contingency mechanism: Revert to older versions of environment / toolchain, mass rebuild mingw packages again
- Contingency deadline: Before release
- Blocks release? Yes
- Blocks product? No
Release Notes
From Fedora 36 onwards, debug symbols for mingw binaries will be stored below /usr/lib/debug.