I recently upgraded my system, which also upgraded racket from version 8.18 to 9.2. Now I want to run my project, which requires recompiling, but it doesn't seem to find raylib.
When running raco setup raylib, I get this error:
collection-path: collection not found
collection: "raylib"
I vaguely remember that this simply worked the last time.
I've also tried raco setup --clean, which also produces an error:
delete-file: cannot delete file
path: /usr/share/racket/collects/info-domain/compiled/cache.rktd
system error: Permission denied; errno=13
Not sure if this is even related. So, how can I get raylib to work again?