From Fedora Project Wiki
(Created page with "= Porting Fedora to Modern C= This page collects some technical details related to Changes/PortingToModernC.") |
(Document Bugzilla trackers) |
||
Line 2: | Line 2: | ||
This page collects some technical details related to [[Changes/PortingToModernC]]. | This page collects some technical details related to [[Changes/PortingToModernC]]. | ||
== Fedora Bug Tracking == | |||
Not every build issue will have a bug in Bugzilla. But if there is no upstream with a mailing list or issue tracker to submit fixes to, it makes sense to create a bug in Bugzilla, especially for cross-distribution collaboration. | |||
Currently, these trackers exist: | |||
* [https://bugzilla.redhat.com/show_bug.cgi?id=2137509 PortingToModernC] Umbrella tracker for the tracker bugs below. | |||
* [https://bugzilla.redhat.com/show_bug.cgi?id=2137516 PortingToModernCExemptions] Bugs which document that certain packages could not be switched to C99 or later language standards. Typically these packages keep building with `-std=gnu89`. | |||
* [https://bugzilla.redhat.com/show_bug.cgi?id=2137512 PortingToModernCHelpNeeded] Bugs where help from the package maintainer is needed to address the issue(s). |
Revision as of 12:01, 2 November 2022
Porting Fedora to Modern C
This page collects some technical details related to Changes/PortingToModernC.
Fedora Bug Tracking
Not every build issue will have a bug in Bugzilla. But if there is no upstream with a mailing list or issue tracker to submit fixes to, it makes sense to create a bug in Bugzilla, especially for cross-distribution collaboration.
Currently, these trackers exist:
- PortingToModernC Umbrella tracker for the tracker bugs below.
- PortingToModernCExemptions Bugs which document that certain packages could not be switched to C99 or later language standards. Typically these packages keep building with
-std=gnu89
. - PortingToModernCHelpNeeded Bugs where help from the package maintainer is needed to address the issue(s).