racket-lang-org icon indicating copy to clipboard operation
racket-lang-org copied to clipboard

Build error due to out-of-date version

Open samth opened this issue 4 years ago • 4 comments

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

samth avatar Dec 06 '19 21:12 samth

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.

mflatt avatar Dec 06 '19 22:12 mflatt

Should we exclude these from compilation by raco setup then?

samth avatar Dec 06 '19 22:12 samth

That could work, probably.

mflatt avatar Dec 06 '19 22:12 mflatt

should this be closed?

spdegabrielle avatar Jun 02 '20 16:06 spdegabrielle