[distcc] distcc fails when building linux kernel on gentoo

Michelasso qzerty at gmail.com
Thu Feb 24 09:17:47 GMT 2005


On Thu, 24 Feb 2005 20:01:59 +1100, Martin Pool <mbp at sourcefrog.net> wrote:

> > I don't think this is the problem since gcc is newer in the pc where
> > the distributed compilation fails (3.3.5 vs 3.3.4). Moreover the flag
> > declaration-after-statement is present in both Makefiles in the two
> > pc's, and since it does not cause any problem when building locally, I
> > am starting to suspect this is a bug of the distcc implementation on
> > Gentoo.
> 
> Please try compiling a file with that option on both machines.

Building the linux kernel locally on both machines isn't enough (since
this operation uses the Makefile, and in both Makefiles* that option
is present)?

*the line in the Makefile is:
# warn about C99 declaration after statement
CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)


More information about the distcc mailing list