<div dir="ltr">Going back in this thread, I think that changing which files DrRacket compiles is not the right direction to go to solve the problem discussed here. The problem is that planet2 is running raco setup in a strange configuration. Avoiding compiling files will not solve this problem.<div>
<br></div><div>Robby</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Feb 2, 2013 at 4:31 PM, Robby Findler <span dir="ltr">&lt;<a href="mailto:robby@eecs.northwestern.edu" target="_blank">robby@eecs.northwestern.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Planet 1 explicitly deals with this by having the runtime system give it access to the original parameterization, which it picks and chooses parameters from to restore (to make sure that this kind of thing doesn&#39;t happen).<span class="HOEnZb"><font color="#888888"><div>

<br></div><div>Robby</div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Feb 2, 2013 at 4:08 PM, Danny Yoo <span dir="ltr">&lt;<a href="mailto:dyoo@hashcollision.org" target="_blank">dyoo@hashcollision.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>&gt;&gt;&gt; &gt;&gt; I&#39;m not sure if this is a bug or not, so I&#39;m bringing it up on the<br>
&gt;&gt;&gt; &gt;&gt; list.  But when I do the following:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; #lang racket<br>
&gt;&gt;&gt; &gt;&gt; (require compiler/cm)<br>
&gt;&gt;&gt; &gt;&gt; (manager-compile-notify-handler displayln)<br>
&gt;&gt;&gt; &gt;&gt; (managed-compile-zo<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &quot;/home/samth/sw/plt/collects/tests/typed-racket/succeed/null-program.rkt&quot;)<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Then the compiler places the compiled files in the<br>
&gt;&gt;&gt; &gt;&gt; `compiled/drracket/` directory, and looks for compiled files there as<br>
&gt;&gt;&gt; &gt;&gt; well.<br>
<br>
<br>
</div>Reviving this thread.  This is exactly the root of the issue hitting<br>
Neil Toronto with that weird reader error with Optimization Coach.<br>
<br>
<br>
When we&#39;re installing PLaneT2 packages, part of the process reruns a<br>
raco setup.  At that point, raco setup is running under a context of<br>
that customized bytecode compiler/module loader.  In fact, it starts<br>
compiling the rest of the collects under that custom<br>
DrRacket-compiling context, and I see the following after executing:<br>
<br>
<br>
---<br>
raco setup: version: 5.3.2 [3m]<br>
raco setup: variants: 3m<br>
raco setup: main collects: /Applications/Racket v5.3.2/collects<br>
raco setup: collects paths:<br>
raco setup:   /Users/dyoo/Library/Racket/5.3.2/collects<br>
raco setup:   /Applications/Racket v5.3.2/collects<br>
raco setup: --- pre-installing collections ---<br>
raco setup: --- compiling collections ---<br>
raco setup: making: racket<br>
raco setup:  in racket<br>
raco setup:  in racket/base/lang<br>
raco setup:  in s-exp/lang<br>
raco setup:  in syntax<br>
raco setup:  in racket/contract<br>
raco setup:  in racket/contract/private<br>
raco setup:  in setup<br>
raco setup:  in racket/private<br>
raco setup:  in config<br>
raco setup:  in compiler/private<br>
raco setup:  in setup/private<br>
raco setup:  in planet<br>
raco setup:  in planet/private<br>
raco setup:  in racket/unsafe<br>
raco setup:  in syntax/private<br>
raco setup:  in racket/private/lang<br>
raco setup:  in mzlib<br>
raco setup:  in mzscheme<br>
raco setup:  in scheme<br>
raco setup:  in mzscheme/lang<br>
raco setup:  in mzlib/private<br>
raco setup:  in syntax/parse<br>
raco setup:  in syntax/parse/private<br>
raco setup:  in compiler<br>
raco setup:  in unstable<br>
raco setup:  in syntax/parse/experimental<br>
raco setup:  in racket/match<br>
raco setup:  in syntax/parse/experimental/private<br>
raco setup:  in racket/draw/private<br>
raco setup:  in ffi/unsafe<br>
raco setup:  in ffi<br>
raco setup:  in racket/draw/unsafe<br>
raco setup:  in file<br>
raco setup:  in racket/draw<br>
raco setup:  in rackunit<br>
raco setup:  in rackunit/private<br>
raco setup:  in racket/gui<br>
raco setup:  in racket/place/private<br>
raco setup:  in mred<br>
raco setup:  in mred/private<br>
raco setup:  in scheme/private/lang<br>
raco setup:  in scheme/private<br>
raco setup:  in scheme/base/lang<br>
raco setup:  in racket/snip/private<br>
raco setup:  in mred/private/wx<br>
raco setup:  in mred/private/wx/common<br>
raco setup:  in mred/private/wxme<br>
raco setup:  in racket/lang<br>
raco setup:  in scheme/private/provider/lang<br>
raco setup:  in scheme/private/provider<br>
raco setup:  in scheme/lang<br>
raco setup:  in compatibility<br>
raco setup: --- parallel build using 4 processes ---<br>
raco setup: 3 making:<br>
/Users/dyoo/Library/Racket/5.3.2/pkgs/installed/sxml/sxml (sxml)<br>
raco setup: 2 making: scribblings/main/user<br>
raco setup: 3 making:<br>
/Users/dyoo/Library/Racket/5.3.2/pkgs/installed/sxml/sxml/scribblings<br>
raco setup: 3 making:<br>
/Users/dyoo/Library/Racket/5.3.2/pkgs/installed/sxml/sxml/ssax (ssax)<br>
raco setup: --- updating info-domain tables ---<br>
raco setup: updating: &lt;user&gt;/info-domain/compiled/cache.rktd<br>
raco setup: --- creating launchers ---<br>
raco setup: --- building documentation ---<br>
link: bad variable linkage;<br>
 reference to a variable that has the wrong procedure or structure-type shape<br>
  reference phase level: 0<br>
  variable module: &quot;/Applications/Racket v5.3.2/collects/syntax/location.rkt&quot;<br>
  variable phase: 0<br>
  reference in module: &quot;/Applications/Racket<br>
v5.3.2/collects/racket/date.rkt&quot; in: module-name-fixup<br>
---<br>
<br>
<br>
At this point forward, I think the following is happening: it appears<br>
that once this happens, things are completely hosed because DrRacket<br>
is somehow loading both DrRacket-specific bytecode for some modules,<br>
and others with the standard bytecode.  The mix leads to the linkage<br>
errors.<br>
<br>
Does this explanation sound plausible?<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>