From Fedora Project Wiki
Line 61: Line 61:


== Benefit to Fedora ==
== Benefit to Fedora ==
Fedora has approximately 22265 packages, based on my research [1], there are 9941 packages that use make, and 2197 that might use make.  This leaves between 10127 and 12324 packages that do not use make.  Removing make from the BuildRoot will reduce the network traffic, download times, and disk usage for these builds in Koji and also for users doing builds with mock.
Removing make (and its dependencies) will:
* Reduce the BuildRoot download size by: 7.3 MB [2]:
** make: 539k
** gc: 104k
** guile22: 6.6M
** libtool-ltdl: 36k
* Reduce the BuildRoot install size by; 46 MB [2]:
** make: 1.6M
** gc: 229k
** guile22: 44M
** libtool-ltdl: 71k
[2] Package sizes are from the x86_64 packages.


<!-- What is the benefit to the distribution?  Will the software we generate be improved? How will the process of creating Fedora releases be improved?
<!-- What is the benefit to the distribution?  Will the software we generate be improved? How will the process of creating Fedora releases be improved?

Revision as of 14:48, 22 October 2020

Important.png
Comments and Explanations
The page source contains comments providing guidance to fill out each section. They are invisible when viewing this page. To read it, choose the "view source" link.
Copy the source to a new page before making changes! DO NOT EDIT THIS TEMPLATE FOR YOUR CHANGE PROPOSAL.
Idea.png
Guidance
For details on how to fill out this form, see the documentation.


Remove make from BuildRoot

Summary

This change will remove make from the default buildroot in Koji and mock.

Owner

Current status

  • Targeted release: Fedora 34
  • Last updated: 2020-10-22
  • 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

Feedback

Benefit to Fedora

Fedora has approximately 22265 packages, based on my research [1], there are 9941 packages that use make, and 2197 that might use make. This leaves between 10127 and 12324 packages that do not use make. Removing make from the BuildRoot will reduce the network traffic, download times, and disk usage for these builds in Koji and also for users doing builds with mock.

Removing make (and its dependencies) will:

  • Reduce the BuildRoot download size by: 7.3 MB [2]:
    • make: 539k
    • gc: 104k
    • guile22: 6.6M
    • libtool-ltdl: 36k
  • Reduce the BuildRoot install size by; 46 MB [2]:
    • make: 1.6M
    • gc: 229k
    • guile22: 44M
    • libtool-ltdl: 71k


[2] Package sizes are from the x86_64 packages.


Scope

  • Proposal owners:
  • Other developers: N/A (not a System Wide Change)
  • Policies and guidelines: N/A (not a System Wide Change)
  • Trademark approval: N/A (not needed for this Change)
  • Alignment with Objectives:

Upgrade/compatibility impact

N/A (not a System Wide Change)

How To Test

N/A (not a System Wide Change)

User Experience

Dependencies

N/A (not a System Wide Change)

Contingency Plan

  • Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change)
  • Contingency deadline: N/A (not a System Wide Change)
  • Blocks release? N/A (not a System Wide Change), Yes/No
  • Blocks product? product

Documentation

N/A (not a System Wide Change)

Release Notes