On Wed, Apr 27, 2011 at 11:05 PM, Ankit Manchanda <anki1...@gmail.com>wrote:
> > > -- > > Hello friends !! > > I was implementing distcc for my project in ERICSSON and have reached the > later stages. The problem I am facing now is an error in the build while > distcc tries to distribute it on another server. The build is running fine > when I am running it on the local host itself. The error occurs once i try > to distribute it across servers > > Host : 150.236.18.129 Sparc - Solaris 10 > Daemon : 150.236.18.142 Sparc - Solaris 10 > DISTCC_HOSTS="150.236.18.129 150.236.18.142" > > The log is as follows > > ... > 329 *CC: illegal option usage -xarch=sparcvis2* > What happens when you run the same compilation command directly on the daemon (150.236.18.142)? I suspect that the daemon machine has a different version of the OS or of the compiler, which doesn't support that option (-xarch=sparcvis2). > 330 distcc[23080] (dcc_r_token_int) got SOUT00000000 > 331 distcc[23080] (dcc_r_token_int) got DOTO00000000 > 332 distcc[23080] (dcc_unlock) release lock fd3 > 333 distcc[23080] ERROR: compile on 150.236.18.142 failed > 334 distcc[23080] elapsed compilation time 0.668721s > 335 distcc[23080] (dcc_exit) exit: code 1; self: 0.003526 user 0.012105 > sys; children: 0.259168 user 0.139177 sys > 336 distcc[23080] (dcc_cleanup_tempfiles) deleted 1 temporary files > 337 gmake[2]: *** [_fast/solaris/DUTP.o] Error 1 > > Its a very long message but i found the entire log relevant so posted it > here. Kindly help me with this. > Thank you in advance > > With regards > Ankit > > To succeed, change the "CAN I ?" into "I CAN !!" > Rise & Shine > > > > > __ > distcc mailing list http://distcc.samba.org/ > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/distcc > -- Fergus Henderson <fer...@google.com> "Defend the user, exclude no one, and create magic." -- Eric Schmidt.
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc