Re: [gentoo-user] distcc and crossdev, anyone?

2010-12-17 Thread Jacob Todd
Could you post your distcc config files?

[gentoo-user] stubborn distcc compile on localhost

2006-02-01 Thread krutny
Hi, I'm fighting with distcc and have following problem: halinka ~ # /usr/lib/distcc/bin/gcc test.c distcc[28674] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Feb 1 2006 00:53:26 distcc[28674] (dcc_recursion_safeguard) safeguard level=0 distcc[28674] (main) compiler name is gcc

Re: [gentoo-user] stubborn distcc compile on localhost

2006-02-01 Thread krutny
Dave Nebinger wrote: How is it shown file is compiled on localhost despite: halinka ~ # distcc-config --get-hosts 192.168.0.2 Where of course localhost != 192.168.0.2 Any ideas what am I doing wrong ? I think you need to add a line to your compile hosts like: localhost/0 I believe

Re: [gentoo-user] openwatcom ebuild question

2009-11-15 Thread Neil Bothwick
On Sat, 14 Nov 2009 23:12:31 +0100, Daniel Pielmeier wrote: Do you use distcc? Try if the ebuild works with temporary disabling distcc. If distcc is to blame, fixing wont be that easy. You have to examine build.sh and fix it in order to work with distcc. Or disable distcc in the ebuild

[gentoo-user] Digital Ocean Rigs and Distcc

2014-05-21 Thread Hunter Jozwiak
Hi all. Is it possible to deploy a Digital Ocean rig and have it do distcc compiling? If so, is there documentation on it, and where?

[gentoo-user] distcc with a no-multilib server

2011-03-04 Thread Coert Waagmeester
Hello all, I am doing a fresh install for a new machine with the help of distcc. 3 64bit machines with one one them having a no-multilib installation. It is indeed impossible to compile 32bit binaries on that machine. Does this matter in my amd64 distcc setup? Or will the job fail, and distcc

[gentoo-user] disenable distcc during emerging special package

2006-05-25 Thread Bobber Cheng
Hi, I used to emerge packages with distcc on my laptop connected tow power server, and it's great. But today distcc cause c-client to fail to compile. I have to edit make.conf to disenable distcc feature. The worse is that I'm emerge other packages simultaneously, while change of make.conf

Re: [gentoo-user] Does gcc not distribute with distcc?

2007-10-19 Thread Alex Schuster
not necessary, you only need to run the daemon on the fast machines. If I'm not running distccd on the slow machine, how does it know to distribute the load amongst the other three? Oh, you're probably missing the distcc-config command? Use this: distcc-config --set-hosts 192.168.1.2

Re: [gentoo-user] distcc not working

2005-06-25 Thread Joseph
On Sat, 2005-06-25 at 20:16 -0700, Zac Medico wrote: Joseph wrote: I'm reading all the posts regarding distcc and it seems to me everything is simple but for some reason or another I don't see any activity with distccmon-gnome across my network. make.conf: MAKEOPTS=-j3 FEATURES

Re: [gentoo-user] distcc: different arch (amd64, x86)

2008-05-03 Thread deface
http://gentoo-wiki.com/TIP_AMD64-x86-distcc On Sun, 2008-05-04 at 02:18 -0300, Norberto Bensa wrote: Hello list, since Ubuntu Hardy didn't like my notebook, I'm currently installing Gentoo (amd64) on it. This is my first Gentoo install in almost six years!! So. I have two other

Re: [gentoo-user] distcc not working

2005-06-25 Thread Boyd Stephen Smith Jr.
Joseph wrote: I'm reading all the posts regarding distcc and it seems to me everything is simple but for some reason or another I don't see any activity with distccmon-gnome across my network. It's very easy to not see DISTCC processes in distccmon-gnome when using emerge, since it uses

[gentoo-user] Re: [gentoo-user] «-»: [gentoo-user] Distcc advice needed

2012-06-05 Thread Michael Mol
On Tue, Jun 5, 2012 at 11:43 AM, Samuraiii samurai.no.d...@gmail.com wrote: Thanks for help, this problem is not the one that aches me right now - and when I re-thaught it again I simply realized that it dissapeared. BUT Do somebody know how from distcc tell ssh which port to use to connect

[gentoo-user] Re: Problem with distcc and pump mode: failed to connect to unix-domain: Permission denied

