Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: bugzilla-howto.xml
Date: Mon, 26 Jan 2009 07:34:46
Message-Id: E1LRLzW-0003rA-2v@stork.gentoo.org
1 nightmorph 09/01/26 07:34:42
2
3 Modified: bugzilla-howto.xml
4 Log:
5 new bugzie format, patches from pva on bug 254488
6
7 Revision Changes Path
8 1.14 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.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?r1=1.13&r2=1.14
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.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- bugzilla-howto.xml 23 May 2008 20:42:42 -0000 1.13
21 +++ bugzilla-howto.xml 26 Jan 2009 07:34:41 -0000 1.14
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.13 2008/05/23 20:42:42 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.14 2009/01/26 07:34:41 nightmorph Exp $ -->
27
28 <guide link="/doc/en/bugzilla-howto.xml">
29 <title>Gentoo Bug Reporting Guide</title>
30 @@ -20,8 +20,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.11</version>
35 -<date>2008-01-31</date>
36 +<version>1.12</version>
37 +<date>2009-01-25</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -439,11 +439,15 @@
42 Let's take a look at this very simple <c>emerge</c> error:
43 </p>
44
45 -<pre caption="emerge Error">
46 -gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod -c -o foobar2-7.o foobar2-7.c
47 -gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod -c -o foobar2-8.o foobar2-8.c
48 -gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod -c -o foobar2-9.o foobar2-9.c
49 -gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod -c -o foobar2.o foobar2.c
50 +<pre caption="emerge Error (long lines are manually wrapped to fit the window)">
51 +gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod \
52 + -c -o foobar2-7.o foobar2-7.c
53 +gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod \
54 + -c -o foobar2-8.o foobar2-8.c
55 +gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod \
56 + -c -o foobar2-9.o foobar2-9.c
57 +gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod \
58 + -c -o foobar2.o foobar2.c
59 foobar2.c:1:17: ogg.h: No such file or directory
60 make: *** [foobar2.o] Error 1
61
62 @@ -459,12 +463,16 @@
63 compile messages, the build error, and the emerge error message as shown below.
64 </p>
65
66 -<pre caption="Parts of the error">
67 +<pre caption="Parts of the error (long lines are manually wrapped to fit the window)">
68 <comment>(Compilation Messages)</comment>
69 -gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod -c -o foobar2-7.o foobar2-7.c
70 -gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod -c -o foobar2-8.o foobar2-8.c
71 -gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod -c -o foobar2-9.o foobar2-9.c
72 -gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod -c -o foobar2.o foobar2.c
73 +gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod \
74 + -c -o foobar2-7.o foobar2-7.c
75 +gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod \
76 + -c -o foobar2-8.o foobar2-8.c
77 +gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod \
78 + -c -o foobar2-9.o foobar2-9.c
79 +gcc -D__TEST__ -D__GNU__ -D__LINUX__ -L/usr/lib -I/usr/include -L/usr/lib/nspr/ -I/usr/include/fmod \
80 + -c -o foobar2.o foobar2.c
81
82 <comment>(Build Error)</comment>
83 foobar2.c:1:17: ogg.h: No such file or directory
84 @@ -524,7 +532,7 @@
85 </note>
86
87 <pre caption="emerge-ing With PORT_LOGDIR">
88 -# <i>PORT_LOGDIR=/var/log/portage emerge foobar2</i>
89 +# <i>PORT_LOGDIR=/var/log/portage emerge cate-gory/foobar2</i>
90 </pre>
91
92 <p>
93 @@ -537,18 +545,16 @@
94 total 16
95 drwxrws--- 2 root root 4096 Jun 30 10:08 .
96 drwxr-xr-x 15 root root 4096 Jun 30 10:08 ..
97 --rw-r--r-- 1 root root 7390 Jun 30 10:09 2115-foobar2-1.0.log
98 +-rw-r--r-- 1 root root 7390 Jun 30 10:09 cate-gory:foobar2-1.0:20090110-213217.log
99 </pre>
100
101 <p>
102 -The log files have the format [counter]-[package name]-[version].log. Counter
103 -is a special variable that is meant to state this package as the n-th package
104 -you've emerged. This prevents duplicate logs from appearing. A quick look at
105 -the log file will show the entire emerge process. This can be attached later
106 -on as we'll see in the bug reporting section. Now that we've safely obtained
107 -our information needed to report the bug we can continue to do so. However,
108 -before we get started on that, we need to make sure no one else has reported
109 -the issue. Let's take a look at searching for bugs.
110 +The log files have the format [category]:[package name]-[version]:[date].log. A
111 +quick look at the log file will show the entire emerge process. This can be
112 +attached later on as we'll see in the bug reporting section. Now that we've
113 +safely obtained our information needed to report the bug we can continue to do
114 +so. However, before we get started on that, we need to make sure no one else
115 +has reported the issue. Let's take a look at searching for bugs.
116 </p>
117
118 </body>