Changeset 1b3fac7
- Timestamp:
- 02/02/2019 07:30:04 PM (5 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 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, 8.4, 9.0, 9.1, 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/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 26fd2d0
- Parents:
- 70b235f4
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r70b235f4 r1b3fac7 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Update to binutils-2.32. Fixes 51 <ulink url="&lfs-ticket-root;4417">#4417</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 57 <para>2019-02-01</para> 58 <itemizedlist> 59 <listitem> 50 60 <para>[bdubbs] - Update to bison-3.3.1. Fixes 51 61 <ulink url="&lfs-ticket-root;4412">#4412</ulink>.</para> -
chapter01/whatsnew.xml
r70b235f4 r1b3fac7 45 45 <para>Bc &bc-version;</para> 46 46 </listitem>--> 47 < !--<listitem>47 <listitem> 48 48 <para>Binutils-&binutils-version;</para> 49 </listitem> -->49 </listitem> 50 50 <listitem> 51 51 <para>Bison-&bison-version;</para> -
chapter06/glibc.xml
r70b235f4 r1b3fac7 152 152 are usually safe to ignore.</para> 153 153 154 <screen><userinput remap="test">ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2 154 <screen><userinput remap="test">case $(uname -m) in 155 i?86) ln -sfnv $PWD/elf/ld-linux.so.2 /lib ;; 156 x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;; 157 esac 158 155 159 make check</userinput></screen> 156 160 … … 187 191 188 192 <listitem> 189 <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> 190 tests have been known to 191 fail. The reason is not completely understood, but indications are 192 that minor timing issues can trigger these failures.</para> 193 <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on 194 the host system kernel. Kernels 4.14.91–4.14.96, 195 4.19.13–4.19.18, and 4.20.0–4.20.5 are known to 196 casue these tests to fail. 197 </para> 193 198 </listitem> 194 199 -
general.ent
r70b235f4 r1b3fac7 1 <!ENTITY version "SVN-2019020 1">1 <!ENTITY version "SVN-20190202"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2019020 1-systemd">6 <!ENTITY versiond "20190202-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "February 1, 2019">10 <!ENTITY releasedate "February 2, 2019"> 11 11 12 12 <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
r70b235f4 r1b3fac7 59 59 <!ENTITY bc-ch6-sbu "0.1 SBU"> 60 60 61 <!ENTITY binutils-version "2.3 1.1">62 <!ENTITY binutils-size " 19,989KB">61 <!ENTITY binutils-version "2.32"> 62 <!ENTITY binutils-size "20,288 KB"> 63 63 <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.xz"> 64 <!ENTITY binutils-md5 " 5b7c9d4ce96f507d95c1b9a255e52418">64 <!ENTITY binutils-md5 "0d174cdaf85721c5723bf52355be41e6"> 65 65 <!ENTITY binutils-home "&gnu-software;binutils/"> 66 66 <!ENTITY binutils-ch5p1-du "576 MB">
Note:
See TracChangeset
for help on using the changeset viewer.