Changeset 5d15cba


Ignore:
Timestamp:
11/22/2016 05:15:50 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d49e97c, d5a25a8
Parents:
af97530c
Message:

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.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11147 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    raf97530c r5d15cba  
    4444-->
    4545    <listitem>
     46      <para>2016-11-22</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Update to Linux-4.8.10. Fixes
     50          <ulink url="&lfs-ticket-root;4005">#4005</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[dj] - Added flex-2.6.2-fixes-1.patch. Fixes
     54          <ulink url="&lfs-ticket-root;4003">#4003</ulink>.</para>
     55        </listitem>
     56        <listitem revision="systemd">
     57          <para>[dj] - Fix issue with systemd and sulogin. Fixes
     58          <ulink url="&lfs-ticket-root;4006">#4006</ulink>. Thanks to
     59          Eric S. Stone for the report.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
     64    <listitem>
    4665      <para>2016-11-17</para>
    4766      <itemizedlist>
  • chapter03/patches.xml

    raf97530c r5d15cba  
    4848        <para>Download: <ulink url="&patches-root;&coreutils-i18n-patch;"/></para>
    4949        <para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
     50      </listitem>
     51    </varlistentry>
     52
     53    <varlistentry>
     54      <term>Flex Fixes Patch - <token>&flex-fixes-patch-size;</token>:</term>
     55      <listitem>
     56        <para>Download: <ulink url="&patches-root;&flex-fixes-patch;"/></para>
     57        <para>MD5 sum: <literal>&flex-fixes-patch-md5;</literal></para>
    5058      </listitem>
    5159    </varlistentry>
  • chapter06/flex.xml

    raf97530c r5d15cba  
    4242    <title>Installation of Flex</title>
    4343
     44    <para>Fix an issue that was discovered after release:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../&flex-fixes-patch; &amp;&amp;
     47touch src/scan.*</userinput></screen>
     48
    4449    <para>The build procedure assumes the <application>help2man</application>
    4550    program is available to create a man page from the executable --help option.
    46     This is not present, so we use an environment variable to skip this process. 
     51    This is not present, so we use an environment variable to skip this process.
    4752    Now, prepare Flex for compilation:</para>
    4853
     
    5863<screen><userinput remap="test">make check</userinput></screen>
    5964
    60     <para>There is one known test failure.</para>
     65    <para>One test, <emphasis>cxx_restart</emphasis>, is known to fail.</para>
    6166
    6267    <para>Install the package:</para>
  • chapter06/systemd.xml

    raf97530c r5d15cba  
    8181MOUNT_CFLAGS="-I/tools/include/libmount"
    8282cc_cv_CFLAGS__flto=no
     83SULOGIN="/sbin/sulogin"
    8384XSLTPROC="/usr/bin/xsltproc"</literal>
    8485EOF</userinput></screen>
  • general.ent

    raf97530c r5d15cba  
    1 <!ENTITY version         "SVN-20161118">
     1<!ENTITY version         "SVN-20161122">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20161118-systemd">
     6<!ENTITY versiond        "20161122-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "November 18, 2016">
     10<!ENTITY releasedate     "November 22, 2016">
    1111<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    1212<!ENTITY milestone       "7.11">
  • packages.ent

    raf97530c r5d15cba  
    392392<!ENTITY linux-major-version "4">
    393393<!ENTITY linux-minor-version "8">
    394 <!ENTITY linux-patch-version "8">
     394<!ENTITY linux-patch-version "10">
    395395<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    396396<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    397 <!ENTITY linux-size "89,824 KB">
     397<!ENTITY linux-size "89,828 KB">
    398398<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    399 <!ENTITY linux-md5 "48bd59bef11f5babf914df39e9b46dde">
     399<!ENTITY linux-md5 "ac66f4cf464fbc6147ac5cb588eec192">
    400400<!ENTITY linux-home "http://www.kernel.org/">
    401401<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
  • patches.ent

    raf97530c r5d15cba  
    1515<!ENTITY coreutils-i18n-patch-size "146 KB">
    1616
     17<!ENTITY flex-fixes-patch "flex-&flex-version;-fixes-1.patch">
     18<!ENTITY flex-fixes-patch-md5 "ab07c395c5c96839f4fbc7801ed4cf73">
     19<!ENTITY flex-fixes-patch-size "200 KB">
     20
     21<!--
    1722<!ENTITY gcc-asan-patch "gcc-&gcc-version;-asan-1.patch">
    1823<!ENTITY gcc-asan-patch-md5 "c12ab2e323010fda83bfccc27f58f0b5">
    1924<!ENTITY gcc-asan-patch-size "2.8 KB">
     25-->
    2026
    2127<!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
Note: See TracChangeset for help on using the changeset viewer.