mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
ec0a924df9
commit
0eb0afb41d
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,6 @@
|
||||
&c2-aboutlfs;
|
||||
&c2-aboutsbus;
|
||||
&c2-abouttestsuites;
|
||||
&c2-aboutdependencies;
|
||||
&c2-askforhelp;
|
||||
|
||||
</chapter>
|
||||
|
@ -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
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user