2013-10-14 Thread Uwe Scholz
Hello again, Uwe Scholz nurfuern...@web.de schrieb am [Thu, 10.10.2013 10:27]: [...] pump emerge minitube [...] distcc[2815] ERROR: failed to connect to UNIX-DOMAIN /tmp/distcc-pump.boOiEs/socket: Permission denied distcc[2815] (dcc_build_somewhere) Warning: failed to get includes

Re: [gentoo-user] Hoping someone can help explain distcc to me

2011-08-20 Thread victor romanchuk
Both machines contain distcc in FEATURES. It's not using -march=native. I've tried various -jN values with no real difference in performance. only client (your laptop) machine should be distcc featured. for server (desktop) that feature is useless On the desktop, /etc/conf.d/distcc contains

[gentoo-user] distcc cross-compiling for OSX

2012-09-27 Thread Kraus Philipp
Hello, I have installed distccd on my Gentoo box and I would like to use it from a OSX Snow Leopard. The distcc daemon runs on the Gentoo box and my OSX clients connect the box. I can run distcc on my OSX and it send the code to the Gentoo box and compile it. But my cross-compiling does

[gentoo-user] Problem with distcc and pump mode: failed to connect to unix-domain: Permission denied

2013-10-10 Thread Uwe Scholz
Hello Gentoo fellows :-) I have a mysterious problem with distcc and pump mode. Actually, distcc is working here, but together with pump mode I get strange error messages and can't find a solution for it. For example I tried to install minitube on my notebook (the distcc client) by pump emerge

[gentoo-user] distcc liveCD

2005-05-09 Thread krzaq
Hello all! Does anyone know of a minimalist gentoo LiveCD equiped with DISTCC? Can it be done in a simple way with catalyst by modifing gentoo minimal livecd spec? -- Regards Karol Krzak -- gentoo-user@gentoo.org mailing list

[gentoo-user] remote distcc

2009-11-26 Thread Kirill Lipatov
I was wondering if anybody ever tried using distcc not over a LAN, but over the internet. Do you think it's possible / efficient / useful ? Might there be better alternatives?

Re: [gentoo-user] distcc and crossdev, anyone?

2010-12-18 Thread Peter Humphrey
On Friday 17 December 2010 23:23:10 Jacob Todd wrote: Could you post your distcc config files? $ extract /etc/conf.d/distccd DISTCCD_OPTS= DISTCCD_EXEC=/usr/bin/distccd DISTCCD_PIDFILE=/var/run/distccd/distccd.pid DISTCCD_OPTS=${DISTCCD_OPTS} --port 3632 DISTCCD_OPTS=${DISTCCD_OPTS} --log-level

Re: [gentoo-user] New computer and Gentoo

2011-07-20 Thread Adam Carter
amd64 means any x86 64bit platform, so Intel too. march=native is good if you're not using distcc, or if you're only using distcc on core2 boxes. Otherwise be specific.

[gentoo-user] mixing x86 and amd64 distcc?

2012-02-16 Thread Coert Waagmeester
Hello all, Can amd64 distcc compile for a gentoo x86 setup? Or do I need a 32bit chroot? Regards, Coert Waagmeester

Re: [gentoo-user] distcc implementation failure

2015-02-21 Thread Daniel Frey
On 02/20/2015 05:19 PM, Andrew Savchenko wrote: Looks like you are using pump mode. Disable it and use normal distcc. This was the cause. Just an update. Dan

Re: [gentoo-user] emerging with distcc: What's taking so long?

2016-01-05 Thread Jeremi Piotrowski
On Tue, Jan 5, 2016 at 12:49 PM, lee <l...@yagibdah.de> wrote: > The gui monitor doesn't seem to exist. Recompile distcc with the gtk use flag.

[gentoo-user] distcc not working

2005-06-25 Thread Joseph
I'm reading all the posts regarding distcc and it seems to me everything is simple but for some reason or another I don't see any activity with distccmon-gnome across my network. make.conf: MAKEOPTS=-j3 FEATURES=distcc /etc/conf.d/distccd: DISTCCD_OPTS=${DISTCCD_OPTS} --allow 10.0.0.103

[gentoo-user] distcc user contexts

2017-12-16 Thread Adam Carter
Watching top, i notice some gcc instances run under the portage user and others under the distcc user - is that normal? The gentoo distcc wiki page states "If compilations should also occur on the local machine, put localhost in the hosts list. Conversely if the local machine is not to be

Re: [gentoo-user] how do I know if the distcc works or not?

2005-06-12 Thread Zac Medico
askar ... wrote: Hello! Is there way to know or to see if distcc works or not? There is distccmon-gnome application, but it doesn't show anything graphical. askar Hi askar, I use this script: #!/bin/bash source /etc/make.globals source /etc/make.conf export DISTCC_DIR

[gentoo-user] gcc hardened and vanilla + distcc

2005-12-01 Thread Peper
Hello, I want to use gcc-vanilla on my desktop(x86) and gcc-hardened on my server(x86). Can i then use distcc? And second, harder(imho) step: can i also join amd64 with gcc-vanilla to my small distcc-net? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Hosted server as distcc machine

2006-03-20 Thread Grant
Lately I've been thinking about making my remotely hosted server the distcc machine for all of my systems. Is there anything wrong with making a remote machine like that the distcc system? It's the fastest system I've got by far. - Grant -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] disenable distcc during emerging special package

2006-05-25 Thread Neil Bothwick
On Thu, 25 May 2006 15:39:12 +0800, Bobber Cheng wrote: I'm looking forward to a way to disenable distcc during emerging special package just like USE=sqllite emerge qt. FEATURES=-distcc emerge c-client -- Neil Bothwick Jimi Hendrix's modem was a Purple Hayes. signature.asc Description

[gentoo-user] distcc: Am I doing this right

2009-10-16 Thread Michael Sullivan
I think I've set up distcc correctly, but I keep seeing a whole bunch of messages like this: distcc[24416] (dcc_writex) ERROR: failed to write: Connection reset by peer Is this normal? Is there anything I can do to prevent this from happening? -Michael Sullivan-

[gentoo-user] distcc: different arch (amd64, x86)

2008-05-03 Thread Norberto Bensa
Hello list, since Ubuntu Hardy didn't like my notebook, I'm currently installing Gentoo (amd64) on it. This is my first Gentoo install in almost six years!! So. I have two other boxes (Intel Core 2 Duo and AMD X2 3800+) that also run Gentoo (x86) and I would like to use them as distcc

Re: [gentoo-user] python: stack smashing attack

2006-01-20 Thread Ryan Viljoen
info outputhowever you are using distcc. So, are all of your distcc hosts using the same version of gcc, or are any of them hardened? I had a similar problem with distcc. Not a stack smashing attack though. Distcc should not be used to emerge any core packages such as python, portage

RE: [gentoo-user] distcc configuration

2005-06-17 Thread Dave Nebinger
There were some changes to the tool chain which means that distcc wont work across different x86 archs (e.g., athlon and pentium) and the devs wont change it (marked as WONT FIX on the bug). Hmm, I haven't heard anything about this and have been using distcc on an x86 athlon network. Each

Re: [gentoo-user] distcc not working

2005-06-26 Thread Catalin Trifu
Try adding the port to distcc-config --set-hosts 10.0.0.101:3632 10.0.0.103:3632 When i tried to use it without a port did not not work. Catalin Joseph wrote: I'm reading all the posts regarding distcc and it seems to me everything is simple but for some reason or another I don't see

Re: [gentoo-user] distcc problems: Ok from commandline, but emerge ignores it...

2012-10-15 Thread Yohan Pereira
On Sunday 14 Oct 2012 15:47:31 meino.cra...@gmx.de wrote: The compilation of a short C-program from the commandline works...the job can be seen in the distcc log on the beaglebone. But emergeing (in this case emerge cmus) completly ignores distcc How can I fix it? Hi, I've dabbled

Re: [gentoo-user] Does gcc not distribute with distcc?

2007-10-19 Thread Alex Schuster
Michael Sullivan writes: On Sat, 2007-10-20 at 01:39 +0200, Alex Schuster wrote: Michael Sullivan writes: On Fri, 2007-10-19 at 20:15 +0200, Alex Schuster wrote: distcc works with a wrapper. When gcc is called, in fact /usr/lib/distcc/bin/gcc is called (*), which distributes

Re: [gentoo-user] Hosted server as distcc machine

2006-03-22 Thread Grant
Is there anything wrong with making a remote machine [a] distcc system? Not really, but you do need to realize that distcc doesn't guarantee that jobs will be sent to the remote machines and will not prevent jobs from being run locally. If there are not enough distcc hosts to support

Re: [gentoo-user] Building firefox-61 with distcc

2018-08-02 Thread Daniel Frey
they've been updated to the new plugin format. >>> >>> I've been using distcc for a long time now, and I've tried to build >>> firefox and it fails with: > ... >>> Dan >>> >> >> Same issue here with FF and distcc, it's happening for few rele

Re: [gentoo-user] Distcc problems...

