> I'm having a hard time tring to understand ,trace output. I get why, it's because guile-ssh is not in my %load-path. So loading "ssh/session.scm" fails in "source-module-dependencies".
It's a bit of a vicious circle here : if resolve-interface '(ssh session) fails, depends-on-guile-ssh? will fail too. I'm note sure we can depend on source-module-closure to do the job here. Mathieu