Changes in / [c9629e03:102a7f6]


Ignore:
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc9629e03 r102a7f6  
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     42
     43    <listitem>
     44      <para>2022-03-05</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[xry111] - Stop changing the owner of
     48          <filename class='directory'>$LFS/source</filename> to
     49          <systemitem class='username'>lfs</systemitem>. Fixes
     50          <ulink url="&lfs-ticket-root;5018">#5018</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[xry111] - Add zstd-1.5.2 upstream fixes patch.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
    4257
    4358    <listitem>
  • chapter01/whatsnew.xml

    rc9629e03 r102a7f6  
    281281    <title>Added:</title>
    282282    <listitem><para></para></listitem>  <!-- satisfy build -->
    283     <!--
    284     <listitem>
    285       <para>binutils-2.37-upstream_fix-1.patch</para>
    286     </listitem>
    287     <listitem>
    288       <para>gcc-11.1.0-upstream_fixes-1.patch</para>
    289     </listitem>
    290     -->
     283    <listitem>
     284      <para>&zstd-upstream-fixes-patch;</para>
     285    </listitem>
    291286  </itemizedlist>
    292287
  • chapter03/patches.xml

    rc9629e03 r102a7f6  
    142142    </varlistentry>
    143143
     144    <varlistentry>
     145      <term>Zstd Upstream Fixes Patch - <token>&zstd-upstream-fixes-patch-size;</token>:</term>
     146      <listitem>
     147        <para>Download: <ulink url="&patches-root;&zstd-upstream-fixes-patch;"/></para>
     148        <para>MD5 sum: <literal>&zstd-upstream-fixes-patch-md5;</literal></para>
     149      </listitem>
     150    </varlistentry>
    144151  </variablelist>
    145152
  • chapter04/addinguser.xml

    rc9629e03 r102a7f6  
    8686esac</userinput></screen>
    8787
    88   <para>If a separate working directory was created as suggested, give
    89   user <systemitem class="username">lfs</systemitem> ownership of this
    90   directory:</para>
    91 
    92 <screen><userinput>chown -v lfs $LFS/sources</userinput></screen>
    93 
    9488  <note><para>In some host systems, the following command does not complete
    9589  properly and suspends the login to the lfs user to the background.  If the
  • chapter08/gcc.xml

    rc9629e03 r102a7f6  
    175175
    176176<screen><userinput remap="install">chown -v -R root:root \
    177     /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}</userinput></screen>
     177    /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include{,-fixed}</userinput></screen>
    178178
    179179    <para>Create a symlink required by the <ulink
  • chapter08/zstd.xml

    rc9629e03 r102a7f6  
    4242  <sect2 role="installation">
    4343    <title>Installation of Zstd</title>
     44
     45    <para>Apply a patch to fix some issues identified by upstream:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&zstd-upstream-fixes-patch;</userinput></screen>
    4448
    4549    <para>Compile the package:</para>
  • patches.ent

    rc9629e03 r102a7f6  
    8888<!ENTITY systemd-upstream-fixes-patch-md5 "71eac6abdad5fba2039dcd011a9ae5b3">
    8989<!ENTITY systemd-upstream-fixes-patch-size "20 KB">
     90
     91<!ENTITY zstd-upstream-fixes-patch "zstd-&zstd-version;-upstream_fixes-1.patch">
     92<!ENTITY zstd-upstream-fixes-patch-md5 "a7e576e3f87415fdf388392b257cdcf3">
     93<!ENTITY zstd-upstream-fixes-patch-size "4 KB">
Note: See TracChangeset for help on using the changeset viewer.