bug#61598: guile 3.0.9 missing module ice-9/readline.scm

2023-02-18 Thread pell
The Guile 3.0 manual mentions "(use-modules (ice-9 readline))", but the 
module appears to be missing from the Guile 3.0.9 source code tarball. I 
noticed the issue was brought up for version 3.0.9 RC1, but the bug was 
closed. Has the module been intentionally removed for some reason? I 
found it useful as it is included with the Guile in the Debian 
repositories.






bug#61599: regarding "guile 3.0.9 missing module ice-9/readline.scm"

2023-02-18 Thread pell
Please disregard my previous bug report: "guile 3.0.9 missing module 
ice-9/readline.scm". I realized what the problem was afterwards. The 
module readline.scm is in a separate location in the source tarball and 
wasn't included with the other ice-9 modules because I forgot to install 
the readline dev libraries in my latest installation. Sorry about any 
hassle.