Re: [racket-dev] Build error

2015-01-07 Thread Matthew Flatt
I wasn't able to replicate the problem, but I think I see what could go wrong. I've pushed an attempt at a repair. At Wed, 7 Jan 2015 18:31:35 +0100, Jens Axel Søgaard wrote: Hi All, I got a contract when I tried to build racket. Any ideas? The main error is below. Entire log is here:

Re: [racket-dev] Build error

2015-01-07 Thread Jens Axel Søgaard
It worked. Thanks! 2015-01-07 18:45 GMT+01:00 Matthew Flatt mfl...@cs.utah.edu: I wasn't able to replicate the problem, but I think I see what could go wrong. I've pushed an attempt at a repair. At Wed, 7 Jan 2015 18:31:35 +0100, Jens Axel Søgaard wrote: Hi All, I got a contract when I

[racket-dev] Build error

2015-01-07 Thread Jens Axel Søgaard
Hi All, I got a contract when I tried to build racket. Any ideas? The main error is below. Entire log is here: https://gist.github.com/soegaard/aa8ea014e043a899a5a2 /Jens Axel package-source-name+type: contract violation expected: (or/c #f (or/c (quote name) (quote file) (quote dir)

Re: [racket-dev] build error with gcc 4.5.2

2011-09-12 Thread Sam Tobin-Hochstadt
That fixed the problem, thanks. On Mon, Sep 12, 2011 at 11:42 AM, Matthew Flatt mfl...@cs.utah.edu wrote: I think the problem is that I changed xform without adjusting the version number as I should have. A fresh build directory or throwing out build/racket/gc2/xform-collects and

[racket-dev] build error

2011-07-16 Thread Stephen Bloch
... raco setup: post-installing: racket/gui raco setup: raco setup: error: during making for tests/drracket raco setup: /Users/bloch/programming/plt/collects/wxme/compiled/comment_rkt.dep::55: read: illegal use of . make[1]: *** [install-3m] Error 1 make: *** [install] Error 2 What gives?

[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:

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: ---

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

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: