Gentoo Archives: gentoo-doc-cvs

From: "Jan Kundrat (jkt)" <jkt@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: bugzilla-howto.xml
Date: Thu, 05 Mar 2009 12:13:30
Message-Id: E1LfCS0-0004sE-PR@stork.gentoo.org
1 jkt 09/03/05 12:13:20
2
3 Modified: bugzilla-howto.xml
4 Log:
5 #260477, encourage LC_ALL=C when reporting bugs
6
7 Revision Changes Path
8 1.16 xml/htdocs/doc/en/bugzilla-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?r1=1.15&r2=1.16
13
14 Index: bugzilla-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- bugzilla-howto.xml 5 Mar 2009 12:02:04 -0000 1.15
21 +++ bugzilla-howto.xml 5 Mar 2009 12:13:20 -0000 1.16
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.15 2009/03/05 12:02:04 jkt Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.16 2009/03/05 12:13:20 jkt Exp $ -->
27
28 <guide link="/doc/en/bugzilla-howto.xml">
29 <title>Gentoo Bug Reporting Guide</title>
30 @@ -20,7 +20,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.13</version>
35 +<version>1.14</version>
36 <date>2009-03-05</date>
37
38 <chapter>
39 @@ -492,6 +492,23 @@
40 </p>
41
42 <p>
43 +Please make sure you always include error messages in English, even when your
44 +system language is set to something else. You can temporarily switch to English
45 +locale by prepending <c>LC_ALL=C</c> to the emerge command like this:
46 +</p>
47 +
48 +<pre caption="Temporarily switching locale to English">
49 +# <i>LC_ALL=C emerge sys-apps/foobar2</i>
50 +</pre>
51 +
52 +<note>
53 +This is also about the only time you should use the <c>LC_ALL</c> environmental
54 +variable for specifying locale settings. If you are looking for a way to switch
55 +your system's language, then please consult our <uri
56 +link="guide-localization.xml">Localization Guide</uri> instead.
57 +</note>
58 +
59 +<p>
60 Make errors are the actual error and the information the developer needs. When
61 you see "make: ***", this is often where the error has occurred. Normally, you
62 can copy and paste 10 lines above it and the developer will be able to address