Changeset 5d21368 in clfs-sysroot for BOOK/introduction/common/askforhelp.xml


Ignore:
Timestamp:
Jul 16, 2006, 6:03:31 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
fe4de21
Parents:
7e8c096
Message:

Added the missing parts of ask for help page from r2142.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/askforhelp.xml

    r7e8c096 r5d21368  
    1717  following hint will give you some guidance for troubleshooting:
    1818  <ulink url="&hints-root;errors.txt"/>.</para>
    19 
    20   <para>If you cannot find your problem listed in the FAQ, search the mailing
    21   lists at <ulink url="&lfs-root;search.html"/>.</para>
    2219
    2320  <para>We also have a wonderful CLFS community that is willing to offer
     
    4441      <listitem>
    4542        <para>The host distribution and version being used to
    46         create LFS</para>
     43        create CLFS.</para>
    4744      </listitem>
    4845      <listitem>
    49         <para>The package or section the problem was encountered in</para>
     46        <para>The architecture of the host and target.</para>
    5047      </listitem>
    5148      <listitem>
    52         <para>The exact error message or symptom being received</para>
     49        <para>The value of the $CLFS_HOST, $CLFS_TARGET, $BUILD32, and $BUILD64
     50        environment variables.</para>
    5351      </listitem>
    5452      <listitem>
    55         <para>Note whether you have deviated from the book at all </para>
     53        <para>The package or section in which the problem was encountered.</para>
     54      </listitem>
     55      <listitem>
     56        <para>The exact error message or symptom received. See <xref
     57        linkend="ch-intro-askforhelp-compilation-problems"/> below for an
     58        example.</para>
     59      </listitem>
     60      <listitem>
     61        <para>Note whether you have deviated from the book at all. A package
     62        version change or even a minor change to any command is considered
     63        deviation.</para>
    5664      </listitem>
    5765    </itemizedlist>
     
    6068      <para>Deviating from this book does <emphasis>not</emphasis>
    6169      mean that we will not help you. After all, the CLFS project is
    62       about personal preference. Being upfront about any changes to
    63       the established procedure helps us evaluate and determine
     70      about personal preference. Be upfront about any changes to
     71      the established procedure, this helps us evaluate and determine
    6472      possible causes of your problem.</para>
    6573    </note>
     
    7280    <para>If something goes wrong while running the <command>configure</command>
    7381    script, review the <filename>config.log</filename> file. This file may
    74     contain the errors you encountered <command>configure</command>. This file
    75     logs errors that may have not been printed to the screen. Include only the
    76     <emphasis>relevant</emphasis> lines if you need to ask for help.</para>
     82    contain the errors you encountered during <command>configure</command>.
     83    It often logs errors that may have not been printed to the screen. Include
     84    only the <emphasis>relevant</emphasis> lines if you need to ask for
     85    help.</para>
    7786
    7887  </sect2>
     
    99108default.o remote-stub.o version.o opt1.o
    100109-lutil job.o: In function `load_too_high':
    101 /lfs/tmp/make-3.79.1/job.c:1565: undefined reference
     110/clfs/tmp/make-3.79.1/job.c:1565: undefined reference
    102111to `getloadavg'
    103112collect2: ld returned 1 exit status
    104113make[2]: *** [make] Error 1
    105 make[2]: Leaving directory `/lfs/tmp/make-3.79.1'
     114make[2]: Leaving directory `/clfs/tmp/make-3.79.1'
    106115make[1]: *** [all-recursive] Error 1
    107 make[1]: Leaving directory `/lfs/tmp/make-3.79.1'
     116make[1]: Leaving directory `/clfs/tmp/make-3.79.1'
    108117make: *** [all-recursive-am] Error 2</computeroutput></screen>
    109118
Note: See TracChangeset for help on using the changeset viewer.