rewrote findutils installation page

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2311 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-01-11 17:19:41 +00:00
parent 2b138d6d32
commit a1d3af694f
8 changed files with 39 additions and 25 deletions

View File

@ -1,3 +1,5 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2> <sect2>
<title>Findutils Installation Dependencies</title> <title>Findutils Installation Dependencies</title>

View File

@ -1,12 +1,10 @@
<sect2><title>Contents of Findutils</title> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title>
<para>Last checked against version &findutils-contversion;.</para> <para>Last checked against version &findutils-contversion;.</para>
<sect3><title>Program Files</title> <sect3><title>Program files descriptions</title>
<para>bigram, code, find, frcode, locate, updatedb and
xargs</para></sect3>
<sect3><title>Descriptions</title>
<sect4><title>bigram</title> <sect4><title>bigram</title>
<para>bigram is used together with code to produce older-style locate <para>bigram is used together with code to produce older-style locate

View File

@ -0,0 +1,17 @@
<sect2><title>Contents of Findutils</title>
<para>Last checked against version &findutils-contversion;.</para>
<para>The Findutils package contains programs to find files, either
on-the-fly (by doing a live recursive search through directories and only
showing files that match the specifications) or by searching through a
database.</para>
<para>Findutils installs the following:</para>
<sect3><title>Program Files</title>
<para>bigram, code, find, frcode, locate, updatedb and
xargs</para></sect3>
</sect2>

View File

@ -3,6 +3,7 @@
<?dbhtml filename="findutils.html" dir="appendixa"?> <?dbhtml filename="findutils.html" dir="appendixa"?>
&aa-findutils-down; &aa-findutils-down;
&aa-findutils-shortdesc;
&aa-findutils-desc; &aa-findutils-desc;
&aa-findutils-dep; &aa-findutils-dep;

View File

@ -1,9 +0,0 @@
<sect2>
<title>Command explanations</title>
<para><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch</userinput>: This
patch is to fix some compilation errors by
avoiding a variable conflict and changing some bad syntax.</para>
</sect2>

View File

@ -1,15 +1,20 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2> <sect2>
<title>Installing Findutils</title> <title>Installing Findutils</title>
<para>This package requires its patch to be applied before you can <para>The Findutils package is quite old and it has problems compiling
install it.</para> against newer Glibc versions (Glibc-2.0.x and up). You need to apply the
patch that fixes some variable conflicts you'd otherwise end up
with:</para>
<para>Install Findutils by running the following commands:</para> <para><screen><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch</userinput></screen></para>
<para><screen><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch &amp;&amp; <para>Install Findutils by running the following:</para>
CPPFLAGS="-Dre_max_failures=re_max_failures2" \
&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static &amp;&amp; <para><screen><userinput>CPPFLAGS="-Dre_max_failures=re_max_failures2" \
make &amp;&amp; &nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static
make
make install</userinput></screen></para> make install</userinput></screen></para>
</sect2> </sect2>

View File

@ -5,10 +5,9 @@
<screen>Estimated build time: &findutils-time-static; <screen>Estimated build time: &findutils-time-static;
Estimated required disk space: &findutils-compsize-static;</screen> Estimated required disk space: &findutils-compsize-static;</screen>
&c5-findutils-inst; &aa-findutils-shortdesc;
&c5-findutils-exp;
&aa-findutils-desc;
&aa-findutils-dep; &aa-findutils-dep;
&c5-findutils-inst;
</sect1> </sect1>

View File

@ -11,6 +11,7 @@
<!ENTITY c6-findutils-inst SYSTEM "../chapter06/findutils-inst.xml"> <!ENTITY c6-findutils-inst SYSTEM "../chapter06/findutils-inst.xml">
<!ENTITY aa-findutils SYSTEM "../appendixa/findutils.xml"> <!ENTITY aa-findutils SYSTEM "../appendixa/findutils.xml">
<!ENTITY aa-findutils-shortdesc SYSTEM "../appendixa/findutils-shortdesc.xml">
<!ENTITY aa-findutils-desc SYSTEM "../appendixa/findutils-desc.xml"> <!ENTITY aa-findutils-desc SYSTEM "../appendixa/findutils-desc.xml">
<!ENTITY aa-findutils-dep SYSTEM "../appendixa/findutils-dep.xml"> <!ENTITY aa-findutils-dep SYSTEM "../appendixa/findutils-dep.xml">
<!ENTITY aa-findutils-down SYSTEM "../appendixa/findutils-down.xml"> <!ENTITY aa-findutils-down SYSTEM "../appendixa/findutils-down.xml">