bug#35387: unpack phase in the gnu-build-system is sometimes non-deterministic

2019-06-14 Thread Ludovic Courtès
Ludovic Courtès skribis: > What about writing it like this: > > (define (first-subdirectory directory) > "Return the file name of the first sub-directory of DIRECTORY." > (match (scandir directory > (lambda (file) > (and (not (member file '("."

bug#35387: unpack phase in the gnu-build-system is sometimes non-deterministic

2019-04-30 Thread Christopher Baines
Ludovic Courtès writes: > Hi Chris, > > Christopher Baines skribis: > >> I believe that the direnv package has encountered an issue with the >> gnu-build-system [1]. >> >> 1: https://issues.guix.info/issue/35386 >> >> Due to the combination of the 'setup-go-environment phase from the >> go-buil

bug#35387: unpack phase in the gnu-build-system is sometimes non-deterministic

2019-04-23 Thread Ludovic Courtès
Hi Chris, Christopher Baines skribis: > I believe that the direnv package has encountered an issue with the > gnu-build-system [1]. > > 1: https://issues.guix.info/issue/35386 > > Due to the combination of the 'setup-go-environment phase from the > go-build-system, and the 'unpack phase of the g

bug#35387: unpack phase in the gnu-build-system is sometimes non-deterministic

2019-04-23 Thread Christopher Baines
I believe that the direnv package has encountered an issue with the gnu-build-system [1]. 1: https://issues.guix.info/issue/35386 Due to the combination of the 'setup-go-environment phase from the go-build-system, and the 'unpack phase of the gnu-build-system, there are two directories to be cons