all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#61987: 'current-guix' uses configure flags of Git checkout
@ 2023-03-05 18:43 Winter via Bug reports for GNU Guix
  2023-03-06  1:28 ` Winter via Bug reports for GNU Guix
  2023-03-07 12:38 ` Simon Tournier
  0 siblings, 2 replies; 5+ messages in thread
From: Winter via Bug reports for GNU Guix @ 2023-03-05 18:43 UTC (permalink / raw)
  To: 61987

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-07 15:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05 18:43 bug#61987: 'current-guix' uses configure flags of Git checkout Winter via Bug reports for GNU Guix
2023-03-06  1:28 ` 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

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.