Closed GoogleCodeExporter closed 9 years ago
> some params is tranfered,but not all . I found that the
> params "-I" ,"-isystem","-DXX" ,"-MD","-MF" did NOT be
> transmit to distcc.
These are preprocessor options. Distcc runs the preprocessor (cpp) on the
localhost before dispatching the task. These options are deliberately removed
before dispatching the remote task (distcc.log:18).
This is standard distcc operation and does not generally cause build failures.
> I guess this the key why the distcc can not build
> succssed .But,i do not know why ?
You will have to look at the STDERR from the remote host to know more why it
failed.
Original comment by mand...@gmail.com
on 16 Feb 2013 at 11:03
Try "source ./build/envsetup.sh" instead of "./build/envsetup.sh".
Original comment by fergus.h...@gmail.com
on 16 Feb 2013 at 1:24
I notice that one of the arguments to the compiler is
@out/target/product/generic/obj/STATIC_LIBRARIES/libc_common_intermediates/impor
t_includes
I think this is the old DOS response file syntax, where the contents of that
file is additional arguments to the compiler.
See related issue 85
<http://code.google.com/p/distcc/issues/detail?id=85&q=response> which is about
support for response files in pump mode.
Original comment by fergus.h...@gmail.com
on 16 Feb 2013 at 2:04
to mand...@gmail.com :
when i execute the command ,the STDERR is null. Maybe all the info has been
included in the distccd.log as i attached?
to fergus.h...@gmail.com :
i did not use the pump mode . And you mean that i should use the pump mode? ok,i will try.
Original comment by xio...@gmail.com
on 18 Feb 2013 at 3:18
to fergus.h...@gmail.com :
well, i tried the pump mode and the log are attached .
BTW, In my enviroment ,there are two machines. One is 195 ,the other is 132.
On 195, I installed both client and server ;on 132 ,i only installed server .
And the command of "make" is triggered on 195. That is why the attachments are involved distcc_195,distccd_195 and distccd_132. The rest of attachment(build_bootimage_pump) is the output of "make.." command.
I am not sure whether i could deploy the solution of
<http://code.google.com/p/distcc/issues/detail?id=85&q=response> ,can you give
me some advice? thank you .
Original comment by xio...@gmail.com
on 18 Feb 2013 at 6:49
Attachments:
hi, I just tried that ,when i took the @....../import_includes out of the
command line ,I really found that the positive signal in the distccd.log .
It seems that the @....../import_includes is the key.
Since the import_includes is necessary on my condition ,maybe i will modify the
source of distcc and rebuild it..
I have consulted the http://code.google.com/p/distcc/issues/detail?id=85 , but
the patch seems to be not acceptable.
Can you give me some advice?
thank you very much.
Original comment by xio...@gmail.com
on 18 Feb 2013 at 9:34
> I have consulted the [issue 85], but the patch seems to be not acceptable.
> Can you give me some advice?
Another patch for that issue will be provided shortly. The existing one is not
acceptable for inclusion, but may be enough to resolve your issue if you apply
it on your local copy. There are some faults with its handling though, so use
at your own risk.
Original comment by mand...@gmail.com
on 18 Feb 2013 at 10:29
[deleted comment]
[deleted comment]
Original comment by fergus.h...@gmail.com
on 15 Apr 2013 at 9:42
Original issue reported on code.google.com by
xio...@gmail.com
on 16 Feb 2013 at 9:39Attachments: