bug#49225: Possibly difficult to reproduce GnuTLS build bug?

2021-07-19 Thread Domagoj Stolfa
Hi: Thanks for taking a look! > Could you confirm that it works for you on current ‘master’? I managed to run it today both on my Guix System and a RHEL box, which would suggest that it "reproducibly" works :-). -- Domagoj signature.asc Description: PGP signature

bug#49355: [guix-jupyter] timeout issue running the kernel

2021-07-06 Thread Domagoj Stolfa
Hi: > Let me know if it works for you! Thanks for the quick fix! So far it has worked well -- I haven't yet run into any unreliable behaviour, but my notebooks are extremely simple at the moment, at most simply plotting some stuff with matplotlib! -- Domagoj signature.asc Description: PGP

bug#49355: [guix-jupyter] timeout issue running the kernel

2021-07-05 Thread Domagoj Stolfa
After a very painful bisect with various issues appearing in jupyter (unrelated to this one), I've identified the first good commit and the first bad commit. The commit range which caused the problem is between 95f25c9b13e22603c35f3acd9048fbd1c8671925 and

bug#49355: [guix-jupyter] timeout issue running the kernel

2021-07-05 Thread Domagoj Stolfa
Having done some time-machining, I can confirm that 68c9e0a56e008f19427bd213cf5b24bdd8fe5922 is a good commit. The guix kernel works fine on it. I don't however yet know which commit caused the regression, but if nobody finds it until I have more time to bisect, I'll report back. -- Domagoj

bug#49355: [guix-jupyter] timeout issue running the kernel

2021-07-03 Thread Domagoj Stolfa
Hello: I've been trying to set up a Jupyter environment with the Guix kernel inside a guix environment using: `guix environment --ad-hoc guix-jupyter jupyter -- jupyter notebook`. Jupyter starts up fine, but when I create an empty notebook with the Guix kernel it spams Nudge messages in the

bug#49304: Acknowledgement (`make check-system` fails to run on master)

2021-06-30 Thread Domagoj Stolfa
After some more discussion with Tobias on IRC, it seems that this was caused by a `git pull` followed by a `make` and lacked a `make clean-go`. After running `make clean-go` and rebuilding, the problem went away. -- Domagoj signature.asc Description: PGP signature

bug#49304: `make check-system` fails to run on master

2021-06-30 Thread Domagoj Stolfa
Hi: Running `make check-system` on master results in ice-9/eval.scm:142:16: In procedure compile-top-call: error: channel-source->package: unbound variable hint: Did you forget `(use-modules (gnu ci))'? make: *** [Makefile:6888: check-system] Error 1 After a quick bisect, the offending commit

bug#49302: Some tests/syscalls.scm skipped when running under -j20

2021-06-30 Thread Domagoj Stolfa
Hi: When I run `make check -j1`, all of the tests/syscalls.scm tests pass, however when running it with `make check -j20`, the following two tests get skipped: test-name: tcgetattr location: /home/ds815/repos/guix/tests/syscalls.scm:553 source: + (test-assert + "tcgetattr" + (let ((termios

bug#49225: Possibly difficult to reproduce GnuTLS build bug?

2021-06-25 Thread Domagoj Stolfa
Hello: While running `make check-system`, I've encountered an issue with building GnuTLS (see attached drv file). Upon re-cloning the repository on the exact same commit, reconfiguring it in the exact same way and re-running `make check-system`, GnuTLS built just fine. I'm not quite sure how one

bug#49223: guix download nix failure

2021-06-25 Thread Domagoj Stolfa
Hello: When running `make check-system` I bumped into a failure with nix: Starting download of /gnu/store/ckqmds57xjz6zvziw52mgf844dp62mz4-nix-2.3.13.tar.xz From https://nixos.org/releases/nix/nix-2.3.13/nix-2.3.13.tar.xz... Throw to key `gnutls-error' with args `(# handshake)'. It seems to

bug#47830: texlive-bin: perl utilities runtime failure

2021-04-16 Thread Domagoj Stolfa
Hello: I've been trying to use the texlive distribution from guix, but noticed a particular issue with a few of the texlive-bin utilities, namely latexindent and latex-git-log. There may be more that suffer this issue. Following the discussion on IRC -- when texlive-bin gets installed, it