bug#59200: reproducibility

2022-11-16 Thread Guillaume Le Vaillant
ykonai skribis: > Hi, > > It turns out this was due to the fact that I had ironclad git cloned on > my computer, which was accidentally visible via :tree in the ASDF > configuration. ASDF detected that a different ironclad was used and > tried to compile-file to the gnu/store. I thought it was

bug#59200: reproducibility

2022-11-16 Thread ykonai via Bug reports for GNU Guix
Hi, It turns out this was due to the fact that I had ironclad git cloned on my computer, which was accidentally visible via :tree in the ASDF configuration. ASDF detected that a different ironclad was used and tried to compile-file to the gnu/store. I thought it was guix-related since it did

bug#59200: reproducibility

2022-11-16 Thread Guillaume Le Vaillant
ykonai via Bug reports for GNU Guix skribis: > I can definitely consistently reproduce this issue. Maybe something in > your filesystem could interfere with this? Try: > guix shell sbcl sbcl-uuid --container -- sbcl --eval '(require :asdf)' > --eval '(asdf:load-system :uuid)' > > This is on guix

bug#59200: reproducibility

2022-11-15 Thread ykonai via Bug reports for GNU Guix
Hi, I can definitely consistently reproduce this issue. Maybe something in your filesystem could interfere with this? Try: guix shell sbcl sbcl-uuid --container -- sbcl --eval '(require :asdf)' --eval '(asdf:load-system :uuid)' This is on guix commit 8f9588185d74f1f251b041b84d43302c337588ff,