bug-guix
[Top][All Lists]
Advanced

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

bug#39834: make check fails


From: zimoun
Subject: bug#39834: make check fails
Date: Wed, 07 Oct 2020 17:40:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Dear,

On Wed, 04 Mar 2020 at 15:32, Damien Cassou <damien@cassou.me> wrote:

>> Well, first about your "last" error: […]  It comes from the
>> environment variable SHELL which is not defined because of
>> '--pure'. So you need somehow to export SHELL or CONFIG_SHELL
>> otherwise, you will get an error from '(string-append "#!" %shell
>> "\nexit 42")' because Guile will not know '%shell'.
>
> I don't know (yet) how to do that so I have tried without --pure.

Well, I guess with the option ’-E SHELL’ or something like that.

--8<---------------cut here---------------start------------->8---
 -E, --preserve=REGEXP  preserve environment variables that match REGEXP
--8<---------------cut here---------------end--------------->8---


>> About the pack.log error, I am not able to reproduce your error:
>> which is about 'mksquashfs'. You should simply try:
>>
>>   make check TESTS="tests/pack.scm"
>
> I tried with and without --pure, the result is the same. I also tried
> without a guix environment:
>
> $ make check TESTS="tests/pack.scm"

[...]

> Log is attached.

--8<---------------cut here---------------start------------->8---
Backtrace:
In ice-9/threads.scm:
    390:8 19 (_ _)

[...]

In unknown file:
           0 (scm-error misc-error #f "~A ~S" ("no code for module" (gcrypt 
hash)) #f)

ERROR: In procedure scm-error:
no code for module (gcrypt hash)
--8<---------------cut here---------------end--------------->8---

It seems that you have not installed the package ’guile-gcrypt’.


Have you succeed to pass ’make check’ at the end?  What is the status?


All the best,
simon





reply via email to

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