public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: distcc.xml
@ 2006-01-25  9:16 Xavier Neys
  0 siblings, 0 replies; 9+ messages in thread
From: Xavier Neys @ 2006-01-25  9:16 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/01/25 09:16:29

  Modified:    xml/htdocs/doc/en distcc.xml
  Log:
  link to cross-compiling-distcc.xml

Revision  Changes    Path
1.32      +8 -24     xml/htdocs/doc/en/distcc.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- distcc.xml	1 Jan 2006 11:51:43 -0000	1.31
+++ distcc.xml	25 Jan 2006 09:16:29 -0000	1.32
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.31 2006/01/01 11:51:43 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.32 2006/01/25 09:16:29 neysx Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -9,23 +9,18 @@
 <author title="Author">
   <mail link="lisa@gentoo.org">Lisa Seelye</mail>
 </author>
-
 <author title="Editor">
   <mail link="vapier@gentoo.org">Mike Frysinger</mail>
 </author>
-
 <author title="Editor">
   <mail link="erwin@gentoo.org">Erwin</mail>
 </author>
-
 <author title="Editor">
   <mail link="swift@gentoo.org">Sven Vermeulen</mail>
 </author>
-
 <author title="Editor">
   <mail link="pylon@gentoo.org">Lars Weiler</mail>
 </author>
-
 <author title="Reviewer">
   <mail link="blubber@gentoo.org">Tiemo Kieft</mail>
 </author>
@@ -38,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 <license/>
 
-<version>1.12</version>
-<date>2005-07-01</date>
+<version>1.13</version>
+<date>2006-01-25</date>
 
 <chapter>
 <title>Introduction</title>
@@ -232,25 +227,14 @@
 <chapter>
 <title>Cross-Compiling</title>
 <section>
-<title>A Note on Cross-Compiling</title>
-<body>
-
-<p>
-Cross-compiling is using one architecture to build programs for another 
-architecture.  This can be as simple as using an Athlon (i686) to build a 
-program for a K6-2 (i586), or using a Sparc to build a program for a ppc.
-</p>
-
-</body>
-</section>
-<section>
-<title>An Introduction to Cross-Compiling</title>
 <body>
 
 <p>
-If you want to give cross-compiling a try you can to follow <uri 
-link="http://dev.gentoo.org/~vapier/CROSS-COMPILE-HOWTO">The Cross Compile 
-HOWTO</uri>; Crossdev is deprecated.
+Cross-compiling is using one architecture to build programs for another
+architecture. This can be as simple as using an Athlon (i686) to build a
+program for a K6-2 (i586), or using a Sparc to build a program for a ppc. This
+is documented in our <uri link="/doc/en/cross-compiling-distcc.xml">DistCC
+Cross-compiling Guide</uri>.
 </p>
 
 </body>



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: distcc.xml
@ 2006-02-18 23:21 Josh Saddler
  0 siblings, 0 replies; 9+ messages in thread
From: Josh Saddler @ 2006-02-18 23:21 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/02/18 23:21:44

  Modified:    xml/htdocs/doc/en distcc.xml
  Log:
  updated distcc guide for bug 123231

Revision  Changes    Path
1.33      +17 -33    xml/htdocs/doc/en/distcc.xml

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
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- distcc.xml	25 Jan 2006 09:16:29 -0000	1.32
+++ distcc.xml	18 Feb 2006 23:21:44 -0000	1.33
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.32 2006/01/25 09:16:29 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.33 2006/02/18 23:21:44 nightmorph Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 <license/>
 
-<version>1.13</version>
-<date>2006-01-25</date>
+<version>1.14</version>
+<date>2006-02-18</date>
 
 <chapter>
 <title>Introduction</title>
@@ -246,11 +246,16 @@
 <section>
 <title>Step 1: Configure Portage</title>
 <body>
-
-<p>
-Boot your new box with a Gentoo Linux LiveCD and follow the <uri 
-link="/doc/en/handbook/handbook-x86.xml?part=1">installation instructions</uri> 
-up until the bootstrapping part. Then configure Portage to use distcc:
+<!-- 
+Note that this will need to become a link to the old 2005.1 networked handbooks
+once the 2006.0 handbooks are released. Until then, the link can stay.
+-->
+<p>
+Boot your new box with a Gentoo Linux LiveCD and follow the <uri
+link="/doc/en/handbook/handbook-x86.xml?part=1">installation instructions</uri>
+up until the bootstrapping part. (See the <uri
+link="http://www.gentoo.org/doc/en/faq.xml#stage12">Gentoo FAQ</uri> for more
+information about bootstrapping.) Then configure Portage to use distcc:
 </p>
 
 <pre caption="Preliminary Setup">
