Re: guix fails to build on aarch64

2022-01-08 Thread Chris Marusich
Hi Pierre, Thank you very much for the details! I have added this information to the existing bug report: https://issues.guix.gnu.org/52943 Please direct further discussion regarding this bug there, so that people looking at the bug report will see an accurate record of the investigation so far

Re: guix fails to build on aarch64

2022-01-04 Thread Pierre Langlois
Hi there, Akira Kyle writes: > Ricardo Wurmus writes: >> > test-name: file-needed/recursive >> > location: >> > /tmp/guix-build-guix-1.3.0-14.2a621f1.drv-0/source/tests/gremlin.scm:70 >> > source: >> … >> > + (and (zero? (close-pipe pipe)) >> > + (lset= string=? >> > +

Re: guix fails to build on aarch64

2022-01-03 Thread Akira Kyle
Ricardo Wurmus writes: > > test-name: file-needed/recursive > > location: > > /tmp/guix-build-guix-1.3.0-14.2a621f1.drv-0/source/tests/gremlin.scm:70 > > source: > … > > + (and (zero? (close-pipe pipe)) > > + (lset= string=? > > + (pk 'truth ground-truth) > > +

guix fails to build on aarch64

2022-01-02 Thread Akira Kyle
I think this is the related issue: https://issues.guix.gnu.org/52943

Re: guix fails to build on aarch64

2021-12-17 Thread Ricardo Wurmus
Vagrant Cascadian writes: > test-name: file-needed/recursive > location: > /tmp/guix-build-guix-1.3.0-14.2a621f1.drv-0/source/tests/gremlin.scm:70 > source: … > + (and (zero? (close-pipe pipe)) > + (lset= string=? > + (pk 'truth ground-truth) > + (p

Re: guix fails to build on aarch64

2021-12-16 Thread Vagrant Cascadian
On 2021-12-16, Vagrant Cascadian wrote: > Ever since commit: > > 224d437fb4147fe9eae277cbc8d39e1ef54bf5c9 gnu: guix: Update to 2a621f1. > > I've been unable to build "guix" on aarch64, several test suites > failed... I'll try to dig up the failures Here are the failed tests... test-name: maybe-

guix fails to build on aarch64

2021-12-16 Thread Vagrant Cascadian
Ever since commit: 224d437fb4147fe9eae277cbc8d39e1ef54bf5c9 gnu: guix: Update to 2a621f1. I've been unable to build "guix" on aarch64, several test suites failed... I'll try to dig up the failures, but figured it was worth mentioning in case anyone else saw it too and had the failures more hand