aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-02-05 21:10:38 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-02-05 21:10:38 +0000
commit082bbce4904ccc9b9c15748beb1ac344ab2f763e (patch)
treee4d0b7e98741b014a3f2a4111d9fda786c2c89c4
parent597ec033cf1b8bed04ebcd8653e233de8d1fd759 (diff)
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
-rw-r--r--chapter01/changelog.xml14
-rw-r--r--chapter06/glibc.xml15
-rw-r--r--general.ent6
-rw-r--r--packages.ent10
4 files changed, 30 insertions, 15 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 36e06ca58..475badc91 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -44,6 +44,20 @@
-->
<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>
<listitem>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index ec6d10d1f..298480e7a 100644
--- a/chapter06/glibc.xml
+++ b/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
diff --git a/general.ent b/general.ent
index bddfb71c8..321802e51 100644
--- a/general.ent
+++ b/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">
diff --git a/packages.ent b/packages.ent
index e3a2d5456..c0bab767c 100644
--- a/packages.ent
+++ b/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">