diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 112bbc053..a8b0947cc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,20 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2021-07-22 + + + [dj] - Correct page IDs in Chapter 08 dejagnu, expect, and + tcl. + + + [dj] - Ensure that glibc installs ldconfig and sln to + /usr/sbin. + + + + 2021-07-20 diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index d7ba1a843..bfa68ffab 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -75,6 +75,12 @@ ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.3mkdir -v build cd build + Ensure that the ldconfig and sln + utilites are installed into + /usr/sbin: + +echo "rootsbindir=/usr/sbin" > configparms + Next, prepare Glibc for compilation: ../configure \ diff --git a/chapter08/dejagnu.xml b/chapter08/dejagnu.xml index 169ad4b50..23c1734b8 100644 --- a/chapter08/dejagnu.xml +++ b/chapter08/dejagnu.xml @@ -5,7 +5,7 @@ %general-entities; ]> - + @@ -16,7 +16,7 @@ DejaGNU-&dejagnu-version; - + DejaGNU @@ -88,7 +88,7 @@ install -v -m644 doc/dejagnu.{html,txt} /usr/share/doc/dejagnu-&dejagnu-versio A wrapper script that locates the proper expect shell and then runs DejaGNU - + runtest diff --git a/chapter08/expect.xml b/chapter08/expect.xml index da374bd9d..1e56595fb 100644 --- a/chapter08/expect.xml +++ b/chapter08/expect.xml @@ -5,7 +5,7 @@ %general-entities; ]> - + @@ -16,7 +16,7 @@ Expect-&expect-version; - + Expect @@ -116,7 +116,7 @@ ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib Communicates with other interactive programs according to a script - + expect @@ -127,7 +127,7 @@ ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib Contains functions that allow Expect to be used as a Tcl extension or to be used directly from C or C++ (without Tcl) - + libexpect-&expect-lib-version; diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 936a8b083..406aeb198 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -65,6 +65,12 @@ mkdir -v build cd build + Ensure that the ldconfig and sln + utilites are installed into + /usr/sbin: + +echo "rootsbindir=/usr/sbin" > configparms + Prepare Glibc for compilation: ../configure --prefix=/usr \ diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index 6b3aef0f5..4cac2f64a 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -7,7 +7,7 @@ ]> - + @@ -18,7 +18,7 @@ Tcl-&tcl-version; - + Tcl @@ -172,7 +172,7 @@ unset SRCDIR tclsh&tcl-major-version; The Tcl command shell - + tclsh&tcl-major-version; @@ -182,7 +182,7 @@ unset SRCDIR tclsh A link to tclsh&tcl-major-version; - + tclsh @@ -192,7 +192,7 @@ unset SRCDIR libtcl&tcl-major-version;.so The Tcl library - + libtcl&tcl-major-version;.so @@ -202,7 +202,7 @@ unset SRCDIR libtclstub&tcl-major-version;.a The Tcl Stub library - + libtclstub&tcl-major-version;.a diff --git a/packages.ent b/packages.ent index 61fc4047a..02c914da0 100644 --- a/packages.ent +++ b/packages.ent @@ -440,11 +440,11 @@ - - - + + +