--- Begin Message ---
Subject: |
make check FAILs: publish.scm store.scm |
Date: |
Thu, 25 Feb 2021 14:51:29 +0000 |
User-agent: |
Cyrus-JMAP/3.5.0-alpha0-141-gf094924a34-fm-20210210.001-gf094924a |
I'm seeing two failures when running the guix test suite on HEAD (c1da9829f8b6)
publish.scm "with cache" fails on line 456:
(= #o644 (stat:perms (lstat nar)))
which seems to be due to umask:
$ umask
0002
If I set umask to 022, the test passes.
The second failure is a crash in store.scm, which appears to be due to %shell
being initialized to #f. I run make check inside guix environment guix --pure .
Before running make check, SHELL=/bin/bash , so I'm not sure how (getenv
"SHELL") would return #f.
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#46772: make check FAILs: publish.scm store.scm |
Date: |
Sun, 17 Nov 2024 21:26:07 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello,
Leo Famulari <leo@famulari.name> writes:
> On Thu, Feb 25, 2021 at 02:51:29PM +0000, Sanne Wouda wrote:
>> I'm seeing two failures when running the guix test suite on HEAD
>> (c1da9829f8b6)
>>
>> publish.scm "with cache" fails on line 456:
>>
>> (= #o644 (stat:perms (lstat nar)))
>>
>> which seems to be due to umask:
>>
>> $ umask
>> 0002
>>
>> If I set umask to 022, the test passes.
>
> I wonder if this is the same as <https://bugs.gnu.org/46413>
>
>> The second failure is a crash in store.scm, which appears to be due
>> to %shell being initialized to #f. I run make check inside guix
>> environment guix --pure . Before running make check, SHELL=/bin/bash
>> , so I'm not sure how (getenv "SHELL") would return #f.
>
> I submitted a patch for this:
>
> https://bugs.gnu.org/46445
This was merged and tests/publish.scm passes on master. Closing.
--
Thanks,
Maxim
--- End Message ---