浏览代码

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



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 5 年之前
父节点
当前提交
c8fd7fe8f6
共有 9 个文件被更改,包括 58 次插入19 次删除
  1. 22 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 2 0
      chapter08/automake.xml
  4. 4 0
      chapter08/gcc.xml
  5. 5 0
      chapter08/glibc.xml
  6. 1 3
      chapter08/tar.xml
  7. 8 0
      chapter08/tcl.xml
  8. 3 3
      general.ent
  9. 11 11
      packages.ent

+ 22 - 0
chapter01/changelog.xml

@@ -42,6 +42,28 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
     -->
+    <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>

+ 2 - 2
chapter01/whatsnew.xml

@@ -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>-->

+ 2 - 0
chapter08/automake.xml

@@ -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>

+ 4 - 0
chapter08/gcc.xml

@@ -124,6 +124,10 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
     <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

+ 5 - 0
chapter08/glibc.xml

@@ -143,6 +143,11 @@ esac</userinput></screen>
 
     <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>

+ 1 - 3
chapter08/tar.xml

@@ -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>
 

+ 8 - 0
chapter08/tcl.xml

@@ -114,6 +114,14 @@ unset SRCDIR</userinput></screen>
 
 <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>

+ 3 - 3
general.ent

@@ -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; -->
 

+ 11 - 11
packages.ent

@@ -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">