unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46772: make check FAILs: publish.scm store.scm
@ 2021-02-25 14:51 Sanne Wouda
  2021-03-02 21:51 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Sanne Wouda @ 2021-02-25 14:51 UTC (permalink / raw)
  To: 46772

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.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#46772: make check FAILs: publish.scm store.scm
  2021-02-25 14:51 bug#46772: make check FAILs: publish.scm store.scm Sanne Wouda
@ 2021-03-02 21:51 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-03-02 21:51 UTC (permalink / raw)
  To: Sanne Wouda; +Cc: 46772

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-02 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25 14:51 bug#46772: make check FAILs: publish.scm store.scm Sanne Wouda
2021-03-02 21:51 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).