make distcheck failure in gnutls-guile 'ERROR: no code for module (gnutls)'
Ludovic Courtès
ludo at gnu.org
Thu Jan 19 23:32:21 CET 2012
Hi Simon,
Simon Josefsson <simon at josefsson.org> skribis:
> Thanks, I've installed the patch. However it still doesn't work, now
> one of the tests fails (see make check output below). The test looks
> quite simple to me, but I can't seem to get a backtrace?
>
> jas at latte:~/src/gnutls/guile master$ ./pre-inst-guile
> guile> (use-modules (gnutls)
> (gnutls build tests))
> guile> (run-test
> (lambda ()
> (let ((s (make-session connection-end/server)))
> (catch 'gnutls-error
> (lambda ()
> (handshake s))
> (lambda (key err function . currently-unused)
> (and (eq? key 'gnutls-error)
> err
> (string? (error->string err))
> (eq? function 'handshake)))))))
Can you try just the ‘let’ expression? (‘run-test’ swallows any
exceptions and calls (exit 1).)
Thanks,
Ludo’.
More information about the Gnutls-devel
mailing list