diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2016-12-11 04:11:00 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2016-12-11 04:11:00 +0000 |
commit | f9fd42c44d5341f4a4fbd1f3f7df1f3ed3292588 (patch) | |
tree | 6a67412a31dcec1ea27b8f61276f4a40b1584daa | |
parent | a2bbc165ba178a01648e84ae8709cad7d4f6fd44 (diff) |
merge 11152nosym
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/nosym@11153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 19 | ||||
-rw-r--r-- | chapter05/texinfo.xml | 6 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 12 |
4 files changed, 33 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6768087af..2677d5842 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,25 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2016-12-10</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to linux-4.8.14. Fixes + <ulink url="&lfs-ticket-root;4012">#4012</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to grep-2.27. Fixes + <ulink url="&lfs-ticket-root;4011">#4011</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Add a note about a false Error in texinfo + configure phase in Chapter 5. Fixes + <ulink url="&lfs-ticket-root;4004">#4004</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2016-12-03</para> <itemizedlist> <listitem> diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml index 032243b84..3e5ecfaef 100644 --- a/chapter05/texinfo.xml +++ b/chapter05/texinfo.xml @@ -47,6 +47,12 @@ <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> + <note> + <para>As part of the configure process, a test is made that indicates an + error for TestXS_la-TestXS.lo. This is not relevant for LFS and should be + ignored.</para> + </note> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> diff --git a/general.ent b/general.ent index efe620f27..7e86984b4 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ -<!ENTITY version "SVN-20161203"> +<!ENTITY version "SVN-20161210"> <!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}]" --> @@ -7,7 +7,7 @@ <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "December 03, 2016"> +<!ENTITY releasedate "December 10, 2016"> <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.11"> diff --git a/packages.ent b/packages.ent index 0192bc645..a9791b1e6 100644 --- a/packages.ent +++ b/packages.ent @@ -265,10 +265,10 @@ <!ENTITY gperf-ch6-du "5.4 MB"> <!ENTITY gperf-ch6-sbu "less than 0.1 SBU"> -<!ENTITY grep-version "2.26"> -<!ENTITY grep-size "1,325 KB"> +<!ENTITY grep-version "2.27"> +<!ENTITY grep-size "1,329 KB"> <!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz"> -<!ENTITY grep-md5 "afdd61c7221434722671baf002ac9267"> +<!ENTITY grep-md5 "6138dd227c39d4a25f81eea76a44d4cb"> <!ENTITY grep-home "&gnu-software;grep/"> <!ENTITY grep-ch5-du "18 MB"> <!ENTITY grep-ch5-sbu "0.2 SBU"> @@ -391,12 +391,12 @@ <!ENTITY linux-major-version "4"> <!ENTITY linux-minor-version "8"> -<!ENTITY linux-patch-version "12"> +<!ENTITY linux-patch-version "14"> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> -<!ENTITY linux-size "89,828 KB"> +<!ENTITY linux-size "89,816 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "df78d00a183d76eee6b445cb74e6c764"> +<!ENTITY linux-md5 "caf94905240fb131f91f1747b5c7f5de"> <!ENTITY linux-home "http://www.kernel.org/"> <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, |