Changeset e97fa92


Ignore:
Timestamp:
04/10/2017 04:09:43 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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.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:
1d02e39
Parents:
aac5eb8
Message:

Update to linnux-4.10.9.
Update to bc-1.07.1.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    raac5eb8 re97fa92  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Update to linnux-4.10.9. Fixes
     50          <ulink url="&lfs-ticket-root;4073">#4073</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to bc-1.07.1. Fixes
     54          <ulink url="&lfs-ticket-root;4074">#4074</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
     60      <para>2017-04-07</para>
     61      <itemizedlist>
     62        <listitem>
    4963          <para>[bdubbs] - Fix an error in bc-1.07. </para>
    5064        </listitem>
  • chapter06/bc.xml

    raac5eb8 re97fa92  
    5757EOF</userinput></screen>
    5858
    59     <para>Now fix an error in the code:</para>
    60 
    61 <screen><userinput remap="pre">sed -i "/return (' ')/s/' '/':'/" bc/execute.c</userinput></screen>
    62 
    63 
    6459    <para>Create temporary symbolic links so the package can find
    6560    the readline library and confirm that its required libncurses
     
    10095    <para>Compile the package:</para>
    10196
    102 <screen><userinput remap="make">make -j1</userinput></screen>
     97<screen><userinput remap="make">make</userinput></screen>
    10398
    10499    <para>To test bc, run the commands below. There is quite a bit of output,
  • general.ent

    raac5eb8 re97fa92  
    1 <!ENTITY version         "SVN-20170407">
     1<!ENTITY version         "SVN-20170410">
    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        "20170403-systemd">
     6<!ENTITY versiond        "20170410-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "April 7, 2017">
     10<!ENTITY releasedate     "April 10, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    raac5eb8 re97fa92  
    5151<!ENTITY bash-ch6-sbu "1.7 SBU">
    5252
    53 <!ENTITY bc-version "1.07">
    54 <!ENTITY bc-size "409 KB">
     53<!ENTITY bc-version "1.07,1">
     54<!ENTITY bc-size "411 KB">
    5555<!ENTITY bc-url "&gnu;bc/bc-&bc-version;.tar.gz">
    56 <!ENTITY bc-md5 "e91638a947beadabf4d7770bdbb3d512">
     56<!ENTITY bc-md5 "cda93857418655ea43590736fc3ca9fc">
    5757<!ENTITY bc-home "&gnu-software;bc/">
    5858<!ENTITY bc-ch6-du "3.6 MB">
     
    393393<!ENTITY linux-major-version "4">
    394394<!ENTITY linux-minor-version "10">
    395 <!ENTITY linux-patch-version "8">
     395<!ENTITY linux-patch-version "9">
    396396<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    397397<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    398 <!ENTITY linux-size "92,027 KB">
     398<!ENTITY linux-size "92,033 KB">
    399399<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    400 <!ENTITY linux-md5 "b47818fdb9edc22f68c534c2219446b7">
     400<!ENTITY linux-md5 "1b0750c97a9f2913f94692bf1399056f">
    401401<!ENTITY linux-home "http://www.kernel.org/">
    402402<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.