2007-10-13 Thread William Kenworthy
all my systems running distcc are missing a few links to compilers in the distcc directories. Seemed to vary across systems. one was a link to cc (found when compiling ccze for instance) but it was always one of the less common calls. The fix was to create a symlink to the generic version

Re: [gentoo-user] Binary package cruncher?

2008-11-16 Thread Simon
Another possibility is to use distcc. I haven't used it recently, but an earlier version seemed ok. Distcc is used to speed compilation time. But the point is that even if I set distcc hosts to not be on the localhost (ie, just compile remotely and only use localhost to manage the whole

[gentoo-user] emerging with distcc: What's taking so long?

2016-01-04 Thread lee
Hi, what's taking so long when emerging packages despite distcc is used? I have disallowed compiling on the local machine (which is the one emerge is running on) through distcc settings because the local machine is relatively slow. Yet I can see some gcc processes running on the local machine

Re: [gentoo-user] emerging with distcc: What's taking so long?

2016-01-04 Thread wabenbau
lee <l...@yagibdah.de> wrote: > Hi, > > what's taking so long when emerging packages despite distcc is used? > > I have disallowed compiling on the local machine (which is the one > emerge is running on) through distcc settings because the local > machine is relativel

[gentoo-user] silencing distcc with systemd

2024-03-29 Thread Daniel Frey
Hi all, I've moved a couple of machines from openrc to systemd. I have discovered this odd problem. On openrc, distcc was quiet during building packages. It would obey environment variable set in /etc/env.d: DISTCC_DIR=/var/distcc DISTCC_ENABLE_DISCREPANCY_EMAIL= DISTCC_FALLBACK=1

Re: [gentoo-user] Does gcc not distribute with distcc?

2007-10-19 Thread Michael Sullivan
. Here's /etc/conf.d/distccd on the slow one: I think this one's not necessary, you only need to run the daemon on the fast machines. If I'm not running distccd on the slow machine, how does it know to distribute the load amongst the other three? Oh, you're probably missing the distcc

Re: [gentoo-user] distcc configuration

2005-06-16 Thread William Kenworthy
There were some changes to the tool chain which means that distcc wont work across different x86 archs (e.g., athlon and pentium) and the devs wont change it (marked as WONT FIX on the bug). The workaround is to add CC-gcc and CXX=g++ to make .conf on the client, however this may break other

Re: [gentoo-user] Hosted server as distcc machine

2006-03-20 Thread Boyd Stephen Smith Jr.
On Monday 20 March 2006 22:25, Grant [EMAIL PROTECTED] wrote about '[gentoo-user] Hosted server as distcc machine': Is there anything wrong with making a remote machine [a] distcc system? Not really, but you do need to realize that distcc doesn't guarantee that jobs will be sent to the remote

Re: [gentoo-user] emerging with distcc: What's taking so long?

2016-01-04 Thread lee
<waben...@gmail.com> writes: > lee <l...@yagibdah.de> wrote: > >> Hi, >> >> what's taking so long when emerging packages despite distcc is used? >> >> I have disallowed compiling on the local machine (which is the one >> emerge is running on

Re: [gentoo-user] distcc not working

2005-06-26 Thread Joseph
On Sun, 2005-06-26 at 12:33 -0400, Boyd Stephen Smith Jr. wrote: Joseph wrote: On Sun, 2005-06-26 at 00:05 -0400, Boyd Stephen Smith Jr. wrote: Joseph wrote: I'm reading all the posts regarding distcc and it seems to me everything is simple but for some reason or another I don't see any

Re: [gentoo-user] Distcc using a x86-hardened and a pentium4 host

2006-03-07 Thread Rumen Yotov
On Tuesday 07 March 2006 17:31, Kai Kuehne wrote: Hi Rumen, On 3/7/06, Rumen Yotov [EMAIL PROTECTED] wrote: Hi, Not 100 % sure but think that you can't use 'distcc' with hardened vanilla profiles, even if gcc versions are the same. These profiles have different compile flags, etc

Re: [gentoo-user] Hoping someone can help explain distcc to me

2011-08-22 Thread Alex Schuster
victor romanchuk writes: i had noticed that distcc is peevish about CFLAGS: these should be compatible on both client and server. in my case i made these similar on both machines (laptop is core2duo and desktop is core2quad; both are running amd64 arch) I don't think this is true

Re: [gentoo-user] Re: Emerge and binary packages

2018-07-02 Thread Daniel Frey
On 07/01/18 20:55, Ian Zimmerman wrote: > > I ought to disclose that the server is Debian. But the distcc versions > on both sides were the same, and I hand-compiled a matching gcc version > on the server. > > One thing I very much dislike about distcc is that there seems t

