Hi,
> I don’t think so; the error message that was reported is:
>
> command "svn" "export" "--non-interactive" "--trust-server-cert" "-r"
> "59745"
> "svn://www.tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/doc/latex/cite/"
> "/tmp/guix-directory.09UnsN/doc/latex/cite/" failed with s
I've been trying to get julia working on aarch64 but I was running
into a linker error when guix was trying to build
libunwind-julia. I tracked it down to the
libunwind-julia-fix-GCC10-fno-common.patch not including a fix for
aarch64 which is included in the upstream commit [1] which fixed
thi
Andrew Patterson wrote on 17 Jan 06:16 +0100:
> I've submitted an issue to upstream:
> https://github.com/openbios/openbios/issues/11
It looks like from the other open issues, that the openbios team doesn't
actually use the github issue tracker but their own mailing list, which I'm
CC'ing, a
I think this may be a strange, subtle bug and hopefully this is
sufficient to reproduce.
This was all done with guix commit
da9af8c72fe427e3eeb718b53c599139a8958d61.
Consider the following:
(use-modules (guix packages)
(guix gexp)
(guix monads)
(guix stor
Hi,
I'm trying to get going with guixsd for the first time and I just
spent awhile trying to figure out what was going wrong trying to run
'guix pull' and 'guix system reconfigure /etc/config.scm'.
The issue was that I was running both in shell obtained via 'sudo su'
from my user shell. I had rea
The attached patch fixes the failing guix-system.sh test on aarch64.
However there are now other tests that are failing.
0001-tests-guix-system-Fix-on-non-x86_64-systems.patch
Description: Binary data
Some of these failing tests have been reported on guix-devel already:
https://lists.gnu.org/archive/html/guix-devel/2021-12/msg00158.html
On Mon, Jan 3, 2022 at 6:13 PM Akira Kyle wrote:
>
> Attached is the current log file for the test suite on commit 92faad0
> with the patch applied.