aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter06/glibc.xml15
-rw-r--r--general.ent6
-rw-r--r--packages.ent6
5 files changed, 28 insertions, 13 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c7ad12f8d..4a4119d75 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -47,6 +47,16 @@
<para>2019-02-01</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update to binutils-2.32. Fixes
+ <ulink url="&lfs-ticket-root;4417">#4417</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>2019-02-01</para>
+ <itemizedlist>
+ <listitem>
<para>[bdubbs] - Update to bison-3.3.1. Fixes
<ulink url="&lfs-ticket-root;4412">#4412</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index af604e274..42d6ec827 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -44,9 +44,9 @@
<!--<listitem>
<para>Bc &bc-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Binutils-&binutils-version;</para>
- </listitem>-->
+ </listitem>
<listitem>
<para>Bison-&bison-version;</para>
</listitem>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 872cb05e3..ec6d10d1f 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -151,7 +151,11 @@ unset GCC_INCDIR</userinput></screen>
<para>Generally a few tests do not pass. The test failures listed below
are usually safe to ignore.</para>
-<screen><userinput remap="test">ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
+<screen><userinput remap="test">case $(uname -m) in
+ i?86) ln -sfnv $PWD/elf/ld-linux.so.2 /lib ;;
+ x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;;
+esac
+
make check</userinput></screen>
<note><para>The symbolic link above is needed to run the tests at this
@@ -186,10 +190,11 @@ make check</userinput></screen>
</listitem>
<listitem>
- <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis>
- tests have been known to
- fail. The reason is not completely understood, but indications are
- that minor timing issues can trigger these failures.</para>
+ <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on
+ the host system kernel. Kernels 4.14.91&ndash;4.14.96,
+ 4.19.13&ndash;4.19.18, and 4.20.0&ndash;4.20.5 are known to
+ casue these tests to fail.
+ </para>
</listitem>
<listitem>
diff --git a/general.ent b/general.ent
index fa787b6f1..bddfb71c8 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20190201">
+<!ENTITY version "SVN-20190202">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20190201-systemd">
+<!ENTITY versiond "20190202-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "February 1, 2019">
+<!ENTITY releasedate "February 2, 2019">
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.4">
diff --git a/packages.ent b/packages.ent
index 98cbd3ee7..b35e231ff 100644
--- a/packages.ent
+++ b/packages.ent
@@ -58,10 +58,10 @@
<!ENTITY bc-ch6-du "4.1 MB">
<!ENTITY bc-ch6-sbu "0.1 SBU">
-<!ENTITY binutils-version "2.31.1">
-<!ENTITY binutils-size "19,989 KB">
+<!ENTITY binutils-version "2.32">
+<!ENTITY binutils-size "20,288 KB">
<!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.xz">
-<!ENTITY binutils-md5 "5b7c9d4ce96f507d95c1b9a255e52418">
+<!ENTITY binutils-md5 "0d174cdaf85721c5723bf52355be41e6">
<!ENTITY binutils-home "&gnu-software;binutils/">
<!ENTITY binutils-ch5p1-du "576 MB">
<!ENTITY binutils-ch5p1-sbu "1 SBU">