From 6a82dd9a1814badb87e18df165474a8b89a39b73 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 4 Feb 2006 13:28:41 +0000 Subject: Indenting chapter 6, part 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7344 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gawk.xml | 262 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 149 insertions(+), 113 deletions(-) (limited to 'chapter06/gawk.xml') diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 710ef57ef..13e5bb818 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -1,145 +1,181 @@ - %general-entities; ]> + -Gawk-&gawk-version; - + + + Gawk-&gawk-version; + + + Gawk + + + + -<indexterm zone="ch-system-gawk"><primary sortas="a-Gawk">Gawk</primary></indexterm> + <para>The Gawk package contains programs for manipulating text files.</para> -<sect2 role="package"><title/> -<para>The Gawk package contains programs for manipulating text files.</para> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.2 SBU</seg><seg>16.4 MB</seg></seglistitem> -</segmentedlist> + <seglistitem> + <seg>0.2 SBU</seg> + <seg>16.4 MB</seg> + </seglistitem> + </segmentedlist> -<segmentedlist> -<segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> -</segmentedlist> -</sect2> + <segmentedlist> + <segtitle>&dependencies;</segtitle> -<sect2 role="installation"> -<title>Installation of Gawk + + Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, + Grep, Make, and Sed + + -Under some circumstances, Gawk-&gawk-version; attempts to free a chunk -of memory that was not allocated. This bug is fixed by the following patch: + + + + Installation of Gawk + + Under some circumstances, Gawk-&gawk-version; attempts to free a + chunk of memory that was not allocated. This bug is fixed by the following + patch: patch -Np1 -i ../&gawk-segfault-patch; -Prepare Gawk for compilation: + Prepare Gawk for compilation: ./configure --prefix=/usr --libexecdir=/usr/lib -Due to a bug in the configure script, Gawk fails -to detect certain aspects of locale support in Glibc. This -bug leads to, e.g., Gettext testsuite failures. Work around this issue -by appending the missing macro definitions to config.h: + Due to a bug in the configure script, Gawk fails + to detect certain aspects of locale support in Glibc. This bug leads to, + e.g., Gettext testsuite failures. Work around this issue by appending the + missing macro definitions to config.h: cat >>config.h <<"EOF" #define HAVE_LANGINFO_CODESET 1 #define HAVE_LC_MESSAGES 1 EOF -Compile the package: + Compile the package: make -To test the results, issue: -make check. + To test the results, issue: + make check. -Install the package: + Install the package: make install - - - -Contents of Gawk - - -Installed programs -awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk, -pgawk, pgawk-&gawk-version;, and pwcat - - -Short Descriptions - - - - -awk - -A link to gawk -awk - - - - -gawk - -A program for manipulating text files; it is the GNU -implementation of awk -gawk - - - - -gawk-&gawk-version; - -A hard link to gawk -gawk-&gawk-version; - - - - -grcat - -Dumps the group database /etc/group -grcat - - - - -igawk - -Gives gawk the ability to include files -igawk - - - - -pgawk - -The profiling version of gawk -pgawk - - - - -pgawk-&gawk-version; - -Hard link to pgawk -pgawk-&gawk-version; - - - - -pwcat - -Dumps the password database /etc/passwd -pwcat - - - - - + + + + Contents of Gawk + + + Installed programs + + + awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk, pgawk, + pgawk-&gawk-version;, and pwcat + + + + + Short Descriptions + + + + + awk + + A link to gawk + + awk + + + + + + gawk + + A program for manipulating text files; it is the GNU + implementation of awk + + gawk + + + + + + gawk-&gawk-version; + + A hard link to gawk + + gawk-&gawk-version; + + + + + + grcat + + Dumps the group database /etc/group + + grcat + + + + + + igawk + + Gives gawk the ability to include files + + igawk + + + + + + pgawk + + The profiling version of gawk + + pgawk + + + + + + pgawk-&gawk-version; + + Hard link to pgawk + + pgawk-&gawk-version; + + + + + + pwcat + + Dumps the password database /etc/passwd + + pwcat + + + + + + + - -- cgit v1.2.3-54-g00ecf