[distcc] Samba

Andrew Walrond andrew at walrond.org
Sun Feb 1 10:10:22 GMT 2004


On Sunday 01 Feb 2004 10:00 am, Martin Pool wrote:
>
> Congratulations, you have experienced a famous samba delicacy. ;-)
> Somehow you have lost your proto.h file, and samba does not
> automatically rebuild it (for reasons I disagree with).  Try "make
> proto" and it will be OK again.  It has nothing to do with distcc or
> even parallel builds.
>

Hi Martin. 

But....
	<unpack tarball>
	./configure
	make
...works fine.

Stick -j3 on the make and it fails with the errors I posted. So as I said, 
parallel build is broken, with or without distcc.

Or are you suggesting the build process should be

	./configure
	make proto
	make -j3

?

Andrew




More information about the distcc mailing list