From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DqUrE-0006xo-Lq for garchives@archives.gentoo.org; Thu, 07 Jul 2005 11:47:57 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j67Bkdxr011496; Thu, 7 Jul 2005 11:46:39 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j67BkcWI006078 for ; Thu, 7 Jul 2005 11:46:39 GMT Message-Id: <200507071146.j67BkcWI006078@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1DqUqx-0001vY-V8 for gentoo-doc-cvs@lists.gentoo.org; Thu, 07 Jul 2005 11:47:40 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 7 Jul 2005 11:47:29 +0000 From: "Sven Vermeulen" Date: Thu, 7 Jul 2005 11:47:29 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: bugzilla-howto.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 47bd367f-8a22-4155-8bad-249b7b8af84e X-Archives-Hash: 19b6fce7161dc0896f3e8ef987fc37e2 swift 05/07/07 11:47:29 Modified: xml/htdocs/doc/en/draft bugzilla-howto.xml Log: Further spelling and grammar and language stuff Revision Changes Path 1.5 +10 -10 xml/htdocs/doc/en/draft/bugzilla-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bugzilla-howto.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bugzilla-howto.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bugzilla-howto.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo Index: bugzilla-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/bugzilla-howto.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bugzilla-howto.xml 7 Jul 2005 11:38:19 -0000 1.4 +++ bugzilla-howto.xml 7 Jul 2005 11:47:29 -0000 1.5 @@ -1,6 +1,6 @@ - + Gentoo Bug Reporting Guide @@ -265,7 +265,7 @@

This backtrace contains a large number of ?? marks. This is because without debug symbols, gdb doesn't know how the program was ran. Hence, it is -crucial that debug symbols are not stripped. Now remember awhile ago I +crucial that debug symbols are not stripped. Now remember a while ago I told you about the -g flag. Let's see what the output looks like with that:

@@ -485,8 +485,8 @@

-PORT_LOGDIR is a portage variable that sets up a log directory for individual emerge -logs. Let's take a look and see what that entails. First, run your emerge +PORT_LOGDIR is a portage variable that sets up a log directory for separate +emerge logs. Let's take a look and see what that entails. First, run your emerge with PORT_LOGDIR set to your favorite log location. Let's say we have a location /var/log/portage. We'll use that for our log directory:

@@ -536,7 +536,7 @@

Bugzilla is what we at Gentoo use to -handle bugs. Gentoo's Bugzilla is reachable by both HTTPS and HTTP. HTTPS is +handle bugs. Gentoo's Bugzilla is reachable by HTTPS and HTTP. HTTPS is available for those on insecure networks. For the sake of consistency, I will be using the HTTPS version in the examples to follow. Head over to Gentoo Bugs to see how it looks. @@ -777,11 +777,11 @@ If you were running SPARC, you would set it to SPARC. For this example, we know this error can occur on multiple architectures, so we'll select All. Operating System is what Operating System you're using. Because Gentoo is considered a -"Meta-distribution", it can run on other OSs besides Linux. Examples are -Gentoo on MacOS, Gentoo on FreeBSD, etc. For this example, we'll select All, as -this can occur on all types of systems. Build Identifier is what is being used -to report the bugs (for logging purposes).You can just leave this as is. Let's -see what we have so far: +"Meta-distribution", it can run on other operating systems beside Linux. +Examples are Gentoo on MacOS, Gentoo on FreeBSD, etc. For this example, +we'll select All, as this can occur on all types of systems. Build Identifier +is what is being used to report the bugs (for logging purposes). You can just +leave this as is. Let's see what we have so far:

-- gentoo-doc-cvs@gentoo.org mailing list