<waben...@gmail.com> writes: > Frank Steinmetzger <war...@gmx.de> wrote: > >> On Mon, Jan 04, 2016 at 09:48:42PM +0100, waben...@gmail.com wrote: >> >> > P.S.: distccmon is a good tool to watch the compilation processes. >> >> I never got it to display anything. I just tried it again: synced >> portage and ran a world update -- 16 Packages, among them >> kdevplatform, a lengthy Qt package (which by the way is one of those >> who benefit greatly from compression if distcc’ed over a slow >> network). >> >> At no time during building did I see any activity in distccmon-gui. I >> started it on both client and server and as my own user as well as >> root. Nada. Can you give a suggestion? Thanks. >> > > I remembered something: > > It is important to use the same value for the DISTCC_DIR environment > variable as the user running the client and that this directory is > readable by the user that is running distccmon.
Hm. Are you saying you can run it only on the client? Oh, I can see it now! Preprocessing seems to be done on localhost only, and some compilation, too. Some is compiled on the server. I tried to remove 'distcc' and leaving only 'distcc-pump' in make.conf to force preprocessing to the server. With that, nothing shows up. Is there a way to offload the preprocessing to the server, and can compiling on localhost be avoided as much as possible somehow?