[racket-dev] build error on Mac OS

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Fri Apr 29 08:46:02 EDT 2011

This happens whenever there is an error during the docs build and the
build is running parallel.

(I thought I had submitted a PR on this, but I can't seem to find it now.)

Robby

On Fri, Apr 29, 2011 at 6:14 AM, Stephen Bloch <sbloch at adelphi.edu> wrote:
> % make install
> ...
> raco setup: --- building documentation ---
> procedure loop: expects 1 argument, given 0
>
>  === context ===
> /Users/bloch/programming/plt/collects/racket/private/more-scheme.rkt:164:2: select-handler/no-breaks
>
> raco setup: error running: (lib redex/redex.scrbl)
> redex.scrbl:2355:49: compile: unbound identifier in module in: vc-append
> raco setup: error running: (lib version/version.scrbl)
> raco setup: error running: (lib web-server/scribblings/web-server.scrbl)
> While sending message to parallel-do worker: 1 error writing to stream port (Broken pipe; errno=32)
> make[1]: *** [install-3m] Error 1
> make: *** [install] Error 2
> [Winchester:plt/src/build] bloch% WORKER SEND MESSAGE ERROR error writing to stream port (Broken pipe; errno=32)
> WORKER SEND MESSAGE ERROR error writing to stream port (Broken pipe; errno=32)
> WORKER SEND MESSAGE ERROR error writing to stream port (Broken pipe; errno=32)
>
>
> This has happened several times in a row (even with a clean "make" in between).
>
>
> Stephen Bloch
> sbloch at adelphi.edu
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>



Posted on the dev mailing list.