Changeset cfb8eea
- Timestamp:
- 07/22/2021 03:45:08 AM (23 months ago)
- Branches:
- ml-11.0, multilib
- Children:
- f18f2d6
- Parents:
- 118b207 (diff), 4eee9cc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r118b207 rcfb8eea 46 46 --> 47 47 <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> 48 62 <para>2021-07-20</para> 49 63 <itemizedlist> -
chapter05/glibc.xml
r118b207 rcfb8eea 75 75 <screen><userinput remap="pre">mkdir -v build 76 76 cd 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" > configparms</userinput></screen> 77 83 78 84 <para>Next, prepare Glibc for compilation:</para> -
chapter08/dejagnu.xml
r118b207 rcfb8eea 6 6 ]> 7 7 8 <sect1 id="ch- tools-dejagnu" role="wrap">8 <sect1 id="ch-system-dejagnu" role="wrap"> 9 9 <?dbhtml filename="dejagnu.html"?> 10 10 … … 17 17 <title>DejaGNU-&dejagnu-version;</title> 18 18 19 <indexterm zone="ch- tools-dejagnu">19 <indexterm zone="ch-system-dejagnu"> 20 20 <primary sortas="a-DejaGNU">DejaGNU</primary> 21 21 </indexterm> … … 89 89 <para>A wrapper script that locates the proper 90 90 <command>expect</command> shell and then runs DejaGNU</para> 91 <indexterm zone="ch- tools-dejagnu runtest">91 <indexterm zone="ch-system-dejagnu runtest"> 92 92 <primary sortas="b-runtest">runtest</primary> 93 93 </indexterm> -
chapter08/expect.xml
r118b207 rcfb8eea 6 6 ]> 7 7 8 <sect1 id="ch- tools-expect" role="wrap">8 <sect1 id="ch-system-expect" role="wrap"> 9 9 <?dbhtml filename="expect.html"?> 10 10 … … 17 17 <title>Expect-&expect-version;</title> 18 18 19 <indexterm zone="ch- tools-expect">19 <indexterm zone="ch-system-expect"> 20 20 <primary sortas="a-Expect">Expect</primary> 21 21 </indexterm> … … 117 117 <para>Communicates with other interactive programs according 118 118 to a script</para> 119 <indexterm zone="ch- tools-expect expect">119 <indexterm zone="ch-system-expect expect"> 120 120 <primary sortas="b-expect">expect</primary> 121 121 </indexterm> … … 128 128 <para>Contains functions that allow Expect to be used as a Tcl 129 129 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"> 131 131 <primary sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary> 132 132 </indexterm> -
chapter08/glibc.xml
r118b207 rcfb8eea 65 65 <screen><userinput remap="pre">mkdir -v build 66 66 cd 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" > configparms</userinput></screen> 67 73 68 74 <para>Prepare Glibc for compilation:</para> -
chapter08/tcl.xml
r118b207 rcfb8eea 8 8 ]> 9 9 10 <sect1 id="ch- tools-tcl" role="wrap">10 <sect1 id="ch-system-tcl" role="wrap"> 11 11 <?dbhtml filename="tcl.html"?> 12 12 … … 19 19 <title>Tcl-&tcl-version;</title> 20 20 21 <indexterm zone="ch- tools-tcl">21 <indexterm zone="ch-system-tcl"> 22 22 <primary sortas="a-Tcl">Tcl</primary> 23 23 </indexterm> … … 173 173 <listitem> 174 174 <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;"> 176 176 <primary sortas="b-tclsh&tcl-major-version;">tclsh&tcl-major-version;</primary> 177 177 </indexterm> … … 183 183 <listitem> 184 184 <para>A link to tclsh&tcl-major-version;</para> 185 <indexterm zone="ch- tools-tcl tclsh">185 <indexterm zone="ch-system-tcl tclsh"> 186 186 <primary sortas="b-tclsh">tclsh</primary> 187 187 </indexterm> … … 193 193 <listitem> 194 194 <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"> 196 196 <primary sortas="c-libtcl&tcl-major-version;.so">libtcl&tcl-major-version;.so</primary> 197 197 </indexterm> … … 203 203 <listitem> 204 204 <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"> 206 206 <primary sortas="c-libtclstub&tcl-major-version;.a">libtclstub&tcl-major-version;.a</primary> 207 207 </indexterm> -
packages.ent
r118b207 rcfb8eea 441 441 <!ENTITY linux-md5 "50aa48ae38a736b3f313a777574af3d3"> 442 442 <!ENTITY linux-home "https://www.kernel.org/"> 443 <!-- measured for 5. 8.3 / gcc-10.2.0 on x86_64 : minimum is444 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 9SBU)">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)"> 448 448 449 449 <!ENTITY linux-headers-tmp-du "1.1 GB">
Note:
See TracChangeset
for help on using the changeset viewer.