Author: dj
Date: Mon Nov 21 21:15:50 2016
New Revision: 11147
Log:
Update to Linux-4.8.10, add flex-2.6.2-fixes-1.patch, correct systemd
/sbin/sulogin issue. Fixes issues #4003, #4005, and #4006.
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/flex.xml
trunk/BOOK/chapter06/systemd.xml
trunk/BOOK/general.ent
trunk/BOOK/packages.ent
trunk/BOOK/patches.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Fri Nov 18 02:12:30 2016 (r11146)
+++ trunk/BOOK/chapter01/changelog.xml Mon Nov 21 21:15:50 2016 (r11147)
@@ -43,6 +43,25 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2016-11-22</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dj] - Update to Linux-4.8.10. Fixes
+ <ulink url="&lfs-ticket-root;4005">#4005</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[dj] - Added flex-2.6.2-fixes-1.patch. Fixes
+ <ulink url="&lfs-ticket-root;4003">#4003</ulink>.</para>
+ </listitem>
+ <listitem revision="systemd">
+ <para>[dj] - Fix issue with systemd and sulogin. Fixes
+ <ulink url="&lfs-ticket-root;4006">#4006</ulink>. Thanks to
+ Eric S. Stone for the report.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2016-11-17</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter03/patches.xml
==============================================================================
--- trunk/BOOK/chapter03/patches.xml Fri Nov 18 02:12:30 2016 (r11146)
+++ trunk/BOOK/chapter03/patches.xml Mon Nov 21 21:15:50 2016 (r11147)
@@ -49,6 +49,14 @@
<para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>Flex Fixes Patch - <token>&flex-fixes-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&flex-fixes-patch;"/></para>
+ <para>MD5 sum: <literal>&flex-fixes-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
<!--
<varlistentry>
<term>Gccc ASAN Patch - <token>&gcc-asan-patch-size;</token>:</term>
Modified: trunk/BOOK/chapter06/flex.xml
==============================================================================
--- trunk/BOOK/chapter06/flex.xml Fri Nov 18 02:12:30 2016 (r11146)
+++ trunk/BOOK/chapter06/flex.xml Mon Nov 21 21:15:50 2016 (r11147)
@@ -41,9 +41,14 @@
<sect2 role="installation">
<title>Installation of Flex</title>
+ <para>Fix an issue that was discovered after release:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&flex-fixes-patch; &&
+touch src/scan.*</userinput></screen>
+
<para>The build procedure assumes the <application>help2man</application>
program is available to create a man page from the executable --help
option.
- This is not present, so we use an environment variable to skip this
process.
+ This is not present, so we use an environment variable to skip this
process.
Now, prepare Flex for compilation:</para>
<screen><userinput remap="configure">HELP2MAN=/tools/bin/true \
@@ -57,7 +62,7 @@
<screen><userinput remap="test">make check</userinput></screen>
- <para>There is one known test failure.</para>
+ <para>One test, <emphasis>cxx_restart</emphasis>, is known to fail.</para>
<para>Install the package:</para>
Modified: trunk/BOOK/chapter06/systemd.xml
==============================================================================
--- trunk/BOOK/chapter06/systemd.xml Fri Nov 18 02:12:30 2016 (r11146)
+++ trunk/BOOK/chapter06/systemd.xml Mon Nov 21 21:15:50 2016 (r11147)
@@ -80,6 +80,7 @@
MOUNT_LIBS="-lmount"
MOUNT_CFLAGS="-I/tools/include/libmount"
cc_cv_CFLAGS__flto=no
+SULOGIN="/sbin/sulogin"
XSLTPROC="/usr/bin/xsltproc"</literal>
EOF</userinput></screen>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Nov 18 02:12:30 2016 (r11146)
+++ trunk/BOOK/general.ent Mon Nov 21 21:15:50 2016 (r11147)
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20161118">
+<!ENTITY version "SVN-20161122">
<!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}]" -->
-<!ENTITY versiond "20161118-systemd">
+<!ENTITY versiond "20161122-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "November 18, 2016">
+<!ENTITY releasedate "November 22, 2016">
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.11">
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Fri Nov 18 02:12:30 2016 (r11146)
+++ trunk/BOOK/packages.ent Mon Nov 21 21:15:50 2016 (r11147)
@@ -391,12 +391,12 @@
<!ENTITY linux-major-version "4">
<!ENTITY linux-minor-version "8">
-<!ENTITY linux-patch-version "8">
+<!ENTITY linux-patch-version "10">
<!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,824 KB">
+<!ENTITY linux-size "89,828 KB">
<!ENTITY linux-url
"&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "48bd59bef11f5babf914df39e9b46dde">
+<!ENTITY linux-md5 "ac66f4cf464fbc6147ac5cb588eec192">
<!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,
Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent Fri Nov 18 02:12:30 2016 (r11146)
+++ trunk/BOOK/patches.ent Mon Nov 21 21:15:50 2016 (r11147)
@@ -14,9 +14,15 @@
<!ENTITY coreutils-i18n-patch-md5 "c6334ed5b03062ef7e9649e8ceb2cfc1">
<!ENTITY coreutils-i18n-patch-size "146 KB">
+<!ENTITY flex-fixes-patch "flex-&flex-version;-fixes-1.patch">
+<!ENTITY flex-fixes-patch-md5 "ab07c395c5c96839f4fbc7801ed4cf73">
+<!ENTITY flex-fixes-patch-size "200 KB">
+
+<!--
<!ENTITY gcc-asan-patch "gcc-&gcc-version;-asan-1.patch">
<!ENTITY gcc-asan-patch-md5 "c12ab2e323010fda83bfccc27f58f0b5">
<!ENTITY gcc-asan-patch-size "2.8 KB">
+-->
<!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page