bug#55326: libgit2 1.3.0 includes a time-dependent test

2022-05-09 Thread Carl Dong
I opened a pull request upstream that just removes the specific test for “HEAD@{10 years ago}". Since that functionality is well-covered by subsequent tests. See here for the PR: https://github.com/libgit2/libgit2/pull/6299 > Though maybe by that

bug#55337: display-download-progress: wrong type error

2022-05-09 Thread Maxime Devos
severity 55337 important merge 55337 52464 severity 38493 important merge 55337 38493 thanks Duplicate of and . Similar but not identical to and .

bug#55337: display-download-progress: wrong type error

2022-05-09 Thread Attila Lendvai
while running a `make check-system` on a flaky network (unstable ipv4 tunnel on a native ipv6 connection). the linu number points to: (unless (zero? transferred) ...) Backtrace: 19 (apply-smob/0 #) In ice-9/boot-9.scm: 724:2 18 (call-with-prompt _ _ #) In ice-9/eval.scm:

bug#55283: ‘tests/guix-shell-export-manifest.sh’ fails on aarch64-linux

2022-05-09 Thread Efraim Flashner
On Mon, May 09, 2022 at 12:03:46PM +0200, Maxime Devos wrote: > Efraim Flashner schreef op ma 09-05-2022 om 11:44 [+0300]: > > +    (loop vendor family (string->number (string-append > > "#x" (string-drop model 2) > > #x is for hexadecimal, right? If so, this can be simplified by

bug#55336: Graphical installer: Selecting a partition scheme always takes me back to the start

2022-05-09 Thread Luis Felipe via Bug reports for GNU Guix
Hi, Using the latest installer image (l6dfrnjhhjf3axjndk290qsgxj0bzpgm-image.iso) I can't install the system because everytime I select a partition scheme, the installer takes me back to the language selection step. It seems at least two other people have experienced the same issue (see

bug#55335: openssh-service no longer listens on IPv6

2022-05-09 Thread Christopher Baines
This looks to be a recent regression, probably connected with the shepherd now doing the listening, rather than sshd itself. Previously, you could use both IPv4 and IPv6. netstat -tlnp | grep sshd tcp0 0 0.0.0.0:22 0.0.0.0:* LISTEN 26683/sshd:

bug#55326: libgit2 1.3.0 includes a time-dependent test

2022-05-09 Thread Maxime Devos
Ludovic Courtès schreef op ma 09-05-2022 om 10:49 [+0200]: > Right, and remaining computers will have RISC-VII 100 MHz CPUs anyway. I assume you meant 100GHz here instead? Or very fast software that doesn't need fast CPUs ... signature.asc Description: This is a digitally signed message part

bug#55283: ‘tests/guix-shell-export-manifest.sh’ fails on aarch64-linux

2022-05-09 Thread Maxime Devos
Efraim Flashner schreef op ma 09-05-2022 om 11:44 [+0300]: > +    (loop vendor family (string->number (string-append > "#x" (string-drop model 2) #x is for hexadecimal, right? If so, this can be simplified by using the second argument of string->number: (string->number

bug#54728: Valgrind not working out of the box due to stripped ld.so

2022-05-09 Thread Ludovic Courtès
Hi Denis, Denis 'GNUtoo' Carikli skribis: > * gnu/packages/valgrind.scm (valgrind/interactive)[native-inputs]: > Add libc:debug > [arguments]: Add patch-default-debuginfo-path phase > [source]: Add patch. > (valgrind-3.18)[source]: Add patch. > > * gnu/packages/commencement.scm

bug#55283: ‘tests/guix-shell-export-manifest.sh’ fails on aarch64-linux

2022-05-09 Thread Efraim Flashner
On Mon, May 09, 2022 at 11:44:28AM +0300, Efraim Flashner wrote: > On Mon, May 09, 2022 at 12:14:50AM +0200, Ludovic Courtès wrote: > > Hi! > > > > Vagrant Cascadian skribis: > > > > > Well, I guess I answered my initial question by reading the error > > > message... guix/cpu.scm ... how did

bug#55326: libgit2 1.3.0 includes a time-dependent test

2022-05-09 Thread Ludovic Courtès
Maxime Devos skribis: > Ludovic Courtès schreef op ma 09-05-2022 om 00:11 [+0200]: >> Fixed: >> >>   e48b5484afde93294c4ed7215e88ed450842b2e5 (master) >>   f5fe0082abe4547f3fb9f29d8351473cfb3a387b (staging) > > It's still time-dependent though: > >> + (substitute*

bug#55283: ‘tests/guix-shell-export-manifest.sh’ fails on aarch64-linux

2022-05-09 Thread Efraim Flashner
On Mon, May 09, 2022 at 12:14:50AM +0200, Ludovic Courtès wrote: > Hi! > > Vagrant Cascadian skribis: > > > Well, I guess I answered my initial question by reading the error > > message... guix/cpu.scm ... how did that work before for things like > > cross-building, where /proc/cpuinfo is

bug#55326: libgit2 1.3.0 includes a time-dependent test

2022-05-09 Thread Maxime Devos
Ludovic Courtès schreef op ma 09-05-2022 om 00:11 [+0200]: > Fixed: > >   e48b5484afde93294c4ed7215e88ed450842b2e5 (master) >   f5fe0082abe4547f3fb9f29d8351473cfb3a387b (staging) It's still time-dependent though: > + (substitute* "tests/refs/revparse.c" > +