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 gu

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 occur

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, wh

bug#59200: ASDF build system/sbcl doesn't build FASLs on some packages

2022-11-15 Thread Guillaume Le Vaillant
Hi, I can't reproduce this issue. I tried --8<---cut here---start->8--- guix shell sbcl sbcl-uuid --pure -- sbcl --eval '(require :asdf)' --eval '(asdf:load-system :uuid)' guix shell sbcl sbcl-cl-containers --pure -- sbcl --eval '(require :asdf)' --eval '(asd

bug#59200: ASDF build system/sbcl doesn't build FASLs on some packages

2022-11-12 Thread ykonai via Bug reports for GNU Guix
guix shell sbcl sbcl-uuid --pure -- sbcl --eval '(require :asdf)' --eval '(asdf:load-system :uuid)' #: Error opening #P"/gnu/store/in6ndcrnqg9pp2glkbvl1s072zp7r34y-sbcl-uuid-2012.12.26-1.e7d6680/lib/common-lisp/sbcl/uuid/uuid-tmpGHU3ALSV.fasl": Read-only file system The issue seems to b

bug#59200:

2022-11-12 Thread Sharlatan Hellseher
Hi, I've got the same issue while packing cl-graph which has cl-containers as one of the inputs. It's fails exactly the same where it can't assess cl-containers FASL file. Regards, Oleg