Changeset de28837 for chapter01


Ignore:
Timestamp:
07/26/2021 11:34:27 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6d6f242
Parents:
ff96923
Message:

Hopefully, complete strip workaround

In stripping, /usr/bin/bash, /usr/bin/find, and /usr/bin/strip are
running. Strip them, and all libraries used by them in /tmp, then
install them back.

We can't use this for all libraries or binaries: the process above
discouples hard links (for example /usr/bin/perl and perl5.34.0). So
unfortunately the stripping instruction is now a stupidly long bash
script...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rff96923 rde28837  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[xry111] - (Hopefully) complete stripping workaround.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
     56      <para>2021-07-25</para>
     57      <itemizedlist>
     58        <listitem>
    5059          <para>[bdubbs] - Add workaround to strip libraries
    5160          correctly.</para>
Note: See TracChangeset for help on using the changeset viewer.