Description of problem: guile-tools tries to find tools in /usr/share/guile/1.6.4 directory which is not exist. There is /usr/share/guile/1.6 directory instead. Version-Release number of selected component (if applicable): guile-1.6.4-14 How reproducible: Always Steps to Reproduce: 1. Install guile 2. type guile-tools 3. Actual results: List of available tools should be written to the console Expected results: Error message is written Additional info: The solution is to create symbolic link 1.6.4 -> 1.6 Additionally, you can install some old tools ported from guile-1.4 (c2x, make-module-catalog, scan-md-module, slurp) from this package: http://ai.king.net.pl/guile-1.6-missing-tools.tar.gz guile-tools can use them.
Fixed in latest devel package. Read ya, Phil