Changeset a4939d1
- Timestamp:
- 09/01/2017 07:48:24 PM (6 years ago)
- Branches:
- 8.1
- Children:
- 56fe667
- Parents:
- 121cdc9
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r121cdc9 ra4939d1 44 44 --> 45 45 <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> 46 55 <para>2017-08-27</para> 47 56 <itemizedlist> -
chapter06/bison.xml
r121cdc9 ra4939d1 61 61 <para>There is a circular dependency between bison and flex with regard to 62 62 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> 64 65 65 66 <para>Install the package:</para> -
chapter06/gcc.xml
r121cdc9 ra4939d1 131 131 Unless the test results are vastly different from those at the above URL, 132 132 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> 133 141 134 142 <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; 3 3 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}]" --> 5 5 6 <!ENTITY versiond " 20170827-systemd">6 <!ENTITY versiond "8.1-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate " August 27, 2017">10 <!ENTITY releasedate "September 1, 2017"> 11 11 12 12 <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
r121cdc9 ra4939d1 368 368 369 369 <!ENTITY lfs-bootscripts-version "20170626"> <!-- Scripts depend on this format --> 370 <!ENTITY lfs-bootscripts-size " BOOTSCRIPTS-SIZEKB">370 <!ENTITY lfs-bootscripts-size "32 KB"> 371 371 <!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"> 373 373 <!ENTITY lfs-bootscripts-home " "> 374 <!ENTITY lfs-bootscripts-ch7-du " BOOTSCRIPTS-INSTALL-KBKB">374 <!ENTITY lfs-bootscripts-ch7-du "244 KB"> 375 375 <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> 376 376
Note:
See TracChangeset
for help on using the changeset viewer.