bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-08 Thread Chris Marusich
Hi Maxime, Aiko, and Leo, Maxime Devos writes: > Chris Marusich schreef op do 06-01-2022 om 20:32 [-0800]: >> +    (if (string-prefix? "x86_64" >> system) > > There's a target-x86-64? procedure in (guix utils) you could use here. > > Greetings, > Maxime Good

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-07 Thread Leo Famulari
On Fri, Jan 07, 2022 at 06:26:13PM -0700, Aiko Kyle wrote: > I can confirm that this test passes here. Awesome, I am closing this bug. Thanks everybody, for collaborating on a quick fix! > However guix system > reconfigure is still failing for me on aarch64 due to the test >

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-07 Thread Aiko Kyle
On Thu, Jan 6, 2022 at 9:32 PM Chris Marusich wrote: > > Aiko, can you confirm that after running "guix pull" the issue is > resolved on your end, too? > I can confirm that this test passes here. However guix system reconfigure is still failing for me on aarch64 due to the test

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-07 Thread Maxime Devos
Chris Marusich schreef op do 06-01-2022 om 20:32 [-0800]: > +    (if (string-prefix? "x86_64" > system) There's a target-x86-64? procedure in (guix utils) you could use here. Greetings, Maxime signature.asc Description: This is a digitally signed message part

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-06 Thread Chris Marusich
Hi Ludo and Aiko, Ludovic Courtès writes: > I’d rather not move things and fix the bug in the same commit. (I’m not > even convinced sddm needs to leave its own module, plus it would break > the API, which is not something to do lightly.) You're right! I was able to avoid moving the (gnu

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-06 Thread Ludovic Courtès
Hi, Chris Marusich skribis: > I've attached a different patch that attempts to fix the issue without > requiring callers of set-xorg-configuration to update their code. I > believe this is more consistent with the intent of Ludo's original > change in commit

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-05 Thread Chris Marusich
Hi Pierre and Aiko, Pierre Langlois writes: > I believe we'll have to update the package as well. For example on > aarch64 I can do a `guix pull' just fine, however `guix system reconfigure' > fails because it builds the full guix package, including running the > tests. > > You've mentioned

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-05 Thread Aiko Kyle
On Wed, Jan 5, 2022 at 2:58 AM Chris Marusich wrote: > > > > It would be great to get this upstreamed soon so I can start guix > > pulling master. I think the guix commit and revision in > > package-management.scm will also need to be bumped after applying this > > fix. > > It shouldn't be

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-05 Thread Pierre Langlois
Hi Chris, Chris Marusich writes: > [[PGP Signed Part:Undecided]] > Hi Aiko and Leo, > > Aiko Kyle writes: > >> It would be great to get this upstreamed soon so I can start guix >> pulling master. I think the guix commit and revision in >> package-management.scm will also need to be bumped

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-05 Thread Chris Marusich
Hi Aiko and Leo, Aiko Kyle writes: > It would be great to get this upstreamed soon so I can start guix > pulling master. I think the guix commit and revision in > package-management.scm will also need to be bumped after applying this > fix. It shouldn't be necessary to update the guix commit

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-04 Thread Leo Famulari
On Mon, Jan 03, 2022 at 08:43:27PM -0700, Aiko Kyle wrote: > I'll defer to you and Leo for that judgment! I defer to you and Chris! And I agree, let's push the fix ASAP :)

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-03 Thread Aiko Kyle
On Mon, Jan 3, 2022 at 9:53 PM Chris Marusich wrote: > > > Commit 9309b48 seems to be a week old and I can't seem to apply this > > patch on top of the latest commit on master e6fe4e5819. > > How did you apply the patch? > Without thinking apparently (i.e. using git apply). It applies just fine,

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-03 Thread Chris Marusich
Hi Aiko, Aiko Kyle writes: > Commit 9309b48 seems to be a week old and I can't seem to apply this > patch on top of the latest commit on master e6fe4e5819. How did you apply the patch? I was able to apply the patch locally to commit 80ebf564e3e264a006d7c7b1f7f2e57fc2468ef1

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-03 Thread Aiko Kyle
On Mon, Jan 3, 2022 at 7:15 PM Chris Marusich wrote: > > Aiko's patch would indeed fix the failing test. Thank you, Aiko, for > taking the initiative to help investigate and solve the issue! However, > even though that patch would fix the test, anyone who is using > set-xorg-configuration on a

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-03 Thread Chris Marusich
Hi Leo and Aiko, This issue also affects powerpc64le-linux. Aiko's patch would indeed fix the failing test. Thank you, Aiko, for taking the initiative to help investigate and solve the issue! However, even though that patch would fix the test, anyone who is using set-xorg-configuration on a

bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2021-12-30 Thread Leo Famulari
The Guix test 'tests/guix-system.sh' fails on aarch64-linux, like this: -- + for example in gnu/system/examples/*.tmpl + grep hurd + echo gnu/system/examples/desktop.tmpl + target= + guix system -n disk-image gnu/system/examples/desktop.tmpl