all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Guillaume Le Vaillant <glv@posteo.net>
To: ykonai <mail@ykonai.net>
Cc: 59200@debbugs.gnu.org
Subject: bug#59200: reproducibility
Date: Wed, 16 Nov 2022 10:20:20 +0000	[thread overview]
Message-ID: <87y1sb196x.fsf@kitej> (raw)
In-Reply-To: <85r0y3n7b0.fsf@ykonai.net>

[-- Attachment #1: Type: text/plain, Size: 1483 bytes --]

ykonai via Bug reports for GNU Guix <bug-guix@gnu.org> 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 commit 8f9588185d74f1f251b041b84d43302c337588ff, which
> is from a fresh guix pull.
>
> I was wrong wrt. .fasl files missing: ls -l $(guix build
> sbcl-uuid)/lib/common-lisp/sbcl/uuid/ does show that the FASL is there,
> it is simply that SBCL arbitrarily decides it needs to be recompiled,
> which looks like the problem here. It could be some ASDF upstream bug.

I tried:

--8<---------------cut here---------------start------------->8---
guix time-machine --commit=8f9588185d74f1f251b041b84d43302c337588ff -- \
  shell sbcl sbcl-uuid --container -- \
  sbcl --no-userinit --eval '(require :asdf)' --eval '(asdf:load-system :uuid)'
--8<---------------cut here---------------end--------------->8---

and it worked without error.

Maybe there is something in your local CL configuration (.sbclrc) that
ASDF doesn't like...
Could you check if you still have an error when ignoring the local
configuration with:

--8<---------------cut here---------------start------------->8---
guix shell sbcl sbcl-uuid --container -- \
  sbcl --no-userinit --eval '(require :asdf)' --eval '(asdf:load-system :uuid)'
--8<---------------cut here---------------end--------------->8---

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

  reply	other threads:[~2022-11-16 10:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-11  9:20 bug#59200: ASDF build system/sbcl doesn't build FASLs on some packages ykonai via Bug reports for GNU Guix
2022-11-12  9:16 ` bug#59200: Sharlatan Hellseher
2022-11-15 10:32   ` bug#59200: ASDF build system/sbcl doesn't build FASLs on some packages Guillaume Le Vaillant
2022-11-15 23:09 ` bug#59200: reproducibility ykonai via Bug reports for GNU Guix
2022-11-16 10:20   ` Guillaume Le Vaillant [this message]
2022-11-16 12:46     ` ykonai via Bug reports for GNU Guix
2022-11-16 13:05       ` Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y1sb196x.fsf@kitej \
    --to=glv@posteo.net \
    --cc=59200@debbugs.gnu.org \
    --cc=mail@ykonai.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.