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: Tue, 17 Jan 2012 23:11:11 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Hi,

Simon Josefsson <address@hidden> skribis:

> address@hidden (Ludovic Courtès) writes:
>
>> Hi Simon,
>>
>> Simon Josefsson <address@hidden> 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

That’s another $(builddir) != $(srcdir) issue.  Can you check whether
f02628b3c9577e9a5a1fcaa87bdd2759fbd7011c fixes the problem?

The regression was introduced in
9d31ac4504a6cbaa1cf701efed301961f4ad5359, which changed
modules/gnutls.scm to be generated, and thus in $builddir instead of
$srcdir.

Sorry about that!

Ludo’.



reply via email to

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