[racket-dev] release branch compile issue

2012-01-10 Thread Jordan Schatz
When compiling from the release branch make install dies with:

racket/racketcgc -u \
  ./../collects/setup/unixstyle-install.rkt \
  make-install-copytree ./.. \
  /home/jordan/bin//bin /home/jordan/bin//lib/racket/collects 
/home/jordan/bin//share/racket/doc /home/jordan/bin//lib 
/home/jordan/bin//include/racket /home/jordan/bin//lib/racket 
/home/jordan/bin//share/man no
/home/jordan/racket/collects/setup/compiled/unixstyle-install_rkt.zo::0: read 
(compiled): code compiled for version 5.2.0.5, not 5.2.0.900

 === context ===
standard-module-name-resolver

make[4]: *** [copytree-run] Error 1
make[4]: Leaving directory `/home/jordan/racket/src'
make[3]: *** [install-common-middle] Error 2
make[3]: Leaving directory `/home/jordan/racket/src'
make[2]: *** [install-3m-common] Error 2
make[2]: Leaving directory `/home/jordan/racket/src'
make[1]: *** [install-3m] Error 2
make[1]: Leaving directory `/home/jordan/racket/src'
make: *** [install] Error 2
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release branch compile issue

2012-01-10 Thread Robby Findler
Looks like you've somehow got multiple versions. Probably the easiest
thing is to delete your build directory and try again.

Robby

On Tue, Jan 10, 2012 at 10:16 AM, Jordan Schatz jor...@noionlabs.com wrote:
 When compiling from the release branch make install dies with:

 racket/racketcgc -u \
          ./../collects/setup/unixstyle-install.rkt \
          make-install-copytree ./.. \
          /home/jordan/bin//bin /home/jordan/bin//lib/racket/collects 
 /home/jordan/bin//share/racket/doc /home/jordan/bin//lib 
 /home/jordan/bin//include/racket /home/jordan/bin//lib/racket 
 /home/jordan/bin//share/man no
 /home/jordan/racket/collects/setup/compiled/unixstyle-install_rkt.zo::0: read 
 (compiled): code compiled for version 5.2.0.5, not 5.2.0.900

  === context ===
 standard-module-name-resolver

 make[4]: *** [copytree-run] Error 1
 make[4]: Leaving directory `/home/jordan/racket/src'
 make[3]: *** [install-common-middle] Error 2
 make[3]: Leaving directory `/home/jordan/racket/src'
 make[2]: *** [install-3m-common] Error 2
 make[2]: Leaving directory `/home/jordan/racket/src'
 make[1]: *** [install-3m] Error 2
 make[1]: Leaving directory `/home/jordan/racket/src'
 make: *** [install] Error 2
 _
  Racket Developers list:
  http://lists.racket-lang.org/dev

_
  Racket Developers list:
  http://lists.racket-lang.org/dev