RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2054789 - locale: de-duplicate LC_CTYPE files in glibc-langpack-* by symlinking identical copies to C.utf8 variant
Summary: locale: de-duplicate LC_CTYPE files in glibc-langpack-* by symlinking identic...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: glibc
Version: 9.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Arjun Shankar
QA Contact: Sergey Kolosov
URL:
Whiteboard:
: 2056991 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-15 17:26 UTC by Arjun Shankar
Modified: 2023-07-18 14:29 UTC (History)
8 users (show)

Fixed In Version: glibc-2.34-28.el9
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-11-15 11:11:43 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-112381 0 None None None 2022-02-15 17:38:41 UTC
Red Hat Product Errata RHBA-2022:8272 0 None None None 2022-11-15 11:12:06 UTC

Description Arjun Shankar 2022-02-15 17:26:32 UTC
LC_CTYPE for almost half the locales is identical to the one for C.utf8.  When building the glibc RPM, we hardlink identical files to save space, but when they get split across separate glibc-langpack-* RPMs, the content is duplicated and installed in duplicate for each langpack installed.

Fix this so that we generate symbolic links instead that get installed as-is by RPM.

This is a packaging change that has already been done in Fedora Rawhide.

Relevant commit:

commit a0bdca4f3f0b5d8fa83b94baa29aee593a6185d7
Author: Arjun Shankar <arjun>
Date:   Tue Feb 15 00:40:57 2022 +0100

    locale: symlink identical langpack LC_CTYPEs to the C.utf8 version
    
    Almost half the LC_CTYPE files in langpacks are identical to the C.utf8
    variant which is installed by default.  This commit converts these to
    symbolic links instead, saving ~350K of installed size per langpack.
    
    Reviewed-by: Florian Weimer <fweimer>


Additional nice-to-have commit:

commit cf979ff812591e7190025c9454ab73a9c31baa5b
Author: Arjun Shankar <arjun>
Date:   Thu Feb 10 12:00:48 2022 +0100

    locale: make install-locale-files instead of install-locales
    
    glibc-fedora-localedef.patch was altering the install-locales target so
    that it does not generate a locale-archive.
    
    This commit drops the patch and uses the install-locale-files target
    instead of install-locales.  install-locale-files does not generate
    locale-archive, and does not group identical locale files via hardlinks.
    
    hardlink is also passed a -c flag so that it actually compares file
    contents and hardlinks identical ones.

Comment 1 Florian Weimer 2022-02-22 14:04:48 UTC
*** Bug 2056991 has been marked as a duplicate of this bug. ***

Comment 7 errata-xmlrpc 2022-11-15 11:11:43 UTC
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 (glibc bug fix and enhancement update), 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/RHBA-2022:8272


Note You need to log in before you can comment on or make changes to this bug.