Gentoo Archives: gentoo-commits

From: "Marion Age (titefleur)" <titefleur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fr: bugzilla-howto.xml
Date: Thu, 26 Feb 2009 09:39:05
Message-Id: E1Lcchr-0002Cj-AK@stork.gentoo.org
1 titefleur 09/02/26 09:39:03
2
3 Modified: bugzilla-howto.xml
4 Log:
5 Sync to 1.14
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/fr/bugzilla-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml?r1=1.4&r2=1.5
13
14 Index: bugzilla-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- bugzilla-howto.xml 18 Feb 2008 12:59:15 -0000 1.4
21 +++ bugzilla-howto.xml 26 Feb 2009 09:39:03 -0000 1.5
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/fr/bugzilla-howto.xml,v 1.4 2008/02/18 12:59:15 titefleur Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml,v 1.5 2009/02/26 09:39:03 titefleur Exp $ -->
27
28 <guide link="/doc/fr/bugzilla-howto.xml">
29 <title>Guide de rapport de bogue de Gentoo</title>
30 @@ -27,8 +27,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 @@ -475,11 +475,15 @@
42 Intéressons-nous à cette très simple erreur d'<c>emerge</c>&nbsp;:
43 </p>
44
45 -<pre caption="Erreur d'emerge">
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="Erreur d'emerge (les lignes trop longues ont été coupées volontairement pour s'adapter à la fenêtre)">
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: Aucun fichier ou répertoire de ce type
60 make: *** [foobar2.o] Error 1
61
62 @@ -496,12 +500,16 @@
63 message d'erreur d'<c>emerge</c> comme montré ci-dessous.
64 </p>
65
66 -<pre caption="Parties de l'erreur">
67 +<pre caption="Parties de l'erreur (les lignes trop longues ont été coupées volontairement pour s'adapter à la fenêtre)">
68 <comment>(Les messages de compilation)</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>(L'erreur de construction)</comment>
83 foobar2.c:1:17: ogg.h: Aucun fichier ou répertoire de ce type
84 @@ -567,7 +575,7 @@
85 </note>
86
87 <pre caption="Utiliser emerge avec PORT_LOGDIR">
88 -# <i>PORT_LOGDIR=/var/log/portage emerge foobar2</i>
89 +# <i>PORT_LOGDIR=/var/log/portage emerge cate-gorie/foobar2</i>
90 </pre>
91
92 <p>
93 @@ -581,19 +589,18 @@
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-gorie:foobar2-1.0:20090110-213217.log
99 </pre>
100
101 <p>
102 -Les fichiers de journaux ont le format [compteur]-[nom du paquet]-[version].log.
103 -Le compteur est une variable spéciale qui représente le paquet comme le n-ième
104 -paquet que vous avez installé. Cela prévient l'apparition de journaux dupliqués.
105 -Un coup d'œil rapide au journal montre le processus entier d'<c>emerge</c>. Il
106 -pourra être joint plus tard comme nous le verrons dans la section de rapport de
107 -bogues. Maintenant que nous avons correctement obtenu nos informations
108 -nécessaires pour rapporter le bogue, nous pouvons continuer. Cependant, avant
109 -d'aborder ce point, nous devons nous assurer que personne n'a déjà rapporté le
110 -problème. Intéressons-nous donc à la recherche de bogues.
111 +Les fichiers de journaux ont le format [categorie]:[nom du
112 +paquet]-[version]:[date].log. Un coup d'œil rapide au journal montre le
113 +processus entier d'<c>emerge</c>. Il pourra être joint plus tard comme nous le
114 +verrons dans la section de rapport de bogues. Maintenant que nous avons
115 +correctement obtenu nos informations nécessaires pour rapporter le bogue, nous
116 +pouvons continuer. Cependant, avant d'aborder ce point, nous devons nous
117 +assurer que personne n'a déjà rapporté le problème. Intéressons-nous donc à la
118 +recherche de bogues.
119 </p>
120
121 </body>