Changeset 4e8ba51 for BOOK


Ignore:
Timestamp:
May 4, 2017, 5:31:39 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
9d334e1
Parents:
8343d5e
Message:

Update BC to 1.07 and update install commands.

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bc.xml

    r8343d5e r4e8ba51  
    2525    <title>Installation of Bc</title>
    2626
    27     <para os="p1">Fix memory leaks:</para>
     27    <para os="s1">Change an internal script to use <command>sed</command>
     28        instead of <command>ed</command>:</para>
    2829
    29 <screen os="p2"><userinput>patch -Np1 -i ../bc-1.06.95-memory_leak-1.patch</userinput></screen>
     30<screen os="s2"><userinput>cat &gt; bc/fix-libmath_h &lt;&lt; "EOF"
     31#! /bin/bash
     32sed -e '1   s/^/{"/' \
     33    -e     's/$/",/' \
     34    -e '2,$ s/^/"/'  \
     35    -e   '$ d'       \
     36    -i libmath.h
     37
     38sed -e '$ s/$/0}/' \
     39-i libmath.h
     40EOF</userinput></screen>
    3041
    3142    <para os="a">Prepare Bc for compilation:</para>
  • BOOK/final-system/multilib/bc.xml

    r8343d5e r4e8ba51  
    2424    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2525    href="../common/bc.xml"
    26     xpointer="xpointer(//*[@os='p1'])"/>
     26    xpointer="xpointer(//*[@os='s1'])"/>
    2727
    2828    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2929    href="../common/bc.xml"
    30     xpointer="xpointer(//*[@os='p2'])"/>
     30    xpointer="xpointer(//*[@os='s2'])"/>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    r8343d5e r4e8ba51  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[William Harrington] - Upgrade BC to 1.07. Fixes
     43          ticket <ulink url="&clfs-ticket-root;1105">#1124.</ulink></para>
     44        </listitem>
     45        <listitem>
    4246          <para>[William Harrington] - Upgrade Grep to 3.0. Fixes
    4347          ticket <ulink url="&clfs-ticket-root;1105">#1107.</ulink></para>
    4448        </listitem>
    45 
    4649        <listitem>
    4750          <para>[William Harrington] - Upgrade Readline to 7.0. Fixes
  • BOOK/materials/common/patches.xml

    r8343d5e r4e8ba51  
    2525        url="&patches-root;&bash-branch_update-patch;"/></para>
    2626        <para>MD5 sum: <literal>&bash-branch_update-patch-md5;</literal></para>
    27       </listitem>
    28     </varlistentry>
    29 
    30     <varlistentry>
    31       <term>Bc Memory Leak Patch - <token>&bc-memory-leak-patch-size;</token>:</term>
    32       <listitem>
    33         <para>Download: <ulink
    34         url="&patches-root;&bc-memory-leak-patch;"/></para>
    35         <para>MD5 sum: <literal>&bc-memory-leak-patch-md5;</literal></para>
    3627      </listitem>
    3728    </varlistentry>
  • BOOK/packages.ent

    r8343d5e r4e8ba51  
    4343<!ENTITY bash-home "&gnu-software;bash">
    4444
    45 <!ENTITY bc-version "1.06.95">
    46 <!ENTITY bc-size "284 KB">
     45<!ENTITY bc-version "1.07">
     46<!ENTITY bc-size "420 KB">
    4747<!ENTITY bc-url "&alpha-gnu;bc/bc-&bc-version;.tar.bz2">
    48 <!ENTITY bc-md5 "5126a721b73f97d715bb72c13c889035">
     48<!ENTITY bc-md5 "cda93857418655ea43590736fc3ca9fc">
    4949<!ENTITY bc-home "&gnu-software;bc/">
    5050
  • BOOK/patches.ent

    r8343d5e r4e8ba51  
    88<!ENTITY bash-branch_update-patch-md5 "9f59bec94bfd1023d9c6a76b49187420">
    99<!ENTITY bash-branch_update-patch-size "17 KB">
    10 
    11 <!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch">
    12 <!ENTITY bc-memory-leak-patch-md5 "877e81fba316fe487ec23501059d54b8">
    13 <!ENTITY bc-memory-leak-patch-size "1.414 KB">
    1410
    1511<!-- Binutils branch update area
Note: See TracChangeset for help on using the changeset viewer.