@@ -333,13 +338,13 @@
 <chapter>
 <title>Troubleshooting</title>
 <section>
-<title>Mozilla and Xfree</title>
+<title>Mozilla and Xorg</title>
 <body>
 
 <p>
-As you emerge various packages, you'll notice that some of them aren't being 
-distributed (and aren't being built in parallel).  This is because the 
-developers of the Mozilla and Xfree ebuilds intentionally disable parallel 
+As you emerge various packages, you'll notice that some of them aren't being
+distributed (and aren't being built in parallel).  This is because the
+developers of the Mozilla and Xorg-X11 ebuilds intentionally disable parallel
 building because it is known to cause problems.
 </p>
 
@@ -351,27 +356,6 @@
 </body>
 </section>
 <section>
-<title>A Mixture of hardened-gcc and non-hardened-gcc Hosts Will Be Faulty</title>
-<body>
-
-<p>
-With such a long title any explanation here is almost irrelevent.  However, if 
-you plan to use distcc across hosts that have the <uri 
-link="/proj/en/hardened/etdyn-ssp.xml">PaX/hardened-gcc</uri> and some that do 
-not, you will run into problems.
-</p>
-
-<p>
-The solution requires a little foresight on your part; you have to run 
-<c>hardened-gcc -R</c> on the host that has PaX/hardened-gcc, or you have to 
-enable PaX protections in your kernel and <c>emerge hardened-gcc</c>.  Both of 
-which are a good thing to do since for the most part the protections offered 
-by both packages is a good thing and is transparent to the user.
-</p>
-
-</body>
-</section>
-<section>
 <title>Mixed GCC Versions</title>
 <body>
 



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: distcc.xml
@ 2006-02-21 16:50 Jan Kundrat
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat @ 2006-02-21 16:50 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         06/02/21 16:50:58

  Modified:    xml/htdocs/doc/en distcc.xml
  Log:
  Fixed link and license stuff

Revision  Changes    Path
1.34      +5 -5      xml/htdocs/doc/en/distcc.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.34&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.34&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml.diff?r1=1.33&r2=1.34&cvsroot=gentoo

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- distcc.xml	18 Feb 2006 23:21:44 -0000	1.33
+++ distcc.xml	21 Feb 2006 16:50:58 -0000	1.34
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.33 2006/02/18 23:21:44 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.34 2006/02/21 16:50:58 jkt Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -30,10 +30,10 @@
 </abstract>
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
-<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.14</version>
+<version>1.15</version>
 <date>2006-02-18</date>
 
 <chapter>
@@ -254,8 +254,8 @@
 Boot your new box with a Gentoo Linux LiveCD and follow the <uri
 link="/doc/en/handbook/handbook-x86.xml?part=1">installation instructions</uri>
 up until the bootstrapping part. (See the <uri
-link="http://www.gentoo.org/doc/en/faq.xml#stage12">Gentoo FAQ</uri> for more
-information about bootstrapping.) Then configure Portage to use distcc:
+link="/doc/en/faq.xml#stage12">Gentoo FAQ</uri> for more information about
+bootstrapping.) Then configure Portage to use distcc:
 </p>
 
 <pre caption="Preliminary Setup">



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: distcc.xml
@ 2006-04-04 12:14 Shyam Mani
  0 siblings, 0 replies; 9+ messages in thread
From: Shyam Mani @ 2006-04-04 12:14 UTC (permalink / raw
  To: gentoo-doc-cvs

fox2mike    06/04/04 12:14:14

  Modified:             distcc.xml
  Log:
  Put in a patch given by Lisa Seelye <lisa@gentoo.org> to clarify the Troubleshooting section

Revision  Changes    Path
1.35                 xml/htdocs/doc/en/distcc.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.35&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.35&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml.diff?r1=1.34&r2=1.35&cvsroot=gentoo

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- distcc.xml	21 Feb 2006 16:50:58 -0000	1.34
+++ distcc.xml	4 Apr 2006 12:14:14 -0000	1.35
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.34 2006/02/21 16:50:58 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.35 2006/04/04 12:14:14 fox2mike Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.15</version>
-<date>2006-02-18</date>
+<version>1.16</version>
+<date>2006-04-04</date>
 
 <chapter>
 <title>Introduction</title>
@@ -338,14 +338,14 @@
 <chapter>
 <title>Troubleshooting</title>
 <section>
-<title>Mozilla and Xorg</title>
+<title>Some Packages Don't Use Distcc</title>
 <body>
 
 <p>
 As you emerge various packages, you'll notice that some of them aren't being
-distributed (and aren't being built in parallel).  This is because the
-developers of the Mozilla and Xorg-X11 ebuilds intentionally disable parallel
-building because it is known to cause problems.
+distributed (and aren't being built in parallel). This may happen because the
+package's Makefile doesn't support parallel operations or the maintainer of the
+ebuild has explicitly disabled parallel operations due to a known problem.
 </p>
 
 <p>



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: distcc.xml
@ 2006-09-04 10:23 Josh Saddler
  0 siblings, 0 replies; 9+ messages in thread
From: Josh Saddler @ 2006-09-04 10:23 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/09/04 10:23:00

  Modified:             distcc.xml
  Log:
  Added distcc emerge note for bug 146240

Revision  Changes    Path
1.36                 xml/htdocs/doc/en/distcc.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?r1=1.35&r2=1.36

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- distcc.xml	4 Apr 2006 12:14:14 -0000	1.35
+++ distcc.xml	4 Sep 2006 10:23:00 -0000	1.36
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.35 2006/04/04 12:14:14 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.36 2006/09/04 10:23:00 nightmorph Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.16</version>
-<date>2006-04-04</date>
+<version>1.17</version>
+<date>2006-09-04</date>
 
 <chapter>
 <title>Introduction</title>
@@ -101,6 +101,11 @@
 # <i>emerge distcc</i>
 </pre>
 
+<impo>
+Remember, you must be sure to install distcc on all of your participating
+machines.
+</impo>
+
 </body>
 </section>
 <section>



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: distcc.xml
@ 2006-12-24 17:54 Josh Saddler
  0 siblings, 0 replies; 9+ messages in thread
From: Josh Saddler @ 2006-12-24 17:54 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/12/24 17:54:01

  Modified:             distcc.xml
  Log:
  added full path to a code listing, bug 159018

Revision  Changes    Path
1.39                 xml/htdocs/doc/en/distcc.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?r1=1.38&r2=1.39

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- distcc.xml	29 Nov 2006 15:48:57 -0000	1.38
+++ distcc.xml	24 Dec 2006 17:54:01 -0000	1.39
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.38 2006/11/29 15:48:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.39 2006/12/24 17:54:01 nightmorph Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.17</version>
-<date>2006-09-04</date>
+<version>1.18</version>
+<date>2006-12-24</date>
 
 <chapter>
 <title>Introduction</title>
@@ -214,8 +214,8 @@
 
 <pre caption="Setting your path">
 # <i>export PATH="/usr/lib/ccache/bin:/usr/lib/distcc/bin:${PATH}"</i>
-<comment>You can put this in your .bashrc or equivelant file to have the PATH
-set every time you log in</comment>
+<comment>(You can put this in your ~/.bashrc or equivalent file to have the PATH
+set every time you log in)</comment>
 </pre>
 
 <p>



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: distcc.xml
@ 2007-06-21 23:46 Lukasz Damentko
  0 siblings, 0 replies; 9+ messages in thread
From: Lukasz Damentko @ 2007-06-21 23:46 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        07/06/21 23:46:16

  Modified:             distcc.xml
  Log:
  #182759, added emerge distcc-config, removed adding distcc user as ebuild handles that

Revision  Changes    Path
1.40                 xml/htdocs/doc/en/distcc.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?r1=1.39&r2=1.40

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- distcc.xml	24 Dec 2006 17:54:01 -0000	1.39
+++ distcc.xml	21 Jun 2007 23:46:16 -0000	1.40
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.39 2006/12/24 17:54:01 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.40 2007/06/21 23:46:16 rane Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.18</version>
-<date>2006-12-24</date>
+<version>1.19</version>
+<date>2007-06-22</date>
 
 <chapter>
 <title>Introduction</title>
@@ -118,11 +118,10 @@
 </p>
 
 <pre caption="Integrating Distcc and Portage">
-# <i>emerge distcc</i>
+# <i>emerge distcc distcc-config</i>
 # <i>nano -w /etc/make.conf</i>
 <comment>(Set N to a suitable number for your particular setup)</comment>
-<comment>(A common strategy is setting N as twice the number of total CPUs + 1
-available)</comment>
+<comment>(A common strategy is setting N as twice the number of total CPUs + 1 available)</comment>
 MAKEOPTS="-jN"
 <comment>(Add distcc to your FEATURES)</comment>
 FEATURES="distcc"
@@ -283,26 +282,11 @@
 <body>
 
 <p>
-Before the installation of distcc, a user called distcc must be added to the
-<path>/etc/passwd</path>:
-</p>
-
-<pre caption="Create user distcc">
-# <i>echo "distcc:x:240:2:distccd:/dev/null:/bin/false" &gt;&gt;/etc/passwd</i>
-</pre>
-
-<impo>
-It is important to note that adding users like this is very bad.  We only do 
-it here because there is no <c>useradd</c> utility (which you normally use for
-adding users) yet at this stage of installation.
-</impo>
-
-<p>
 Install distcc:
 </p>
 
 <pre caption="Getting Distcc on the new box">
-# <i>USE='-*' emerge --nodeps sys-devel/distcc</i>
+# <i>USE='-*' emerge --nodeps sys-devel/distcc sys-devel/distcc-config</i>
 </pre>
 
 </body>



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: distcc.xml
@ 2008-01-11  7:05 Joshua Saddler
  0 siblings, 0 replies; 9+ messages in thread
From: Joshua Saddler @ 2008-01-11  7:05 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    08/01/11 07:05:02

  Modified:             distcc.xml
  Log:
  removed instructions to emerge distcc-config, as the command is now provided by the package itself. per the last rites thread on gentoo-dev.

Revision  Changes    Path
1.41                 xml/htdocs/doc/en/distcc.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?r1=1.40&r2=1.41

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- distcc.xml	21 Jun 2007 23:46:16 -0000	1.40
+++ distcc.xml	11 Jan 2008 07:05:02 -0000	1.41
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.40 2007/06/21 23:46:16 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.41 2008/01/11 07:05:02 nightmorph Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.19</version>
-<date>2007-06-22</date>
+<version>1.20</version>
+<date>2008-01-10</date>
 
 <chapter>
 <title>Introduction</title>
@@ -118,7 +118,7 @@
 </p>
 
 <pre caption="Integrating Distcc and Portage">
-# <i>emerge distcc distcc-config</i>
+# <i>emerge distcc</i>
 # <i>nano -w /etc/make.conf</i>
 <comment>(Set N to a suitable number for your particular setup)</comment>
 <comment>(A common strategy is setting N as twice the number of total CPUs + 1 available)</comment>
@@ -286,7 +286,7 @@
 </p>
 
 <pre caption="Getting Distcc on the new box">
-# <i>USE='-*' emerge --nodeps sys-devel/distcc sys-devel/distcc-config</i>
+# <i>USE='-*' emerge --nodeps sys-devel/distcc</i>
 </pre>
 
 </body>



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: distcc.xml
@ 2008-04-07 20:57 Jan Kundrat
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat @ 2008-04-07 20:57 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         08/04/07 20:57:00

  Modified:             distcc.xml
  Log:
  #216677, -march=native doesn't work with distcc

Revision  Changes    Path
1.42                 xml/htdocs/doc/en/distcc.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?r1=1.41&r2=1.42

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- distcc.xml	11 Jan 2008 07:05:02 -0000	1.41
+++ distcc.xml	7 Apr 2008 20:56:59 -0000	1.42
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.41 2008/01/11 07:05:02 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.42 2008/04/07 20:56:59 jkt Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.20</version>
-<date>2008-01-10</date>
+<version>1.21</version>
+<date>2008-04-07</date>
 
 <chapter>
 <title>Introduction</title>
@@ -369,6 +369,21 @@
 
 </body>
 </section>
+<section>
+<title>-march=native</title>
+<body>
+
+<p>
+Starting with GCC 4.3.0, the compiler supports the <c>-march=native</c> switch
+which turns on CPU autodetection and optimizations that are worth being enabled
+on the processor the GCC is running at.  This is a problem with <c>distcc</c> as
+it allows mixing of code optimized for different processors (like AMD Athlon and
+Intel Pentium). <e>Don't</e> use <c>-march=native</c> or <c>-mtune=native</c> in
+your <c>CFLAGS</c> or <c>CXXFLAGS</c> when compiling with <c>distcc</c>.
+</p>
+
+</body>
+</section>
 </chapter>
 
 <chapter>



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-04-07 20:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-21 23:46 [gentoo-doc-cvs] cvs commit: distcc.xml Lukasz Damentko
  -- strict thread matches above, loose matches on Subject: below --
2008-04-07 20:57 Jan Kundrat
2008-01-11  7:05 Joshua Saddler
2006-12-24 17:54 Josh Saddler
2006-09-04 10:23 Josh Saddler
2006-04-04 12:14 Shyam Mani
2006-02-21 16:50 Jan Kundrat
2006-02-18 23:21 Josh Saddler
2006-01-25  9:16 Xavier Neys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox