Changeset a4939d1


Ignore:
Timestamp:
09/01/2017 07:48:24 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
8.1
Children:
56fe667
Parents:
121cdc9
Message:

lfs-8.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/8.1@11294 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r121cdc9 ra4939d1  
    4444-->
    4545    <listitem>
     46      <para>2017-09-01</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - LFS-8.1 released.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4655      <para>2017-08-27</para>
    4756      <itemizedlist>
  • chapter06/bison.xml

    r121cdc9 ra4939d1  
    6161    <para>There is a circular dependency between bison and flex with regard to
    6262    the checks.  If desired, after installing flex in the next section, the
    63     bison checks can be run with <command>make check</command>.</para>
     63    bison checks can be run with <command>make check</command>.  Three
     64    tests related to lalr1.cc fail for unknown reasons.</para>
    6465
    6566    <para>Install the package:</para>
  • chapter06/gcc.xml

    r121cdc9 ra4939d1  
    131131    Unless the test results are vastly different from those at the above URL,
    132132    it is safe to continue.</para>
     133
     134    <note><para>
     135      On some combinations of kernel configuration and AMD processors
     136      there may be more than 1100 failures in the gcc.target/i386/mpx
     137      tests (which are designed to test the MPX option on recent
     138      Intel processors). These can safely be ignored on AMD
     139      processors.
     140    </para></note>
    133141
    134142    <para>Install the package:</para>
  • general.ent

    r121cdc9 ra4939d1  
    1 <!ENTITY version         "SVN-20170827">
    2 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
     1<!ENTITY version         "8.1">
     2<!ENTITY short-version   "8.1">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    4 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
     4<!ENTITY generic-version "8,1"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20170827-systemd">
     6<!ENTITY versiond        "8.1-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "August 27, 2017">
     10<!ENTITY releasedate     "September 1, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r121cdc9 ra4939d1  
    368368
    369369<!ENTITY lfs-bootscripts-version "20170626">      <!-- Scripts depend on this format -->
    370 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">       
     370<!ENTITY lfs-bootscripts-size "32 KB">       
    371371<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
    372 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> 
     372<!ENTITY lfs-bootscripts-md5 "d4992527d67f28e2d0c12e3495422eab"> 
    373373<!ENTITY lfs-bootscripts-home " ">
    374 <!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB">
     374<!ENTITY lfs-bootscripts-ch7-du "244 KB">
    375375<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
    376376
Note: See TracChangeset for help on using the changeset viewer.