Changeset e131bec
- Timestamp:
- 05/19/2023 06:34:49 AM (5 months ago)
- Branches:
- xry111/arm64, xry111/arm64-12.0
- Children:
- ed9b087
- Parents:
- 0ebfdf7e (diff), 0a7df4c (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:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r0ebfdf7e re131bec 41 41 --> 42 42 <listitem> 43 <para>2023-05-18</para> 44 <itemizedlist> 45 <listitem revision='sysv'> 46 <para>[bdubbs] - Update to util-linux-2.39. Fixes 47 <ulink url='&lfs-ticket-root;5259'>#5259</ulink>.</para> 48 </listitem> 49 <listitem> 50 <para>[bdubbs] - Update to linux-6.3.3. Fixes 51 <ulink url='&lfs-ticket-root;5261'>#5261</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[bdubbs] - Update to libcap-2.69. Fixes 55 <ulink url='&lfs-ticket-root;5258'>#5258</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[bdubbs] - Update to grep-3.11. Fixes 59 <ulink url='&lfs-ticket-root;5256'>#5256</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[bdubbs] - Update to flit_core-3.9.0. Fixes 63 <ulink url='&lfs-ticket-root;5257'>#5257</ulink>.</para> 64 </listitem> 65 <listitem> 66 <para>[bdubbs] - Update to eudev-3.2.12. Fixes 67 <ulink url='&lfs-ticket-root;5260'>#5260</ulink>.</para> 68 </listitem> 69 </itemizedlist> 70 </listitem> 71 72 <listitem> 43 73 <para>2023-05-13</para> 44 74 <itemizedlist> -
chapter01/whatsnew.xml
r0ebfdf7e re131bec 92 92 <para>E2fsprogs-&e2fsprogs-version;</para> 93 93 </listitem>--> 94 < !--<listitem revision="sysv">94 <listitem revision="sysv"> 95 95 <para>Eudev-&eudev-version;</para> 96 </listitem> -->96 </listitem> 97 97 <!--<listitem> 98 98 <para>Expat-&expat-version;</para> … … 110 110 <para>Flex-&flex-version;</para> 111 111 </listitem>--> 112 <listitem> 113 <para>Flit-core-&flit-core-version;</para> 114 </listitem> 112 115 <!--<listitem> 113 116 <para>Gawk-&gawk-version;</para> … … 170 173 <para>LFS-Bootscripts-&lfs-bootscripts-version;</para> 171 174 </listitem>--> 172 < !--<listitem>175 <listitem> 173 176 <para>Libcap-&libcap-version;</para> 174 </listitem> -->177 </listitem> 175 178 <listitem> 176 179 <para>Libelf-&elfutils-version; (from elfutils)</para> … … 269 272 <para>Tzdata-&tzdata-version;</para> 270 273 </listitem>--> 271 < !--<listitem>274 <listitem> 272 275 <para>Util-Linux-&util-linux-version;</para> 273 </listitem> -->276 </listitem> 274 277 <listitem> 275 278 <para>Vim-&vim-version;</para> -
chapter07/util-linux.xml
r0ebfdf7e re131bec 54 54 <screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ 55 55 --libdir=/usr/lib \ 56 --runstatedir=/run \ 56 57 --docdir=/usr/share/doc/util-linux-&util-linux-version; \ 57 58 --disable-chfn-chsh \ … … 63 64 --disable-pylibmount \ 64 65 --disable-static \ 65 --without-python \ 66 runstatedir=/run</userinput></screen> 66 --without-python</userinput></screen> 67 67 68 68 <variablelist> -
chapter08/eudev.xml
r0ebfdf7e re131bec 40 40 <sect2 role="installation"> 41 41 <title>Installation of Eudev</title> 42 42 <!-- No longer seems needed. bdubbs 5/18/23 43 43 <para>First fix the location of udev rules in the .pc file:</para> 44 44 45 45 <screen><userinput remap="pre">sed -i '/udevdir/a udev_dir=${udevdir}' src/udev/udev.pc.in</userinput></screen> 46 46 --> 47 47 <para>Prepare Eudev for compilation:</para> 48 48 -
chapter08/gcc.xml
r0ebfdf7e re131bec 100 100 <para>By default, during the installation of GCC some system 101 101 headers would be <quote>fixed</quote> to be used with GCC. This 102 is not necessary for a modern Linux system, and potenti onally102 is not necessary for a modern Linux system, and potentially 103 103 harmful if a package is reinstalled after installing GCC. This 104 104 switch prevents GCC from <quote>fixing</quote> the headers.</para> -
chapter08/glibc.xml
r0ebfdf7e re131bec 184 184 </listitem> 185 185 186 <!--187 186 <listitem> 188 <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on 189 the host system kernel. Kernels 4.14.91–4.14.96, 190 4.19.13–4.19.18, and 4.20.0–4.20.5 are known to 191 cause these tests to fail. 192 </para> 187 <para>Additionally, some tests may fail with a relatively old CPU 188 model or host kernel version.</para> 193 189 </listitem> 194 195 <listitem>196 <para>The math tests sometimes fail when running on197 systems where the CPU is not a relatively new Intel or198 AMD processor.</para>199 </listitem>200 -->201 190 </itemizedlist> 202 191 -
chapter08/util-linux.xml
r0ebfdf7e re131bec 43 43 <title>Installation of Util-linux</title> 44 44 45 <para>First, disable a problem test:</para> 46 47 <screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen> 48 45 49 <para>Prepare Util-linux for compilation:</para> 46 50 … … 48 52 --bindir=/usr/bin \ 49 53 --libdir=/usr/lib \ 54 --runstatedir=/run \ 50 55 --sbindir=/usr/sbin \ 51 56 --disable-chfn-chsh \ … … 65 70 --bindir=/usr/bin \ 66 71 --libdir=/usr/lib \ 72 --runstatedir=/run \ 67 73 --sbindir=/usr/sbin \ 68 74 --disable-chfn-chsh \ -
packages.ent
r0ebfdf7e re131bec 157 157 <!ENTITY elfutils-fin-sbu "0.3 SBU"> 158 158 159 <!ENTITY eudev-version "3.2.1 1">160 <!ENTITY eudev-size "2, 075 KB">159 <!ENTITY eudev-version "3.2.12"> 160 <!ENTITY eudev-size "2,145 KB"> 161 161 <!ENTITY eudev-url "https://github.com/eudev-project/eudev/releases/download/v&eudev-version;/eudev-&eudev-version;.tar.gz"> 162 <!ENTITY eudev-md5 " 417ba948335736d4d81874fba47a30f7">162 <!ENTITY eudev-md5 "6f1559ca7c27013ff68816e2732498a3"> 163 163 <!ENTITY eudev-fin-du "83 MB"> 164 164 <!ENTITY eudev-fin-sbu "0.1 SBU"> … … 208 208 <!ENTITY flex-fin-sbu "0.1 SBU"> 209 209 210 <!ENTITY flit-core-version "3. 8.0">211 <!ENTITY flit-core-size "4 4KB">210 <!ENTITY flit-core-version "3.9.0"> 211 <!ENTITY flit-core-size "41 KB"> 212 212 <!ENTITY flit-core-url "&pypi-src;/f/flit-core/flit_core-&flit-core-version;.tar.gz"> 213 <!ENTITY flit-core-md5 " 7c41da13273f7787709a24f74e0f5a99">213 <!ENTITY flit-core-md5 "3bc52f1952b9a78361114147da63c35b"> 214 214 <!ENTITY flit-core-home "&pypi-home;/flit-core/"> 215 215 <!ENTITY flit-core-fin-du "736 KB"> … … 290 290 <!ENTITY gperf-fin-sbu "less than 0.1 SBU"> 291 291 292 <!ENTITY grep-version "3.1 0">293 <!ENTITY grep-size "1,6 52KB">292 <!ENTITY grep-version "3.11"> 293 <!ENTITY grep-size "1,664 KB"> 294 294 <!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz"> 295 <!ENTITY grep-md5 " ab3f063ad4596b7d094fb5f66cf327d6">295 <!ENTITY grep-md5 "7c9bbd74492131245f7cdb291fa142c0"> 296 296 <!ENTITY grep-home "&gnu-software;grep/"> 297 297 <!ENTITY grep-tmp-du "25 MB"> … … 399 399 <!ENTITY lfs-bootscripts-cfg-sbu "less than 0.1 SBU"> 400 400 401 <!ENTITY libcap-version "2.6 8">402 <!ENTITY libcap-size "18 8KB">401 <!ENTITY libcap-version "2.69"> 402 <!ENTITY libcap-size "185 KB"> 403 403 <!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz"> 404 <!ENTITY libcap-md5 " ffb9e9c87704f92ac75201327841e753">404 <!ENTITY libcap-md5 "4667bacb837f9ac4adb4a1a0266f4b65"> 405 405 <!ENTITY libcap-home "https://sites.google.com/site/fullycapable/"> 406 406 <!ENTITY libcap-fin-du "2.9 MB"> … … 433 433 <!ENTITY linux-major-version "6"> 434 434 <!ENTITY linux-minor-version "3"> 435 <!ENTITY linux-patch-version " 2">435 <!ENTITY linux-patch-version "3"> 436 436 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 437 437 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 438 <!ENTITY linux-size "133,7 04KB">438 <!ENTITY linux-size "133,722 KB"> 439 439 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 440 <!ENTITY linux-md5 " 646d9e1f4f62d01f53dc2fd6b4ea9005">440 <!ENTITY linux-md5 "900468549dbd8cc9b44efd85d9e934e6"> 441 441 <!ENTITY linux-home "https://www.kernel.org/"> 442 442 <!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is … … 712 712 <!ENTITY udev-lfs-home " "> 713 713 714 <!ENTITY util-linux-minor "2.3 8">715 <!ENTITY util-linux-version "2.3 8.1"> <!-- 2.33.x -->716 <!ENTITY util-linux-size "7, 321KB">714 <!ENTITY util-linux-minor "2.39"> 715 <!ENTITY util-linux-version "2.39"> <!-- 2.33.x --> 716 <!ENTITY util-linux-size "7,914 KB"> 717 717 <!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v&util-linux-minor;/util-linux-&util-linux-version;.tar.xz"> 718 <!ENTITY util-linux-md5 " cd11456f4ddd31f7fbfdd9488c0c0d02">718 <!ENTITY util-linux-md5 "16579e594a8ef2e6236b38b9ab36cccf"> 719 719 <!ENTITY util-linux-home "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/"> 720 720 <!ENTITY util-linux-tmp-du "150 MB">
Note:
See TracChangeset
for help on using the changeset viewer.