bug#70932: FAIL tests/guix-shell.sh

2024-05-25 Thread Ludovic Courtès
Christopher Baines skribis: >> “make check TESTS=tests/guix-shell.sh” passes for me though with >> 9c3a8a380bcfebdb77af61532e7bfec523d7bde8. > > I can just about see what's happening on this line now, I'm still not > sure why the exit status means the test fails. > > I think I knew when I

bug#70932: FAIL tests/guix-shell.sh

2024-05-25 Thread Christopher Baines
Ludovic Courtès writes: > Christopher Baines skribis: > >> ++ guile -c '(use-modules (guix utils)) >> (display (%current-system))' >> + this_system=x86_64-linux >> ++ guile -c '(use-modules (guix utils)) >> (display (if (string=? "riscv64-linux" (%current-system)) >>

bug#70932: FAIL tests/guix-shell.sh

2024-05-25 Thread Ludovic Courtès
Hi, Christopher Baines skribis: > ++ guile -c '(use-modules (guix utils)) > (display (%current-system))' > + this_system=x86_64-linux > ++ guile -c '(use-modules (guix utils)) > (display (if (string=? "riscv64-linux" (%current-system)) > "x86_64-linux" >

bug#70932: FAIL tests/guix-shell.sh

2024-05-14 Thread Christopher Baines
When attempting to update the guix package, I got this failure. The test log makes no sense though, as it's trying to test for errors, so I have no idea where to start in working out what is wrong. I thought maybe the issue was here: guix shell: error: package intelmetool@4.7 does not support