GNU bug report logs -
#61987
'current-guix' uses configure flags of Git checkout
Previous Next
Reported by: Winter <winter <at> winter.cafe>
Date: Sun, 5 Mar 2023 18:44:02 UTC
Severity: normal
Tags: notabug
Done: Winter <winter <at> winter.cafe>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
This bug report was last modified 2 years and 75 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.