浏览代码

Update to bison-3.3.2.
Update to meson-0.49.2.
Remove obsolete optio in zic commands in glibc page.
Separate symlink creation for glibc tests to avoid jhalfs build problem.



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

Bruce Dubbs 6 年之前
父节点
当前提交
082bbce490
共有 4 个文件被更改,包括 30 次插入15 次删除
  1. 14 0
      chapter01/changelog.xml
  2. 8 7
      chapter06/glibc.xml
  3. 3 3
      general.ent
  4. 5 5
      packages.ent

+ 14 - 0
chapter01/changelog.xml

@@ -43,6 +43,20 @@
     appropriate for the entry or if needed the entire day's listitem.
     appropriate for the entry or if needed the entire day's listitem.
 -->
 -->
 
 
+    <listitem>
+      <para>2019-02-05</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to bison-3.3.2. Fixes
+          <ulink url="&lfs-ticket-root;4418">#4419</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to meson-0.49.2. Fixes
+          <ulink url="&lfs-ticket-root;4420">#4420</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
     <listitem>
       <para>2019-02-02</para>
       <para>2019-02-02</para>
       <itemizedlist>
       <itemizedlist>

+ 8 - 7
chapter06/glibc.xml

@@ -151,17 +151,18 @@ unset GCC_INCDIR</userinput></screen>
     <para>Generally a few tests do not pass. The test failures listed below
     <para>Generally a few tests do not pass. The test failures listed below
     are usually safe to ignore.</para>
     are usually safe to ignore.</para>
 
 
-<screen><userinput remap="test">case $(uname -m) in
+<!-- Use remap="make" here to work around a jhalfs issue. -->
+<screen><userinput remap="make">case $(uname -m) in
   i?86)   ln -sfnv $PWD/elf/ld-linux.so.2        /lib ;;
   i?86)   ln -sfnv $PWD/elf/ld-linux.so.2        /lib ;;
   x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;;
   x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;;
-esac
-
-make check</userinput></screen>
+esac</userinput></screen>
 
 
     <note><para>The symbolic link above is needed to run the tests at this
     <note><para>The symbolic link above is needed to run the tests at this
     stage of building in the chroot envirnment.  It will be overwritten
     stage of building in the chroot envirnment.  It will be overwritten
     in the install phase below.</para></note>
     in the install phase below.</para></note>
 
 
+<screen><userinput remap="test">make check</userinput></screen>
+
     <para>You may see some test failures.  The Glibc test suite is
     <para>You may see some test failures.  The Glibc test suite is
     somewhat dependent on the host system.  This is a list of the most common
     somewhat dependent on the host system.  This is a list of the most common
     issues seen for some versions of LFS:</para>
     issues seen for some versions of LFS:</para>
@@ -358,9 +359,9 @@ mkdir -pv $ZONEINFO/{posix,right}
 
 
 for tz in etcetera southamerica northamerica europe africa antarctica  \
 for tz in etcetera southamerica northamerica europe africa antarctica  \
           asia australasia backward pacificnew systemv; do
           asia australasia backward pacificnew systemv; do
-    zic -L /dev/null   -d $ZONEINFO       -y "sh yearistype.sh" ${tz}
-    zic -L /dev/null   -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
-    zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}
+    zic -L /dev/null   -d $ZONEINFO       ${tz}
+    zic -L /dev/null   -d $ZONEINFO/posix ${tz}
+    zic -L leapseconds -d $ZONEINFO/right ${tz}
 done
 done
 
 
 cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO
 cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20190202">
+<!ENTITY version         "SVN-20190205">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 
 
-<!ENTITY versiond        "20190202-systemd">
+<!ENTITY versiond        "20190205-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 <!ENTITY generic-versiond "systemd"> 
 
 
-<!ENTITY releasedate     "February 2, 2019">
+<!ENTITY releasedate     "February 5, 2019">
 
 
 <!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.4">
 <!ENTITY milestone       "8.4">

+ 5 - 5
packages.ent

@@ -70,10 +70,10 @@
 <!ENTITY binutils-ch6-du "4.9 GB">
 <!ENTITY binutils-ch6-du "4.9 GB">
 <!ENTITY binutils-ch6-sbu "6.6 SBU">
 <!ENTITY binutils-ch6-sbu "6.6 SBU">
 
 
-<!ENTITY bison-version "3.3.1">
-<!ENTITY bison-size "2,057 KB">
+<!ENTITY bison-version "3.3.2">
+<!ENTITY bison-size "2,060 KB">
 <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
 <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
-<!ENTITY bison-md5 "fc69eed779108594122e7af1ca574539">
+<!ENTITY bison-md5 "c9b552dee234b2f6b66e56b27e5234c9">
 <!ENTITY bison-home "&gnu-software;bison/">
 <!ENTITY bison-home "&gnu-software;bison/">
 <!ENTITY bison-ch5-du "35 MB">
 <!ENTITY bison-ch5-du "35 MB">
 <!ENTITY bison-ch5-sbu "0.3 SBU">
 <!ENTITY bison-ch5-sbu "0.3 SBU">
@@ -477,10 +477,10 @@
 <!ENTITY man-pages-ch6-du "28 MB">
 <!ENTITY man-pages-ch6-du "28 MB">
 <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
 <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
 
 
-<!ENTITY meson-version "0.49.1">
+<!ENTITY meson-version "0.49.2">
 <!ENTITY meson-size "1,310 KB">
 <!ENTITY meson-size "1,310 KB">
 <!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
 <!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
-<!ENTITY meson-md5 "86ad6c1faa7ad8cbcdc13b3c5152b931">
+<!ENTITY meson-md5 "0267b0871266056184c484792572c682">
 <!ENTITY meson-home "https://mesonbuild.com">
 <!ENTITY meson-home "https://mesonbuild.com">
 <!ENTITY meson-ch6-du "21 MB">
 <!ENTITY meson-ch6-du "21 MB">
 <!ENTITY meson-ch6-sbu "less than 0.1 SBU">
 <!ENTITY meson-ch6-sbu "less than 0.1 SBU">