bug-guix
[Top][All Lists]
Advanced

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

Re: Bug: missing interface for module (gnutls)


From: Mark H Weaver
Subject: Re: Bug: missing interface for module (gnutls)
Date: Sun, 17 Feb 2013 09:19:43 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Nikita Karetnikov <address@hidden> writes:
> This commit is buggy.

I don't see how this could have anything to do with my commit.  (gnutls)
needs to be in Guile's load path when (guix build download) is compiled,
and in your case it apparently isn't.  That must be a problem with your
specific configuration.  I think the reason it came up now is because my
commit changed configure.ac, which forced a more complete rebuild than
usual.

My commit changes the code that sets the guile load path from within the
'guix' script.  However, (gnutls) is not part of guix and therefore it
is not guix's responsibility to ensure that it is in the guile load
path.  Furthermore, this didn't happen when you ran the 'guix' script,
but rather while compiling (guix build download) using guild.  The code
I changed has nothing to do with that.

     Mark



reply via email to

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