gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make distcheck failure in gnutls-guile 'ERROR: no code for module (g


From: Ludovic Courtès
Subject: Re: make distcheck failure in gnutls-guile 'ERROR: no code for module (gnutls)'
Date: Thu, 19 Jan 2012 23:32:21 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Hi Simon,

Simon Josefsson <address@hidden> 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?
>
> address@hidden:~/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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]