schemedoc / srfi-metadata

Import SRFI metadata into the Scheme API
https://docs.scheme.org/srfi/support/
MIT License
10 stars 2 forks source link

./generate.sh exits with error #31

Closed jpellegrini closed 3 years ago

jpellegrini commented 3 years ago

Not sure what happened...

vicare.sh
ypsilon.sh
Scraped.

standard-module-name-resolver: collection not found
  for module path: sxml/sxpath
  collection: "sxml"
  in collection directories:
   /home/jeronimo/.racket/7.9/collects
   /usr/share/racket/collects
   ... [161 additional linked and package directories]
lassik commented 3 years ago

Racket is not finding the sxml package. For some reason, it sometimes loses packages that you have already installed previously. Try raco pkg install sxml.

jpellegrini commented 3 years ago

Thanks, that worked!