[distcc] Re: 0.14 released

Michael Santy mike.santy at dynetics.com
Mon Nov 18 13:49:02 GMT 2002


Looks like some good work has been put into this.  However, I'm still 
having a problem compiling on irix.  The change to compile is below.

Line 281 of exec.c should be changed from:

return waitpid(pid, status);

to:

return waitpid(pid, status, options);

to compile on IRIX 6.5

Mike

Martin Pool wrote:

> distcc 0.14 contains fixes for just a couple of bugs discovered in the
> last week.
>
> distcc-0.14  "no agonizing hanging weights"  2002-11-13
>
>   BUG FIXES:
>
>     * Take lock on localhost only when compiling locally, not for all
>       compilations.  This removes the accidental limit of only 4 
> overall jobs.
>       (Martin Pool)
>
>     * Fix Makefile bug that caused HTML documentation to be missing 
> from the
>       distribution tarball.  (Frerich Raabe, Martin Pool)
>
>     * Make PreprocessPlainText_Case run in appropriate subdirectory. 
> (Martin
>       Pool)
>
>
>   PORTABILITY:
>
>     * Test for wait4 and wait3, which are missing on IRIX.  (Mike Santy,
>       Martin Pool)
>
>
>   DOCUMENTATION:
>
>     * Include example init.d script.  (Jason Thomas)
>






More information about the distcc mailing list