Changes in / [118b207:cfb8eea]


Ignore:
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r118b207 rcfb8eea  
    4646    -->
    4747    <listitem>
     48      <para>2021-07-22</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[dj] - Correct page IDs in Chapter 08 dejagnu, expect, and
     52          tcl.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[dj] - Ensure that glibc installs ldconfig and sln to
     56          <filename class="directory">/usr/sbin</filename>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
     61    <listitem>
    4862      <para>2021-07-20</para>
    4963      <itemizedlist>
  • chapter05/glibc.xml

    r118b207 rcfb8eea  
    7575<screen><userinput remap="pre">mkdir -v build
    7676cd       build</userinput></screen>
     77
     78    <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
     79    utilites are installed into
     80    <filename class="directory">/usr/sbin</filename>:</para>
     81
     82<screen><userinput remap="pre">echo "rootsbindir=/usr/sbin" &gt; configparms</userinput></screen>
    7783
    7884    <para>Next, prepare Glibc for compilation:</para>
  • chapter08/dejagnu.xml

    r118b207 rcfb8eea  
    66]>
    77
    8 <sect1 id="ch-tools-dejagnu" role="wrap">
     8<sect1 id="ch-system-dejagnu" role="wrap">
    99  <?dbhtml filename="dejagnu.html"?>
    1010
     
    1717  <title>DejaGNU-&dejagnu-version;</title>
    1818
    19   <indexterm zone="ch-tools-dejagnu">
     19  <indexterm zone="ch-system-dejagnu">
    2020    <primary sortas="a-DejaGNU">DejaGNU</primary>
    2121  </indexterm>
     
    8989          <para>A wrapper script that locates the proper
    9090          <command>expect</command> shell and then runs DejaGNU</para>
    91           <indexterm zone="ch-tools-dejagnu runtest">
     91          <indexterm zone="ch-system-dejagnu runtest">
    9292            <primary sortas="b-runtest">runtest</primary>
    9393          </indexterm>
  • chapter08/expect.xml

    r118b207 rcfb8eea  
    66]>
    77
    8 <sect1 id="ch-tools-expect" role="wrap">
     8<sect1 id="ch-system-expect" role="wrap">
    99  <?dbhtml filename="expect.html"?>
    1010
     
    1717  <title>Expect-&expect-version;</title>
    1818
    19   <indexterm zone="ch-tools-expect">
     19  <indexterm zone="ch-system-expect">
    2020    <primary sortas="a-Expect">Expect</primary>
    2121  </indexterm>
     
    117117          <para>Communicates with other interactive programs according
    118118          to a script</para>
    119           <indexterm zone="ch-tools-expect expect">
     119          <indexterm zone="ch-system-expect expect">
    120120            <primary sortas="b-expect">expect</primary>
    121121          </indexterm>
     
    128128          <para>Contains functions that allow Expect to be used as a Tcl
    129129          extension or to be used directly from C or C++ (without Tcl)</para>
    130           <indexterm zone="ch-tools-expect libexpect">
     130          <indexterm zone="ch-system-expect libexpect">
    131131            <primary sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary>
    132132          </indexterm>
  • chapter08/glibc.xml

    r118b207 rcfb8eea  
    6565<screen><userinput remap="pre">mkdir -v build
    6666cd       build</userinput></screen>
     67
     68    <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
     69    utilites are installed into
     70    <filename class="directory">/usr/sbin</filename>:</para>
     71
     72<screen><userinput remap="pre">echo "rootsbindir=/usr/sbin" &gt; configparms</userinput></screen>
    6773
    6874    <para>Prepare Glibc for compilation:</para>
  • chapter08/tcl.xml

    r118b207 rcfb8eea  
    88]>
    99
    10 <sect1 id="ch-tools-tcl" role="wrap">
     10<sect1 id="ch-system-tcl" role="wrap">
    1111  <?dbhtml filename="tcl.html"?>
    1212
     
    1919  <title>Tcl-&tcl-version;</title>
    2020
    21   <indexterm zone="ch-tools-tcl">
     21  <indexterm zone="ch-system-tcl">
    2222    <primary sortas="a-Tcl">Tcl</primary>
    2323  </indexterm>
     
    173173        <listitem>
    174174          <para>The Tcl command shell</para>
    175           <indexterm zone="ch-tools-tcl tclsh&tcl-major-version;">
     175          <indexterm zone="ch-system-tcl tclsh&tcl-major-version;">
    176176            <primary sortas="b-tclsh&tcl-major-version;">tclsh&tcl-major-version;</primary>
    177177          </indexterm>
     
    183183        <listitem>
    184184          <para>A link to tclsh&tcl-major-version;</para>
    185           <indexterm zone="ch-tools-tcl tclsh">
     185          <indexterm zone="ch-system-tcl tclsh">
    186186            <primary sortas="b-tclsh">tclsh</primary>
    187187          </indexterm>
     
    193193        <listitem>
    194194          <para>The Tcl library</para>
    195           <indexterm zone="ch-tools-tcl libtcl&tcl-major-version;.so">
     195          <indexterm zone="ch-system-tcl libtcl&tcl-major-version;.so">
    196196            <primary sortas="c-libtcl&tcl-major-version;.so">libtcl&tcl-major-version;.so</primary>
    197197          </indexterm>
     
    203203        <listitem>
    204204          <para>The Tcl Stub library</para>
    205           <indexterm zone="ch-tools-tcl libtclstub&tcl-major-version;.a">
     205          <indexterm zone="ch-system-tcl libtclstub&tcl-major-version;.a">
    206206            <primary sortas="c-libtclstub&tcl-major-version;.a">libtclstub&tcl-major-version;.a</primary>
    207207          </indexterm>
  • packages.ent

    r118b207 rcfb8eea  
    441441<!ENTITY linux-md5 "50aa48ae38a736b3f313a777574af3d3">
    442442<!ENTITY linux-home "https://www.kernel.org/">
    443 <!-- measured for 5.8.3 / gcc-10.2.0 on x86_64 : minimum is
    444  allnoconfig extended for a hopefully-bootable build on desktop machine,
    445  max is allmodconfig which requires openssl -->
    446 <!ENTITY linux-knl-du "1200 - 6750 MB (typically about 1500 MB)">
    447 <!ENTITY linux-knl-sbu "5.0 - 125.0 SBU (typically about 9 SBU)">
     443<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
     444 allnoconfig rounded down to allow for ongoing cleanups,
     445 max is allmodconfig -->
     446<!ENTITY linux-knl-du "1200 - 8800 MB (typically about 1700 MB)">
     447<!ENTITY linux-knl-sbu "1.5 - 130.0 SBU (typically about 12 SBU)">
    448448
    449449<!ENTITY linux-headers-tmp-du "1.1 GB">
Note: See TracChangeset for help on using the changeset viewer.