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

Simon Josefsson simon at josefsson.org
Tue Jan 17 16:12:40 CET 2012


ludo at gnu.org (Ludovic Courtès) writes:

> Hi Simon,
>
> Simon Josefsson <simon at josefsson.org> skribis:
>
>> I'm getting the error below on 'make distcheck'.  Any ideas?  There
>> haven't been any significant changes in the guile/ sub-directory for
>> quite a while, so I'm puzzled what triggered this.
>
> Can you try:
>
>   $ ./pre-inst-guile
>   guile> (use-modules (gnutls))
>
> Most likely guile-gnutls.so fails to be loaded for some reason–e.g.,
> unresolved symbols.

That works fine.  It is only when I run 'make distcheck' the problem
happens.  'make check' works.  Is there any way to make the code print
some more debugging information to allow me to pin-point the problem?
Right now it says:

ERROR: no code for module (gnutls)
FAIL: anonymous-auth.scm

/Simon




More information about the Gnutls-devel mailing list