racket / racket-lang-org

Other
67 stars 58 forks source link

Build error due to out-of-date version #110

Open samth opened 4 years ago

samth commented 4 years ago

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
mflatt commented 4 years ago

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.

samth commented 4 years ago

Should we exclude these from compilation by raco setup then?

mflatt commented 4 years ago

That could work, probably.

spdegabrielle commented 4 years ago

should this be closed?