bug#65725:

2023-12-07 Thread much . effort283--- via Bug reports for GNU Guix

bug#65725: guix pull fails on riscv64 (guix install openssl, too)

2023-11-23 Thread much . effort283--- via Bug reports for GNU Guix
Hi all, I've worked around the issue for now by building from source and disabling all tests for now, using the following diff. diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index f1e844b..1077c4b 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -494,4 +494,5 @@

bug#65725: guix pull fails on riscv64 (guix install openssl, too)

2023-11-15 Thread much . effort283--- via Bug reports for GNU Guix
Hi all, just to check in on this bug again. Recall, I am on guix 1.4.0 (the Ubuntu package) on riscv64 and I was running into an openssl-1.1.1l issue and a libgit issue. I can reproduce the openssl issue in the unit tests with "guix install openssl". Still, trying to disable the unit test, I

bug#65725: Acknowledgement (guix pull fails on riscv64)

2023-09-14 Thread much . effort283--- via Bug reports for GNU Guix
> Can you retry, after rm'ing .cache/guix/checkouts? Ok, I started from scratch again, but now it seems to be stuck downloading libgit? Not sure if this is an issue with my internet or a bug in guix. The output is: guix pull accepted connection from pid 852656, user root Updating channel

bug#65725: Acknowledgement (guix pull fails on riscv64)

2023-09-07 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, much.effort283--- via Bug reports for GNU Guix writes: > Since openssl is already bumped from "1.1.1l" to a version that has > the bug fixed in the development branch, I presume this will be fixed > once the next guix release (1.5) is out? `guix pull` should pull the latest available

bug#65725: guix pull fails on riscv64

2023-09-06 Thread much . effort283--- via Bug reports for GNU Guix
Not sure if those are two issues, or one, but on riscv64 the following seems to fail: * guix pull * openssl "check" phase Steps to reproduce: Install guix 1.4.0 and run "guix pull". Output: building /gnu/store/qkwilbf7fvc4rj55cvrf02xvmmx6mvv2-gnutls-3.7.7.tar.xz.drv... building

bug#65725: Acknowledgement (guix pull fails on riscv64)

2023-09-06 Thread much . effort283--- via Bug reports for GNU Guix
Since openssl is already bumped from "1.1.1l" to a version that has the bug fixed in the development branch, I presume this will be fixed once the next guix release (1.5) is out? In the meantime, I wonder if there is a workaround I can apply. I tried compiling from source, but that seems to fail