Author: bdubbs
Date: Thu Aug  6 10:14:46 2020
New Revision: 12011

Log:
Update to vim-8.2.1361. 
Update to glibc-2.32. 
Update to bison-3.7.1. 
Update to bc-3.1.5.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter08/automake.xml
   trunk/BOOK/chapter08/gcc.xml
   trunk/BOOK/chapter08/glibc.xml
   trunk/BOOK/chapter08/tar.xml
   trunk/BOOK/chapter08/tcl.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Thu Aug  6 00:55:44 2020        (r12010)
+++ trunk/BOOK/chapter01/changelog.xml  Thu Aug  6 10:14:46 2020        (r12011)
@@ -44,6 +44,28 @@
     -->
     <listitem>
       <itemizedlist>
+      <para>2020-08-06</para>
+        <listitem>
+          <para>[bdubbs] - Update to vim-8.2.1361. Addresses
+          <ulink url="&lfs-ticket-root;4500">#4500</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to glibc-2.32. Fixes
+          <ulink url="&lfs-ticket-root;4709">#4709</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to bison-3.7.1. Fixes
+          <ulink url="&lfs-ticket-root;4707">#4707</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to bc-3.1.5. Fixes
+          <ulink url="&lfs-ticket-root;4705">#4705</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <itemizedlist>
       <para>2020-08-04</para>
         <listitem>
           <para>[bdubbs] - Update to gettext-0.21. Fixes

Modified: trunk/BOOK/chapter01/whatsnew.xml
==============================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   Thu Aug  6 00:55:44 2020        (r12010)
+++ trunk/BOOK/chapter01/whatsnew.xml   Thu Aug  6 10:14:46 2020        (r12011)
@@ -105,9 +105,9 @@
     <listitem>
       <para>Gettext-&gettext-version;</para>
     </listitem>
-    <!--<listitem>
+    <listitem>
       <para>Glibc-&glibc-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>GMP-&gmp-version;</para>
     </listitem>-->

Modified: trunk/BOOK/chapter08/automake.xml
==============================================================================
--- trunk/BOOK/chapter08/automake.xml   Thu Aug  6 00:55:44 2020        (r12010)
+++ trunk/BOOK/chapter08/automake.xml   Thu Aug  6 10:14:46 2020        (r12011)
@@ -59,6 +59,8 @@
 
 <screen><userinput remap="test">make -j4 check</userinput></screen>
 
+    <para>The test t/subobj.sh is known to fail in the LFS environment.</para>
+
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make install</userinput></screen>

Modified: trunk/BOOK/chapter08/gcc.xml
==============================================================================
--- trunk/BOOK/chapter08/gcc.xml        Thu Aug  6 00:55:44 2020        (r12010)
+++ trunk/BOOK/chapter08/gcc.xml        Thu Aug  6 10:14:46 2020        (r12011)
@@ -124,6 +124,10 @@
     <para>Six tests related to get_time are known to fail.  These are
     apparently related to the en_HK locale.</para>
 
+    <para>Additionally the following tests related to the following files
+    are kown to fail with glibc-2.32: asan_test.C, co-ret-17-void-ret-coro.C, 
+    pr95519-05-gro.C, pr80166.c.</para>
+
 <!-- don't fail anymore after the move of iana-etc and /etc/hosts
     <para>Two tests named lookup.cc and reverse.cc in experimental/net
     are known to fail in LFS chroot environment because they require

Modified: trunk/BOOK/chapter08/glibc.xml
==============================================================================
--- trunk/BOOK/chapter08/glibc.xml      Thu Aug  6 00:55:44 2020        (r12010)
+++ trunk/BOOK/chapter08/glibc.xml      Thu Aug  6 10:14:46 2020        (r12011)
@@ -144,6 +144,11 @@
     <itemizedlist>
 
       <listitem>
+        <para><emphasis>io/tst-lchmod</emphasis> 
+        is known to fail in the LFS chroot environment.</para>
+      </listitem>
+
+      <listitem>
         <para><emphasis>misc/tst-ttyname</emphasis> 
         is known to fail in the LFS chroot environment.</para>
       </listitem>

Modified: trunk/BOOK/chapter08/tar.xml
==============================================================================
--- trunk/BOOK/chapter08/tar.xml        Thu Aug  6 00:55:44 2020        (r12010)
+++ trunk/BOOK/chapter08/tar.xml        Thu Aug  6 10:14:46 2020        (r12011)
@@ -71,9 +71,7 @@
 
 <screen><userinput remap="test">make check</userinput></screen>
 
-<!-- Seems to pass for version 1.31. Keeping as a comment just in case...
-    <para>One test, link mismatch, is known to fail.</para>
--->
+    <para>One test, capabilities: binary store/restore, is known to 
fail.</para>
 
     <para>Install the package:</para>
 

