racket2nix icon indicating copy to clipboard operation
racket2nix copied to clipboard

Problem: After bump to 7.3, quick install fails a lot

Open clacke opened this issue 6 years ago • 1 comments

In particular it seems to fail for some packages depending on scheme-lib. This makes builds very slow, many times slower.

Quick install fails when you try to build foo, which depends on bar, but when you do setup on foo, it tries to recompile some files in bar, even though bar is already compiled.

PLT_COMPILED_FILE_CHECK = "exists"; does not make this go away.

clacke avatar Jun 23 '19 03:06 clacke

It's not every package depending on scheme-lib. E.g. r5rs-lib is fine.

clacke avatar Jun 23 '19 04:06 clacke