bug#61161: package-input-rewriting causes different ordering of grafts

2023-01-29 Thread Akira Kyle
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

bug#60719: openbios-qemu-ppc fails to build on aarch64

2023-01-29 Thread Akira Kyle
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,

bug#56711: libunwind-julia fails to build on aarch64

2022-07-22 Thread Akira Kyle
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

bug#55596: Guix/Guile segfaults on `guix import texlive`

2022-07-13 Thread Akira Kyle
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

bug#52943: Cannot build guix as part of guix system reconfigure after commit 224d437fb4 on aarch64

2022-01-03 Thread Akira Kyle
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.

bug#52943: Cannot build guix as part of guix system reconfigure after commit 224d437fb4 on aarch64

2022-01-03 Thread Akira Kyle
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

bug#52862: Clarify note about sudo in 3.7 After System Installation

2021-12-29 Thread Akira Kyle
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