racket-lang-org
racket-lang-org copied to clipboard
Build error due to out-of-date version
Every time I re-build Racket with a new VM version, I get an error like this from this package:
read-compiled-linklet: version mismatch expected: "7.5.0.9" found: "7.5.0.2" in: /home/samth/sw/plt/extra-pkgs/racket-lang-org/rcon/2019/compiled/ta6le/pollen_rkt.zo
compilation context...:
/home/samth/sw/plt/extra-pkgs/racket-lang-org/rcon/2019/text.svg.pm
context...:
raise-read-error
Pollen does unusual things with the load handler, and I'm not sure how to fix the problem — but I plan to revisit this after an attempt to rewrite the compilation manager in the near future.
Should we exclude these from compilation by raco setup
then?
That could work, probably.
should this be closed?