فهرست منبع

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.
 -->
 
+    <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>
       <para>2019-02-02</para>
       <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
     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 ;;
   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
     stage of building in the chroot envirnment.  It will be overwritten
     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
     somewhat dependent on the host system.  This is a list of the most common
     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  \
           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
 
 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; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20190202-systemd">
+<!ENTITY versiond        "20190205-systemd">
 <!ENTITY short-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 milestone       "8.4">

+ 5 - 5
packages.ent

@@ -70,10 +70,10 @@
 <!ENTITY binutils-ch6-du "4.9 GB">
 <!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-md5 "fc69eed779108594122e7af1ca574539">
+<!ENTITY bison-md5 "c9b552dee234b2f6b66e56b27e5234c9">
 <!ENTITY bison-home "&gnu-software;bison/">
 <!ENTITY bison-ch5-du "35 MB">
 <!ENTITY bison-ch5-sbu "0.3 SBU">
@@ -477,10 +477,10 @@
 <!ENTITY man-pages-ch6-du "28 MB">
 <!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-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-ch6-du "21 MB">
 <!ENTITY meson-ch6-sbu "less than 0.1 SBU">