Modified: trunk/BOOK/chapter08/tcl.xml
==============================================================================
--- trunk/BOOK/chapter08/tcl.xml        Thu Aug  6 00:55:44 2020        (r12010)
+++ trunk/BOOK/chapter08/tcl.xml        Thu Aug  6 10:14:46 2020        (r12011)
@@ -114,6 +114,14 @@
 
 <screen><userinput remap="test">make test</userinput></screen>
 
+   <note>
+      <para>
+         In the test results there are several places associated with 
clock.test
+         that indicate a failure, but the summary at the end indicates no
+         failures. clock.test passes on a complete LFS system.
+      </para>
+    </note>
+
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make install</userinput></screen>

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Aug  6 00:55:44 2020        (r12010)
+++ trunk/BOOK/general.ent      Thu Aug  6 10:14:46 2020        (r12011)
@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20200804">
+<!ENTITY version         "SVN-20200806">
 <!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        "20200804-systemd">
+<!ENTITY versiond        "20200806-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "August 4th, 2020">
+<!ENTITY releasedate     "August 6th, 2020">
 
 <!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Aug  6 00:55:44 2020        (r12010)
+++ trunk/BOOK/packages.ent     Thu Aug  6 10:14:46 2020        (r12011)
@@ -57,10 +57,10 @@
 <!ENTITY bash-fin-du "48 MB">
 <!ENTITY bash-fin-sbu "1.8 SBU">
 
-<!ENTITY bc-version "3.1.3">
-<!ENTITY bc-size "206 KB">
+<!ENTITY bc-version "3.1.5">
+<!ENTITY bc-size "207 KB">
 <!ENTITY bc-url 
"https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz";>
-<!ENTITY bc-md5 "b443c2012fdfe2d7edef81d10342ae61">
+<!ENTITY bc-md5 "bd6a6693f68c2ac5963127f82507716f">
 <!ENTITY bc-home "https://git.yzena.com/gavin/bc";>
 <!ENTITY bc-fin-du "3.2 MB">
 <!ENTITY bc-fin-sbu "0.1 SBU">
@@ -77,10 +77,10 @@
 <!ENTITY binutils-fin-du "4.7 GB">
 <!ENTITY binutils-fin-sbu "6.6 SBU">
 
-<!ENTITY bison-version "3.7">
+<!ENTITY bison-version "3.7.1">
 <!ENTITY bison-size "2,545 KB">
 <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
-<!ENTITY bison-md5 "58439732ae3a0cefc598773c84f1641f">
+<!ENTITY bison-md5 "e7c8c321351ebdf70f5f0825f3faaee2">
 <!ENTITY bison-home "&gnu-software;bison/">
 <!ENTITY bison-tmp-du "47 MB">
 <!ENTITY bison-tmp-sbu "0.3 SBU">
@@ -256,10 +256,10 @@
 <!ENTITY gettext-fin-du "231 MB">
 <!ENTITY gettext-fin-sbu "2.8 SBU">
 
-<!ENTITY glibc-version "2.31">
-<!ENTITY glibc-size "16,286 KB">
+<!ENTITY glibc-version "2.32">
+<!ENTITY glibc-size "16,353 KB">
 <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.xz">
-<!ENTITY glibc-md5 "78a720f17412f3c3282be5a6f3363ec6">
+<!ENTITY glibc-md5 "720c7992861c57cf97d66a2f36d8d1fa">
 <!ENTITY glibc-home "&gnu-software;libc/">
 <!ENTITY glibc-tmp-du "750 MB">
 <!ENTITY glibc-tmp-sbu "4.2 SBU">
@@ -700,13 +700,13 @@
 <!ENTITY util-linux-fin-du "254 MB">
 <!ENTITY util-linux-fin-sbu "1.3 SBU">
 
-<!ENTITY vim-version "8.2.1209">
+<!ENTITY vim-version "8.2.1361">
 <!ENTITY vim-majmin "82">
 <!ENTITY vim-docdir "vim/vim82">
-<!ENTITY vim-size "14,708 KB">
+<!ENTITY vim-size "14,726 KB">
 <!--<!ENTITY vim-url 
"https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz";>-->
 <!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">
-<!ENTITY vim-md5 "1d26e64eb53f295eeaa7a15f910b9f5a">
+<!ENTITY vim-md5 "e07b0c1e71aa059cdfddc7c93c00c62a">
 <!ENTITY vim-home "https://www.vim.org";>
 <!ENTITY vim-fin-du "198 MB">
 <!ENTITY vim-fin-sbu "3.0 SBU">
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to