> From: Andy Wingo <[email protected]> > > It looks like 1.9.5 alpha fails to install a file required by boot-9: > > quasisyntax.scm. > > It should be compiled into boot-9.go. Perhaps you are tweaking your > boot-9.scm after installation?
Sometimes the server runs guile in a chroot jail, and the script used to copy files into the jail is set up for 1.8, so it's probably missing the compiled files. -Mike
