From: "Ludovic Courtès" <ludo@gnu.org>
To: 55951@debbugs.gnu.org
Subject: bug#55951: Lowering an <operating-system> is sensitive to (%current-system)
Date: Mon, 13 Jun 2022 23:23:14 +0200 [thread overview]
Message-ID: <87fsk8ntq5.fsf@inria.fr> (raw)
Consider this file:
--8<---------------cut here---------------start------------->8---
(use-modules (guix))
(lambda ()
(lower-object (load "overdrive1.scm") "aarch64-linux"))
--8<---------------cut here---------------end--------------->8---
When ran on x86_64-linux, these two commands return different
derivations, contrary to what one might expect:
guix build -f that-file.scm -d --no-grafts -s aarch64-linux
guix build -f that-file.scm -d --no-grafts
That demonstrates that the result depends on (%current-system), even
though it shouldn’t because we’re explicitly specifying the system.
This has implications on ‘guix deploy’: if you try to deploy
aarch64-linux boxes from x86_64-linux (say), some of the derivations are
going to be for x86_64-linux instead of aarch64-linux, which can lead to
unbootable systems, as Ricardo reported a while back.
In particular, /gnu/store/…-activate.scm.drv (a direct dependency
/gnu/store/…-system.drv) is one of those derivations sensitive to
(%current-system).
Ludo’.
next reply other threads:[~2022-06-13 21:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-13 21:23 Ludovic Courtès [this message]
2022-06-14 22:32 ` bug#55951: Lowering an <operating-system> is sensitive to (%current-system) Ludovic Courtès
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=87fsk8ntq5.fsf@inria.fr \
--to=ludo@gnu.org \
--cc=55951@debbugs.gnu.org \
/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.