Re: [gentoo-user] Building firefox-61 with distcc

2018-08-02 Thread Branko Grubic
On Thu, 2 Aug 2018 22:33:15 +0200 Branko Grubic wrote: > On Thu, 2 Aug 2018 13:14:22 -0700 > Daniel Frey wrote: > > > Well, I discovered some of my plugins stopped working on Firefox > > because they've been updated to the new plugin format. > > > > I've been

[gentoo-user] Distcc problems...

2007-10-12 Thread Jerry McBride
I've identified a few packages that simply will not compile when distcc is being used. Has anyone noticed problems with; ncurses, groff or libpcre? I'm thinking about modifying /etc/portage/bashrc to detect a new file named /etc/portage/package.distcc that will turn off distcc for each

Re: [gentoo-user] Compile errors with /usr/include/bits/mathinline.h:433: error: `__builtin_atan2l' undeclared

2006-01-05 Thread Richard Fish
On 1/5/06, Alexander Skwar [EMAIL PROTECTED] wrote: Hmm, am I having these issues, because I use different gcc versions on my distcc nodes? One is running 3.4.5 while the other is still at 3.3.6. Not sure, but running different versions of GCC with distcc is almost certainly going to lead

Re: [gentoo-user] stubborn distcc compile on localhost

2006-02-01 Thread Dave Nebinger
How is it shown file is compiled on localhost despite: halinka ~ # distcc-config --get-hosts 192.168.0.2 Where of course localhost != 192.168.0.2 Any ideas what am I doing wrong ? I think you need to add a line to your compile hosts like: localhost/0 I believe this informs distcc

Re: [gentoo-user] LiveCD distcc

2005-06-08 Thread Matthew Cline
On 6/8/05, Marchal Laurent [EMAIL PROTECTED] wrote: Another solution could be to run distcc in colinux on your Windows box, that's I do home. http://www.gentoo.org/doc/en/colinux-howto.xml Just be sure to have Windows XP Pro edition, Windows XP home doesn't work for me

Re: [gentoo-user] how do I know if the distcc works or not?

2005-06-12 Thread askar ...
Thanks a lot. It worked. askar On 6/12/05, Zac Medico [EMAIL PROTECTED] wrote: askar ... wrote: Hello! Is there way to know or to see if distcc works or not? There is distccmon-gnome application, but it doesn't show anything graphical. askar Hi askar, I use this script

Re: [gentoo-user] ccache disabled

2005-11-15 Thread Nagatoro
Roger Mason wrote: Hello, I have installed ccache and followed the instructions in the official documentation to set it up. Specifically I have this in my /etc/make.conf: MAKEOPTS=-j6 FEATURES=ccache # Probably not required but... CCACHE_DIR=/var/tmp/ccache CCACHE_SIZE=2G FEATURES=distcc

Re: [gentoo-user] need help tuning distcc

2006-09-28 Thread Daniel Iliev
John Blinka wrote: Hi, all, I run Gentoo on a very old 150 mhz pentium laptop. As you can imagine, it's painful to update Gentoo packages on it. I've been attempting to use distcc and crossdev so that the more more modern i686 machines on my local network can do most of the compiling

RE: [gentoo-user] distcc and iptables

2005-07-26 Thread Dave Nebinger
but distcc doesn't work ... Ah, did you edit /etc/conf.d/distccd to add the --allow and --listen options? If you don't specifically enable them the remote system will not be able to get to distcc on the box. Locally I use a line as follows to enable the internal lan to hit distccd

Re: [gentoo-user] distcc and USE flags

2010-10-14 Thread Neil Bothwick
On Thu, 14 Oct 2010 07:57:25 +0200, Coert Waagmeester wrote: If I want to set up an x86 distcc solution, do the USE flags need to be the same on all machines? No. the USE flags determine options passed to the build system, so the host's flags are interpreted before anything is sent to any

Re: [gentoo-user] hardened gentoo and distcc

2011-03-24 Thread klondike
El 24/03/11 11:13, Coert Waagmeester escribió: Hello all, Only just started playing with hardened gentoo. I have a few normal gentoo amd64 machines already running. Can I add those to the distcc config for the hardened box? No Or are there indeed special things with the compiler

Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker.

2012-04-26 Thread Paul Hartman
On Thu, Apr 26, 2012 at 9:41 AM, Michael Mol mike...@gmail.com wrote: Checking to see if it's a distcc problem, now. If it is, it'll only be the third time I've ever had issues from distcc, and the first time a distcc issue resulted in a successful build of a package that broke things. Just

Re: [gentoo-user] compiling via distcc

2015-02-11 Thread Jeff Smelser
People do it all the time. You have to set up the amd64's to cross compile. https://wiki.gentoo.org/wiki/Distcc/Cross-Compiling On Wed, Feb 11, 2015 at 4:51 PM, Joseph syscon...@gmail.com wrote: I have an old eeepc 1GB ram and would like to install Gentoo on it as Xubuntu and Fedora both

[gentoo-user] Re: compiling via distcc

2015-02-13 Thread James
Jeff Smelser tradergt at gmail.com writes: People do it all the time. You have to set up the amd64's to cross compile. https://wiki.gentoo.org/wiki/Distcc/Cross-Compiling Here are a few additional links for your perusal: http://wiki.gentoo.org/wiki/Distcc https://wiki.gentoo.org/wiki

Re: [gentoo-user] Distcc problems...

2007-10-12 Thread Tim
Jerry McBride wrote: I've identified a few packages that simply will not compile when distcc is being used. Has anyone noticed problems with; ncurses, groff or libpcre? I'm thinking about modifying /etc/portage/bashrc to detect a new file named /etc/portage/package.distcc

Re: [gentoo-user] Distcc problems...

2007-10-12 Thread Tim
Dan Farrell wrote: On Fri, 12 Oct 2007 18:26:26 -0400 Jerry McBride [EMAIL PROTECTED] wrote: I've identified a few packages that simply will not compile when distcc is being used. Has anyone noticed problems with; ncurses, groff or libpcre? I'm thinking about modifying /etc/portage

Re: [gentoo-user] Cross-compiling

2007-10-19 Thread Davi
Em Sex 19 Out 2007, Michael Sullivan escreveu: I've read over the guide at http://www.gentoo.org/doc/en/cross-compiling-distcc.xml about cross-compiling with distcc. This may be a really stupid question, but how do I force my slow box to use cross-compiling via distcc? Is there some special

Re: [gentoo-user] Cross-compiling

2007-10-20 Thread Stratos Psomadakis
O/H Michael Sullivan έγραψε: I've read over the guide at http://www.gentoo.org/doc/en/cross-compiling-distcc.xml about cross-compiling with distcc. This may be a really stupid question, but how do I force my slow box to use cross-compiling via distcc? Is there some special option I have

Re: [gentoo-user] Distcc using a x86-hardened and a pentium4 host

2006-03-07 Thread Kai Kuehne
Hi Rumen, On 3/7/06, Rumen Yotov [EMAIL PROTECTED] wrote: Hi, Not 100 % sure but think that you can't use 'distcc' with hardened vanilla profiles, even if gcc versions are the same. These profiles have different compile flags, etc. Some time ago here (ML) there were an error message due

[gentoo-user] LiveCD distcc

2005-06-07 Thread Pingveno
I'm running two computers in my house, one 550 MHz Pentium 3 and one 3 GHz Pentium 4. The slow one is running Gentoo Linux, while the fast one is running Windows. I'd like to put together a LiveCD that can run distcc on the faster computer just via a reboot. There's a Knoppix mod with distcc

Re: [gentoo-user] LiveCD distcc

2005-06-07 Thread Martins Steinbergs
try to search portage for 'livecd', some tools are there Pingveno wrote: I'm running two computers in my house, one 550 MHz Pentium 3 and one 3 GHz Pentium 4. The slow one is running Gentoo Linux, while the fast one is running Windows. I'd like to put together a LiveCD that can run distcc

Re: [gentoo-user] Re: how do I know if the distcc works or not?

2005-06-12 Thread W.Kenworthy
Dont know if this has been suggested: edit /etc/conf.d/distccd on the distccd server and add this: DISTCCD_OPTS=${DISTCCD_OPTS} --log-level info This will log the daemons connects, successes and failures to to /var/log/everything/current on the distcc server. A quick check of the logs

Re: [gentoo-user] Bug, or PEBKAC?

2005-10-12 Thread Billy Holmes
are you using distcc or ccache? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] distcc not working

2005-06-25 Thread Zac Medico
Joseph wrote: I'm reading all the posts regarding distcc and it seems to me everything is simple but for some reason or another I don't see any activity with distccmon-gnome across my network. make.conf: MAKEOPTS=-j3 FEATURES=distcc /etc/conf.d/distccd: DISTCCD_OPTS=${DISTCCD_OPTS

Re: [gentoo-user] distcc not working

2005-06-26 Thread Boyd Stephen Smith Jr.
Joseph wrote: On Sun, 2005-06-26 at 00:05 -0400, Boyd Stephen Smith Jr. wrote: Joseph wrote: I'm reading all the posts regarding distcc and it seems to me everything is simple but for some reason or another I don't see any activity with distccmon-gnome across my network. It's very easy

[gentoo-user] distcc: compile null on localhost failed

2009-09-30 Thread Xi Shen
hi, i am working on gentoo 2008 amd64, i set up my system to use distcc. i enabled the distccd to log debug information, and monitored the compiling process. and i have emerged some softwares with distcc. but for some softwares, distcc will not compile them correctly. and i always got compile

Re: [gentoo-user] distcc: Am I doing this right

2009-10-16 Thread Matthias Krebs
Am Freitag 16 Oktober 2009 15:23:20 schrieb Michael Sullivan: I think I've set up distcc correctly, but I keep seeing a whole bunch of messages like this: distcc[24416] (dcc_writex) ERROR: failed to write: Connection reset by peer Is this normal? Is there anything I can do to prevent

[gentoo-user] Hoping someone can help explain distcc to me

2011-08-20 Thread Paul Hartman
Hi, I have a fast desktop computer and a slow laptop. Both are ~amd64 Gentoo. After some of the recent discussions about Gentoo on slow devices, I thought I'd dust off the laptop and try to bring it up to date. I'd like to use distcc to make the desktop do all the compiling during emerges. I've

[gentoo-user] Re: Some essential packages fail to compile

2012-09-08 Thread Andrea Conti
http://www.gentoo.org/doc/en/cross-compiling-distcc.xml I also read it far before I wrote my email. In case I wasn't clear in my other email, what you should be paying attention to are the instructions under 'Configuring distcc to cross-compile correctly'. Of course, the instructions

Aw: [gentoo-user] Re: Some essential packages fail to compile

2012-09-08 Thread Roland Häder
$ FEATURES=-distcc emerge klibc Thanks. :) Roland

[gentoo-user] distcc problems: Ok from commandline, but emerge ignores it...

2012-10-14 Thread meino . cramer
Hi, since my PC /and/ my embedded singlecomputer are involved, I dont know whether this is a normal GENTOO subject or a embedded GENTOO one... What I want: From my embedded system (Beaglebone) I want to sent compilation jobs to my PC. I set up cross-compiler on my PC, configured distcc

Re: [gentoo-user] Upgrade Question

2013-11-02 Thread wabenbau
Am Samstag, 02.11.2013 um 11:55 schrieb Silvio Siefke siefke_lis...@web.de: Hey, what is with distcc? When i understand correct that can use to share the merge process. Can i use with diffrent arch? I use gentoo on netbook with atom and amd64 and some rootserver with same arch and a p4

Re: [gentoo-user] distcc implementation failure

2015-02-20 Thread Daniel Frey
On 02/20/2015 05:19 PM, Andrew Savchenko wrote: Looks like you are using pump mode. Disable it and use normal distcc. Yes, I read about how it works and enabled it. Of course I didn't think of that when these errors happened. I'll try disabling that shortly. Yes, there is. Create a file /etc

Re: [gentoo-user] distcc configuration

2005-06-16 Thread Catalin Trifu
Hi, In order for distcc to actually work there are a few steps to make: If you have one machine 192.168.0.1 second 192.168.0.2 and assuming 192.168.0.1 is the power These are the things you should do on the slow machine (there may be more, i've done it some time ago

Re: [gentoo-user] distcc: different arch (amd64, x86)

2008-05-03 Thread Norberto Bensa
Quoting deface [EMAIL PROTECTED]: http://gentoo-wiki.com/TIP_AMD64-x86-distcc Thanks. Thanks. Thanks!!! BTW, nice handbook. After 6 years, clean boot in the first try. Gentoo's Docs rocks! This message was sent using IMP

[gentoo-user] distcc with other distro (Debian)

2007-08-02 Thread Kacper Goc
I'm using Gentoo on my Dell Latitide D610 laptop. I also have root access to Dell PowerEdge 860 server with 2 Xeon processors running under Debian. Is there any way to configure portage/distcc to compile on server? Regards, Kacper Goc -- Navigare necesse est, vivere non est necesse. -- [EMAIL

Re: [gentoo-user] ERROR : sys-libs/db-4.5.20_p2 failed - econf failed

2007-09-14 Thread Jean-Philippe Caruana
Marzan, Richard non Unisys a écrit : Are you using ccache or distcc. Safe optimizations are -O2 with-march= and -fomit-frame-pointer. no, i'm not using ccache or distcc -- Jean-Philippe Caruana -- [EMAIL PROTECTED] mailing list

[gentoo-user] Cross-compiling

2007-10-19 Thread Michael Sullivan
I've read over the guide at http://www.gentoo.org/doc/en/cross-compiling-distcc.xml about cross-compiling with distcc. This may be a really stupid question, but how do I force my slow box to use cross-compiling via distcc? Is there some special option I have to pass to emerge to invoke

[gentoo-user] Distcc using a x86-hardened and a pentium4 host

2006-03-07 Thread Kai Kuehne
Hi. I have a server and I'm planning to install the 2006.0 x86-hardened stage 3. I want to use distcc for the server and my laptop. My question: Is the hardened x86 gcc and the normal pentium4-stage gcc compatible? Thank You Kai -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Distcc using a x86-hardened and a pentium4 host

2006-03-08 Thread Zac
Here is the gentoo distcc guild that says you should not run distcc on hardened host for a not hardened system. http://mirror.eacoss.org/documentation/gentoo/distcc.html However, I currently have an amd64 system that runs distccd that my celeron laptop and p3 media pc use with no issues. -Zac

Re: [gentoo-user] Sync'ing and compiling pkgs for multiple PCs

2008-07-31 Thread Simon
I would perhaps do some more investigation start a new thread about distcc problems. Yup, I'll do this major update on friday and report here about any issues strictly related to emerge and distcc. However, no news is good news! =) Thanks

Re: [gentoo-user] distcc trivial issue (i'm sure)

2008-08-02 Thread Roger Mason
Simon [EMAIL PROTECTED] writes: I have scp all distcc config files to all hosts, One possibility is that you forgot to edit each /etc/conf.d/distccd file to _listen_ on its own IP address. HTH, Roger

Re: [gentoo-user] Re: how do I know if the distcc works or not?

2005-06-12 Thread Neil Bothwick
On Sun, 12 Jun 2005 23:07:21 + (UTC), James wrote: Is there a kde equivalent for monitoring distcc? Run the text monitor in Konsole? ;-) -- Neil Bothwick Few women admit their age. Few men act theirs. pgpVIDPByJQvC.pgp Description: PGP signature

Re: [gentoo-user] distcc configuration

2005-06-16 Thread Zac Medico
michael higgins wrote: I have a couple of questions about using distcc. I have two machines. One is significantly faster than the other, both x86 (pentium 2 and amd athlon-xp). I've followed the http://www.gentoo.org/doc/en/distcc.xml instructions for configuring portage to use distcc

[gentoo-user] Distcc borkage: Connection reset by peer

2007-06-05 Thread PaulNM
Hi all, Distcc seems to not be working properly on one or all of my 3 systems. I have : Galactica 192.168.1.22 Pentium 2 (Problem system) Robotech 192.168.1.40 Pentium 3 Optimus 192.168.1.80 AMD64 AthlonX2 (crossdev setup) All are Gentoo with distcc installed and configured. Optimus

Re: [gentoo-user] EMERGENCY - GCC GONE!

2006-05-31 Thread Ryan Tandy
Iain Buchanan wrote: On Wed, 2006-05-31 at 16:28 -0700, Lord Sauron wrote: My best idea has been to try and distcc with my desktop I assumed the presence of a separate desktop machine from this comment. His desktop is a Windows machine, running distcc under Cygwin. -- gentoo-user

Re: [gentoo-user] Re: need help tuning distcc

2006-09-28 Thread John Blinka
Catalin Trifu wrote: Hi, Is FEATURES properly set in /etc/make.conf. Yes, FEATURES=distcc I think you should use distcc-config --set-hosts to set the compiling farm hosts and localhost is not necessary. I've used distcc-config. All it does is write to /etc/distcc/hosts

[gentoo-user] distcc

2007-01-05 Thread sean
I am reading over the info on distcc so that I might be able to setup an older P4 1.3 Ghz system to have help compiling from my dual Opteron (amd64 mode). I only want the Opteron to help the P4, not the other way around, the Opteron does not need the help. Is that configurable

Re: [gentoo-user] distcc

2007-01-05 Thread sean
John Blinka wrote: I think this is backwards. The cross compiler should be on the Opteron box, since distcc is asking the Opteron box to produce 32 bit code for the P4 box. Check this out. Look at the line highlighted in green. http://www.gentoo.org/doc/en/cross-compiling-distcc.xml

  1   2   3   4   5   6   7   8   9   10   >