[racket] Package fails to compile during 'make in-place' but not 'raco pkg install'
When I attempt to run a 'make in-place' on the head of the racket repo with
the package 'opengl' installed, the make fails with this error:
raco setup: found undeclared dependency:
raco setup: mode: run
raco setup: for package: "opengl"
raco setup: on package: "srfi-lite-lib"
raco setup: dependent source:
/Applications/Racket/racket/share/pkgs/opengl/opengl/compiled/readspec_rkt.zo
raco setup: used module: (lib "srfi/13.rkt")
raco setup: --- summary of missing dependencies ---
raco setup: undeclared dependency detected
raco setup: for package: "opengl"
raco setup: on package:
raco setup: "srfi-lite-lib"
make[1]: *** [plain-in-place] Error 1
make: *** [in-place] Error 2
but if i remove the opengl package via 'raco pkg remove opengl', run 'make
in-place' and reinstall via 'raco pkg install opengl', I get no errors.
Anyone know why/how to fix?
--Spencer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20131219/01abeeeb/attachment.html>