diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/bison.xml | 3 | ||||
-rw-r--r-- | chapter06/gcc.xml | 8 | ||||
-rw-r--r-- | general.ent | 10 | ||||
-rw-r--r-- | packages.ent | 6 |
5 files changed, 27 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 017e50d5d..5a6969681 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,15 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-09-01</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - LFS-8.1 released.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-08-27</para> <itemizedlist> <listitem> diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 79f556d66..31e9570fb 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -60,7 +60,8 @@ <para>There is a circular dependency between bison and flex with regard to the checks. If desired, after installing flex in the next section, the - bison checks can be run with <command>make check</command>.</para> + bison checks can be run with <command>make check</command>. Three + tests related to lalr1.cc fail for unknown reasons.</para> <para>Install the package:</para> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index b8fa2a327..289885a72 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -131,6 +131,14 @@ cd build</userinput></screen> Unless the test results are vastly different from those at the above URL, it is safe to continue.</para> + <note><para> + On some combinations of kernel configuration and AMD processors + there may be more than 1100 failures in the gcc.target/i386/mpx + tests (which are designed to test the MPX option on recent + Intel processors). These can safely be ignored on AMD + processors. + </para></note> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/general.ent b/general.ent index cc73fd949..a7646fc8c 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170827"> -<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; +<!ENTITY version "8.1"> +<!ENTITY short-version "8.1"> <!-- 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 generic-version "8,1"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20170827-systemd"> +<!ENTITY versiond "8.1-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "August 27, 2017"> +<!ENTITY releasedate "September 1, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> diff --git a/packages.ent b/packages.ent index 98d1fd7fd..7dfbd400a 100644 --- a/packages.ent +++ b/packages.ent @@ -367,11 +367,11 @@ <!ENTITY less-ch6-sbu "less than 0.1 SBU"> <!ENTITY lfs-bootscripts-version "20170626"> <!-- Scripts depend on this format --> -<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> +<!ENTITY lfs-bootscripts-size "32 KB"> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> -<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> +<!ENTITY lfs-bootscripts-md5 "d4992527d67f28e2d0c12e3495422eab"> <!ENTITY lfs-bootscripts-home " "> -<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> +<!ENTITY lfs-bootscripts-ch7-du "244 KB"> <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> <!ENTITY libcap-version "2.25"> |