[racket-dev] build error on Mac OS

2011-04-29 Thread Stephen Bloch
% 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
sbl...@adelphi.edu


_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] build error on Mac OS

2011-04-29 Thread Robby Findler
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 sbl...@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
 sbl...@adelphi.edu


 _
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] build error on Mac OS

2011-04-29 Thread Eli Barzilay
Two minutes ago, Robby Findler wrote:
 This happens whenever there is an error during the docs build and
 the build is running parallel.

BTW, the actual error was also stopping the nightly build:

raco setup: running: redex/redex.scrbl
redex.scrbl:2355:49: compile: unbound identifier in module in: vc-append

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] build error on Mac OS

2011-04-29 Thread Robby Findler
On Fri, Apr 29, 2011 at 7:49 AM, Eli Barzilay e...@barzilay.org wrote:
 Two minutes ago, Robby Findler wrote:
 This happens whenever there is an error during the docs build and
 the build is running parallel.

 BTW, the actual error was also stopping the nightly build:

 raco setup: running: redex/redex.scrbl
 redex.scrbl:2355:49: compile: unbound identifier in module in: vc-append

Oh, right! Duh. Sorry about that. I've pushed a fix (and I waited for
the docs to build this time...)

Robby
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev