Re: [racket-dev] Compilation dependencies

2013-07-10 Thread Matthew Flatt
Thanks for the additional information. Something definitely went wrong, but I don't have any idea what happened, and I haven't been able to provoke similar behavior myself. At Wed, 10 Jul 2013 20:13:22 -0400, Carl Eastlund wrote: > There were some dependency errors: > > raco setup: --- checking p

Re: [racket-dev] Compilation dependencies

2013-07-10 Thread Carl Eastlund
There were some dependency errors: raco setup: --- checking package dependencies --- raco setup: found undeclared dependency: raco setup: mode: build raco setup: for package: "errortrace-lib" raco setup: on package: "compatibility-lib" raco setup: dependent source: zo-compile_rkt.dep raco

Re: [racket-dev] Compilation dependencies

2013-07-10 Thread Matthew Flatt
At Wed, 10 Jul 2013 19:41:44 -0400, Carl Eastlund wrote: > raco setup: pkgs/math/private/distributions/beta-dist.rkt:69:42: link: > module mismatch; > raco setup:possibly, bytecode file needs re-compile because > dependencies changed > > I got this error after updating my git checkout and ru

[racket-dev] Compilation dependencies

2013-07-10 Thread Carl Eastlund
raco setup: pkgs/math/private/distributions/beta-dist.rkt:69:42: link: module mismatch; raco setup:possibly, bytecode file needs re-compile because dependencies changed I got this error after updating my git checkout and running "make". If "make" and "raco setup" don't re-compile dependenci