Chapter 2: Disabled section about dependencies for now.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-10-28 02:52:14 +00:00
parent ec0a924df9
commit 0eb0afb41d
6 changed files with 7 additions and 9 deletions

View File

@ -110,9 +110,6 @@ distributions out there.</para></listitem>
<listitem><para>October 23rd, 2003 [alex]: Changed most of the "Chapter"
references to proper "xref" cross references .</para></listitem>
<listitem><para>October 22nd, 2003 [gerard] Chapter 2: Added notes how to
create installation dependency lists.</para></listitem>
<listitem><para>October 22nd, 2003 [alex]: Chapter 6 - Gawk and Shadow:
Adjusted the text. And added some markup elsewhere.</para></listitem>

View File

@ -2,6 +2,9 @@
<title>About dependencies</title>
<?dbhtml filename="aboutdependencies.html" dir="chapter02"?>
<!-- Leave this file in the repo until we figure out finally what to do with
dependencies -->
<para>There are a few ways to compile a list of a package's installation
dependencies. What we consider the best way is using the
<command>strace</command> program available at <ulink
@ -44,7 +47,7 @@ can't simply ignore all autoconf entries. A manual validation really is a
requirement for an accurate list.</para>
<para>This book is not so verbose as to list exactly which program from which
package is required for a successfull installation (we used to, but it had
package is required for a successful installation (we used to, but it had
become too much work to maintain it). The book will contain simply the
names of packages you need to have installed. If you need the verbosity
in the form of "package a needs file b and c from package d", have a look

View File

@ -5,7 +5,6 @@
&c2-aboutlfs;
&c2-aboutsbus;
&c2-abouttestsuites;
&c2-aboutdependencies;
&c2-askforhelp;
</chapter>

View File

@ -118,7 +118,7 @@ through to completion and not stop at the first failure. The GCC test suite is
very comprehensive and is almost guaranteed to generate a few failures. To get
a summary of the test suite results, run this:</para>
<screen><userinput>../gcc-&gcc-version;/contrib/test_summary | less</userinput></screen>
<screen><userinput>../gcc-&gcc-version;/contrib/test_summary | more</userinput></screen>
<para>You can compare your results to those posted to the gcc-testresults
mailing list for similar configurations to your own. For an example of how

View File

@ -16,7 +16,6 @@
<!ENTITY c2-aboutlfs SYSTEM "../chapter02/aboutlfs.xml">
<!ENTITY c2-aboutsbus SYSTEM "../chapter02/aboutsbus.xml">
<!ENTITY c2-abouttestsuites SYSTEM "../chapter02/abouttestsuites.xml">
<!ENTITY c2-aboutdependencies SYSTEM "../chapter02/aboutdependencies.xml">
<!ENTITY c2-askforhelp SYSTEM "../chapter02/askforhelp.xml">
<!ENTITY chapter03 SYSTEM "../chapter03/chapter03.xml">

View File

@ -3,8 +3,8 @@
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "CVS-20031026">
<!ENTITY releasedate "October 26th, 2003">
<!ENTITY version "CVS-20031027">
<!ENTITY releasedate "October 27th, 2003">
<!ENTITY milestone "5.0">
<!ENTITY nbsp " ">