Hello Guilers,
after a fresh checkout from the git repository the build fails with the
following error message:
make[3]: Entering directory `/SCHEME/guile/libguile'
cat alist.doc arbiters.doc array-handle.doc array-map.doc .... >
guile-procedures.texi || { rm guile-procedures.texi; false; }
guile: uncaught throw to misc-error: (dynamic-link file: ~S, message: ~S
(libguile-srfi-srfi-1-v-4 file not found) #f)
Cannot exit gracefully when init is in progress; aborting.
Hmm, the same thing happens when I run guile itself:
/SCHEME/guile$ meta/uninstalled-env guile
guile: uncaught throw to misc-error: (dynamic-link file: ~S, message: ~S
(libguile-srfi-srfi-1-v-4 file not found) #f)
Cannot exit gracefully when init is in progress; aborting.
Aborted
Any ideas what went wrong?
TIA Ralf Mattes