source: chapter01/askforhelp.xml@ 5e423c8

12.1 12.1-rc1 multilib trunk xry111/arm64 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.1 xry111/mips64el xry111/update-glibc
Last change on this file since 5e423c8 was 7152faa, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml files to utf-8 encoding

  • Property mode set to 100644
File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-intro-askforhelp">
9 <?dbhtml filename="askforhelp.html"?>
10
11 <title>Help</title>
12
13 <note>
14 <para>
15 In case you've hit an issue building one package with the LFS
16 instruction, we strongly discourage posting the issue directly onto
17 the upstream support channel before discussing via a LFS support
18 channel listed in <xref linkend="ch-intro-resources"/>.
19 Doing so is often quite inefficient because the upstream
20 maintainers are rarely familiar with LFS building procedure. Even if
21 you've really hit an upstream issue, the LFS community can still help
22 to isolate the information wanted by the upstream maintainers and make
23 a proper report.
24 </para>
25
26 <para>
27 If you must ask a question directly via an upstream support channel,
28 you shall at least note that many upstream projects have the support
29 channels separated from the bug tracker. The <quote>bug</quote>
30 reports for asking questions are considered invalid and may annoy
31 upstream developers for these projects.
32 </para>
33 </note>
34
35 <para>If an issue or a question is encountered while working through
36 this book, please check the FAQ page at <ulink url="&faq-root;#generalfaq"/>.
37 Questions are often already answered there. If your question is not
38 answered on that page, try to find the source of the problem. The
39 following hint will give you some guidance for troubleshooting:
40 <ulink url="&hints-root;errors.txt"/>.</para>
41
42 <para>If you cannot find your problem listed in the FAQ, search the mailing
43 lists at <ulink url="&lfs-root;search.html"/>.</para>
44
45 <para>We also have a wonderful LFS community that is willing to offer
46 assistance through the mailing lists and IRC (see the <xref
47 linkend="ch-intro-resources"/> section of this book). However,
48 we get several support questions every day, and many of them could have been easily
49 answered by going to the FAQ or by searching the mailing lists first.
50 So, for us to offer the best assistance possible, you should first do some
51 research on your own. That allows us to focus on the more unusual
52 support needs. If your searches do not produce a solution, please include
53 all the relevant information (mentioned below) in your request for help.</para>
54
55 <sect2>
56 <title>Things to Mention</title>
57
58 <para>Apart from a brief explanation of the problem being experienced,
59 any request for help should include these essential things:</para>
60
61 <itemizedlist>
62 <listitem>
63 <para>The version of the book being used (in this case &version;)</para>
64 </listitem>
65 <listitem>
66 <para>The host distribution and version being used to create LFS</para>
67 </listitem>
68 <listitem>
69 <para>The output from the <xref linkend='version-check'/> script</para>
70 </listitem>
71 <listitem>
72 <para>The package or section the problem was encountered in</para>
73 </listitem>
74 <listitem>
75 <para>The exact error message, or a clear description of the problem</para>
76 </listitem>
77 <listitem>
78 <para>Note whether you have deviated from the book at all </para>
79 </listitem>
80 </itemizedlist>
81
82 <note>
83 <para>Deviating from this book does <emphasis>not</emphasis> mean that
84 we will not help you. After all, LFS is about personal preference.
85 Being up-front about any changes to the established procedure helps us
86 evaluate and determine possible causes of your problem.</para>
87 </note>
88
89 </sect2>
90
91 <sect2>
92 <title>Configure Script Problems</title>
93
94 <para>If something goes wrong while running the <command>configure</command>
95 script, review the <filename>config.log</filename> file. This file may
96 contain errors encountered during <command>configure</command> which were
97 not printed to the screen. Include the <emphasis>relevant</emphasis> lines
98 if you need to ask for help.</para>
99
100 </sect2>
101
102 <sect2>
103 <title>Compilation Problems</title>
104
105 <para>Both the screen output and the contents of various files are useful
106 in determining the cause of compilation problems. The screen output from
107 the <command>configure</command> script and the <command>make</command>
108 run can be helpful. It is not necessary to include the entire output, but
109 do include all of the relevant information. Here is an example of the
110 type of information to include from the <command>make</command> screen
111 output.</para>
112
113<screen><computeroutput>gcc -DALIASPATH=\"/mnt/lfs/usr/share/locale:.\"
114-DLOCALEDIR=\"/mnt/lfs/usr/share/locale\"
115-DLIBDIR=\"/mnt/lfs/usr/lib\"
116-DINCLUDEDIR=\"/mnt/lfs/usr/include\" -DHAVE_CONFIG_H -I. -I.
117-g -O2 -c getopt1.c
118gcc -g -O2 -static -o make ar.o arscan.o commands.o dir.o
119expand.o file.o function.o getopt.o implicit.o job.o main.o
120misc.o read.o remake.o rule.o signame.o variable.o vpath.o
121default.o remote-stub.o version.o opt1.o
122-lutil job.o: In function `load_too_high':
123/lfs/tmp/make-3.79.1/job.c:1565: undefined reference
124to `getloadavg'
125collect2: ld returned 1 exit status
126make[2]: *** [make] Error 1
127make[2]: Leaving directory `/lfs/tmp/make-3.79.1'
128make[1]: *** [all-recursive] Error 1
129make[1]: Leaving directory `/lfs/tmp/make-3.79.1'
130make: *** [all-recursive-am] Error 2</computeroutput></screen>
131
132 <para>In this case, many people would just include the bottom
133 section:</para>
134
135<screen><computeroutput>make [2]: *** [make] Error 1</computeroutput></screen>
136
137 <para>This is not enough information to diagnose the problem,
138 because it only notes that something went wrong, not
139 <emphasis>what</emphasis> went wrong. The entire section, as in the
140 example above, is what should be saved because it includes the command
141 that was executed and all the associated error messages.</para>
142
143 <para>An excellent article about asking for help on the Internet is
144 available online at <ulink
145 url="http://catb.org/~esr/faqs/smart-questions.html"/>. Read this document,
146 and follow the hints. Doing so will increase the likelihood of getting
147 the help you need.</para>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.