<div dir="ltr">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:<br><br><div>raco setup: found undeclared dependency:</div>
<div>raco setup:   mode: run</div><div>raco setup:   for package: "opengl"</div><div>raco setup:   on package: "srfi-lite-lib"</div><div>raco setup:   dependent source: /Applications/Racket/racket/share/pkgs/opengl/opengl/compiled/readspec_rkt.zo</div>
<div>raco setup:   used module: (lib "srfi/13.rkt")</div><div>raco setup: --- summary of missing dependencies ---</div><div>raco setup: undeclared dependency detected</div><div>raco setup:   for package: "opengl"</div>
<div>raco setup:   on package:</div><div>raco setup:    "srfi-lite-lib"<br><div>make[1]: *** [plain-in-place] Error 1</div><div>make: *** [in-place] Error 2</div><br>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.<br>
<br>Anyone know why/how to fix?<br><br>--Spencer</div></div>