Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: distcc.xml
Date: Sat, 18 Feb 2006 23:21:54
Message-Id: 200602182321.k1INLjmP016840@robin.gentoo.org
1 nightmorph 06/02/18 23:21:44
2
3 Modified: xml/htdocs/doc/en distcc.xml
4 Log:
5 updated distcc guide for bug 123231
6
7 Revision Changes Path
8 1.33 +17 -33 xml/htdocs/doc/en/distcc.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo
13
14 Index: distcc.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
17 retrieving revision 1.32
18 retrieving revision 1.33
19 diff -u -r1.32 -r1.33
20 --- distcc.xml 25 Jan 2006 09:16:29 -0000 1.32
21 +++ distcc.xml 18 Feb 2006 23:21:44 -0000 1.33
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/distcc.xml,v 1.32 2006/01/25 09:16:29 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.33 2006/02/18 23:21:44 nightmorph Exp $ -->
27
28 <guide link="/doc/en/distcc.xml">
29
30 @@ -33,8 +33,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
32 <license/>
33
34 -<version>1.13</version>
35 -<date>2006-01-25</date>
36 +<version>1.14</version>
37 +<date>2006-02-18</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -246,11 +246,16 @@
42 <section>
43 <title>Step 1: Configure Portage</title>
44 <body>
45 -
46 -<p>
47 -Boot your new box with a Gentoo Linux LiveCD and follow the <uri
48 -link="/doc/en/handbook/handbook-x86.xml?part=1">installation instructions</uri>
49 -up until the bootstrapping part. Then configure Portage to use distcc:
50 +<!--
51 +Note that this will need to become a link to the old 2005.1 networked handbooks
52 +once the 2006.0 handbooks are released. Until then, the link can stay.
53 +-->
54 +<p>
55 +Boot your new box with a Gentoo Linux LiveCD and follow the <uri
56 +link="/doc/en/handbook/handbook-x86.xml?part=1">installation instructions</uri>
57 +up until the bootstrapping part. (See the <uri
58 +link="http://www.gentoo.org/doc/en/faq.xml#stage12">Gentoo FAQ</uri> for more
59 +information about bootstrapping.) Then configure Portage to use distcc:
60 </p>
61
62 <pre caption="Preliminary Setup">
63 @@ -333,13 +338,13 @@
64 <chapter>
65 <title>Troubleshooting</title>
66 <section>
67 -<title>Mozilla and Xfree</title>
68 +<title>Mozilla and Xorg</title>
69 <body>
70
71 <p>
72 -As you emerge various packages, you'll notice that some of them aren't being
73 -distributed (and aren't being built in parallel). This is because the
74 -developers of the Mozilla and Xfree ebuilds intentionally disable parallel
75 +As you emerge various packages, you'll notice that some of them aren't being
76 +distributed (and aren't being built in parallel). This is because the
77 +developers of the Mozilla and Xorg-X11 ebuilds intentionally disable parallel
78 building because it is known to cause problems.
79 </p>
80
81 @@ -351,27 +356,6 @@
82 </body>
83 </section>
84 <section>
85 -<title>A Mixture of hardened-gcc and non-hardened-gcc Hosts Will Be Faulty</title>
86 -<body>
87 -
88 -<p>
89 -With such a long title any explanation here is almost irrelevent. However, if
90 -you plan to use distcc across hosts that have the <uri
91 -link="/proj/en/hardened/etdyn-ssp.xml">PaX/hardened-gcc</uri> and some that do
92 -not, you will run into problems.
93 -</p>
94 -
95 -<p>
96 -The solution requires a little foresight on your part; you have to run
97 -<c>hardened-gcc -R</c> on the host that has PaX/hardened-gcc, or you have to
98 -enable PaX protections in your kernel and <c>emerge hardened-gcc</c>. Both of
99 -which are a good thing to do since for the most part the protections offered
100 -by both packages is a good thing and is transparent to the user.
101 -</p>
102 -
103 -</body>
104 -</section>
105 -<section>
106 <title>Mixed GCC Versions</title>
107 <body>
108
109
110
111
112 --
113 gentoo-doc-cvs@g.o mailing list