diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-09-07 20:14:59 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-09-07 20:14:59 +0000 |
commit | 3fbc3954fc89c1c4471c2b9d0199eb067ca72b3a (patch) | |
tree | c35e331df28418d5330b68c4c8c895e5d227c81b | |
parent | f6eeb8015d06d79a4abb557f95a4d72333e801ca (diff) |
Increase host requirement for Gawk due to an issue building Glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 2 |
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7dad42768..9414dc540 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ </listitem> --> <listitem> + <para>2013-09-07</para> + <itemizedlist> + <listitem> + <para>[matthew] - Increase version of Gawk required on the host to + 4.0.1. Gawk-3.1.8 from Ubuntu-12.04 hangs during the build of Glibc. + Thanks to Walter P. Little for the report.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2013-08-31</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 2150fd203..6914bc9e9 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20130831"> -<!ENTITY releasedate "August 31, 2013"> +<!ENTITY version "SVN-20130907"> +<!ENTITY releasedate "September 7, 2013"> <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.4"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 45c892136..81d503efe 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -56,7 +56,7 @@ </listitem> <listitem> - <para><emphasis role="strong">Gawk-3.1.5</emphasis> (/usr/bin/awk + <para><emphasis role="strong">Gawk-4.0.1</emphasis> (/usr/bin/awk should be a link to gawk)</para> </listitem> |