unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Winter via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 61987@debbugs.gnu.org
Subject: bug#61987: 'current-guix' uses configure flags of Git checkout
Date: Sun, 5 Mar 2023 13:43:07 -0500	[thread overview]
Message-ID: <54A42435-DA64-4CF4-976B-2789D7441C55@winter.cafe> (raw)

Hi,

Given the following commands from a fresh checkout (after the keyring branch has been fetched and 'guix git authenticate' has been run):

./bootstrap
./configure --localstatedir=/var --sysconfdir=/hi/guix
make
./pre-inst-env guix system image -t iso9660 gnu/system/install.scm

Booting the resulting ISO will result in the installer running a Guix instance that has a sysconfdir of '/hi/guix', which can be checked by looking at the contents of '/run/current-system/profile/share/guile/site/3.0/guix/config.scm':

(define-public %sysconfidr "/hi/guix")

This is caused because the installer uses 'current-guix', and it seemingly does not reconfigure the build (likely due to the use of 'channel-build-system').

Thanks,
Winter



             reply	other threads:[~2023-03-05 18:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-05 18:43 Winter via Bug reports for GNU Guix [this message]
2023-03-06  1:28 ` bug#61987: 'current-guix' uses configure flags of Git checkout Winter via Bug reports for GNU Guix
2023-03-07  4:18   ` Winter via Bug reports for GNU Guix
2023-03-07 12:38 ` Simon Tournier
2023-03-07 15:33   ` Winter via Bug reports for GNU Guix

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=54A42435-DA64-4CF4-976B-2789D7441C55@winter.cafe \
    --to=bug-guix@gnu.org \
    --cc=61987@debbugs.gnu.org \
    --cc=winter@winter.cafe \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).