Changeset 102a7f6
- Timestamp:
- 03/06/2022 09:37:15 PM (19 months ago)
- Branches:
- 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 940c8495
- Parents:
- c9629e03 (diff), cb39502 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rc9629e03 r102a7f6 40 40 appropriate for the entry or if needed the entire day's listitem. 41 41 --> 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> 42 57 43 58 <listitem> -
chapter01/whatsnew.xml
rc9629e03 r102a7f6 281 281 <title>Added:</title> 282 282 <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> 291 286 </itemizedlist> 292 287 -
chapter03/patches.xml
rc9629e03 r102a7f6 142 142 </varlistentry> 143 143 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> 144 151 </variablelist> 145 152 -
chapter04/addinguser.xml
rc9629e03 r102a7f6 86 86 esac</userinput></screen> 87 87 88 <para>If a separate working directory was created as suggested, give89 user <systemitem class="username">lfs</systemitem> ownership of this90 directory:</para>91 92 <screen><userinput>chown -v lfs $LFS/sources</userinput></screen>93 94 88 <note><para>In some host systems, the following command does not complete 95 89 properly and suspends the login to the lfs user to the background. If the -
chapter08/gcc.xml
rc9629e03 r102a7f6 175 175 176 176 <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> 178 178 179 179 <para>Create a symlink required by the <ulink -
chapter08/zstd.xml
rc9629e03 r102a7f6 42 42 <sect2 role="installation"> 43 43 <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> 44 48 45 49 <para>Compile the package:</para> -
patches.ent
rc9629e03 r102a7f6 88 88 <!ENTITY systemd-upstream-fixes-patch-md5 "71eac6abdad5fba2039dcd011a9ae5b3"> 89 89 <!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.