bug#36885: Allow users to edit the config generated by the graphical installer

2020-01-12 Thread Ludovic Courtès
Hi,

 skribis:

> After having a terrible time trying to install Guix (see IRC logs with me as 
> Lukas4452 and ( https://issues.guix.gnu.org/issue/34902#0 
>  ) I would suggest to add a edit 
> button in the end of the installer so customizations like changing "_" to "-" 
> are easier.

Done in commit 9ced0f376bb7d4b9351a03da2415e26126b6418c.

Thanks,
Ludo’.





bug#38879: [PATCH] gnu: lmms: Add input jack-1.

2020-01-12 Thread Ludovic Courtès
Pkill -9  skribis:

> * gnu/packages/music.scm (lmms): Add input jack-1.

Applied, thanks!

Ludo'.





bug#39090: Installer fails on install disk built from master

2020-01-12 Thread Ludovic Courtès
Hi Gábor,

Gábor Boskovits  skribis:

>> b307b58 bad
> 1133596 good

In that range there’s this commit:

  commit fd885160fcfde710e415252463c1034f22f88e59
  Date:   Sun Jan 5 03:09:35 2020 +0100

  gnu: guix: Update to f38eabe.

  * gnu/packages/package-management.scm (guix): Update to f38eabe.

However, it itself embeds all the changes to the daemon (and ‘guix
substitute’, and related code) in this range:

  
41b4b713f4892918a9a1950acdd89f33b977d143..f38eabe952608478230895e380ef441d65ea625e

The changes in this range under nix/ are rather uninteresting, but those
for ‘guix substitute’ have more potential:

--8<---cut here---start->8---
$ git log --oneline 
41b4b713f4892918a9a1950acdd89f33b977d143..f38eabe952608478230895e380ef441d65ea625e
 -- guix/scripts/substitute.scm
f4cde9ac4a download: Do not leak file descriptors on TLS ports.
22f06a2128 progress: Add 'progress-report-port'.
4736d06f78 challenge: Report the best narinfo URI.
a6492178bd substitute: Remove unused procedure.
9e3f9ac3c0 substitute: 'http-multiple-get' no longer drops requests above 1,000.
434138e2f2 substitute: Make '%allow-unauthenticated-substitutes?' public.
4f5234be03 substitute: Don't fetch /nix-cache-info.
--8<---cut here---end--->8---

(I haven’t yet tried to reproduce the problem, though.)

Ludo’.





bug#39090: Installer fails on install disk built from master

2020-01-12 Thread Gábor Boskovits
Gábor Boskovits  ezt írta (időpont: 2020. jan.
12., V, 19:17):
>
> Gábor Boskovits  ezt írta (időpont: 2020. jan.
> 12., V, 17:54):
> >
> > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > 12., V, 16:18):
> > >
> > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > 12., V, 14:00):
> > > >
> > > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > > 12., V, 12:39):
> > > > >
> > > > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > > > 12., V, 3:06):
> > > > > >
> > > > > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > > > > 12., V, 2:15):
> > > > > > >
> > > > > > > Gábor Boskovits  ezt írta (időpont: 2020. 
> > > > > > > jan.
> > > > > > > 11., Szo, 15:49):
> > > > > > > >
> > > > > > > > Hello,
> > > > > > > >
> > > > > > > > I noticed that the install disk created on current master can't
> > > > > > > > install the system.
> > > > > > > >
> > > > > > > > This is on:
> > > > > > > > e4c9ba4da2a6faf80209488d5c086ea0d5c39214
> > > > > > > > .
> > > > > > > >
> > > > > > > > I have found a reproducer that might highlight where the 
> > > > > > > > problem is.
> > > > > > > >
> > > > > > > > Steps to reproduce:
> > > > > > > > 1. guix pull
> > > > > > > > 2. build the installer image
> > > > > > > > guix system disk-image --file-system-type=iso9660 \
> > > > > > > >   gnu/system/install.scm
> > > > > > > > 3. boot it
> > > > > > > > 4. switch to tty3
> > > > > > > > 5. create a file gexp.scm with this content:
> > > > > > > > (use-modules
> > > > > > > >  (gnu packages package-management)
> > > > > > > >  (guix gexp))
> > > > > > > >
> > > > > > > > (program-file
> > > > > > > >  "a"
> > > > > > > >  (with-extensions
> > > > > > > >   (list guix)
> > > > > > > >   #~(#t)))
> > > > > > > > 6. guix build -f gexp.scm
> > > > > > > >
> > > > > > > > This will fail with as strange error message.
> > > > > > > > This same problem causes the final installation failure in the 
> > > > > > > > installer.
> > > > > > > >
> > > > > > > > This works fine on the latest installation image.
> > > > > > > > This works if you run it again after it fails.
> > > > > > > >
> > > > > > > > Any help on debugging this further would be appreciated.
> > > > > > > >
> > > > > > > > Best regards,
> > > > > > > > g_bor
> > > > > > > > --
> > > > > > > > OpenPGP Key Fingerprint: 
> > > > > > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > I started a bisect,
> > > > > > > b1d13e40... is good.
> > > > > > a3569a3 good
> > > > > 92afa57 good
> > > > aa8f64b bad
> > > 6298f32 bad
> > 94c621b bad
> b307b58 bad
1133596 good

> > > >
> > > >
> > > > >
> > > > >
> > > > > > >
> > > > > > > --
> > > > > > > OpenPGP Key Fingerprint: 
> > > > > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > OpenPGP Key Fingerprint: 
> > > > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > OpenPGP Key Fingerprint: 
> > > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > >
> > > >
> > > >
> > > > --
> > > > OpenPGP Key Fingerprint: 
> > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > >
> > >
> > >
> > > --
> > > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> >
> >
> >
> > --
> > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
>
>
>
> --
> OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21



-- 
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21





bug#39104: GNOME: System sound silenced when I log out and then log back in

2020-01-12 Thread sirgazil via Bug reports for GNU Guix
Everytime I log out and then log back in, the system sound is silenced. Most of 
the time, I can't turn it on using GNOME controls for sound, I have to reboot 
to get sound back.


## Steps to reproduce

1. Boot the Guix System.
2. Log in to the GNOME desktop.
3. Check that the system volume is up by moving the mouse wheel over the volume 
icon (top-rigth).
3. Play some audio or video to make sure sound works.
4. Log out.
5. Log back in.


## Unexpected result

* The system sound is silenced. The icon to the top-right corner of the desktop 
displays an x mark.
* Sometimes hovering over the sound icon and increasing the volume with the 
mouse wheel is enough to get sound again.
* Most of the time, doing the same as above changes the icon to a state that 
represents that the volume is up now, but you can't hear anything when playing 
audio or video.
* In the latter case, when you go to "GNOME Control Center → Sound", the system 
volume slider is set to silence and the rest of the sound controls appear 
grayed out, they are disabled 
(https://multimedialib.files.wordpress.com/2020/01/sound-controls-disabled-2020-01-09.png).
 Turning up the system volume there does not fix sound. If I reboot, sound  
works again.

(Also, after step 4, when you are in the log in screen, the sound icon is in 
silenced state. I don't know, but if sound is silenced automatically once you 
enter the login screen, screen readers could be affected negatively...)


## Expected result

* The system volume is up (on the same level you left it when you logged out).
* Sound works when you play audio or video.
* When you go to "GNOME Control Center → Sound", sound controls are not 
disabled.


## Additional information

At least another person has experienced something similar. See:

https://lists.gnu.org/archive/html/help-guix/2020-01/msg00048.html


## System information

LANG=C guix describe
Generation 7Jan 08 2020 13:53:10(current)
  guix f98c050
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: f98c050c2017be06cff54abf965a8234f6998f76


---
https://sirgazil.bitbucket.io/









bug#39090: Installer fails on install disk built from master

2020-01-12 Thread Gábor Boskovits
Gábor Boskovits  ezt írta (időpont: 2020. jan.
12., V, 17:54):
>
> Gábor Boskovits  ezt írta (időpont: 2020. jan.
> 12., V, 16:18):
> >
> > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > 12., V, 14:00):
> > >
> > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > 12., V, 12:39):
> > > >
> > > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > > 12., V, 3:06):
> > > > >
> > > > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > > > 12., V, 2:15):
> > > > > >
> > > > > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > > > > 11., Szo, 15:49):
> > > > > > >
> > > > > > > Hello,
> > > > > > >
> > > > > > > I noticed that the install disk created on current master can't
> > > > > > > install the system.
> > > > > > >
> > > > > > > This is on:
> > > > > > > e4c9ba4da2a6faf80209488d5c086ea0d5c39214
> > > > > > > .
> > > > > > >
> > > > > > > I have found a reproducer that might highlight where the problem 
> > > > > > > is.
> > > > > > >
> > > > > > > Steps to reproduce:
> > > > > > > 1. guix pull
> > > > > > > 2. build the installer image
> > > > > > > guix system disk-image --file-system-type=iso9660 \
> > > > > > >   gnu/system/install.scm
> > > > > > > 3. boot it
> > > > > > > 4. switch to tty3
> > > > > > > 5. create a file gexp.scm with this content:
> > > > > > > (use-modules
> > > > > > >  (gnu packages package-management)
> > > > > > >  (guix gexp))
> > > > > > >
> > > > > > > (program-file
> > > > > > >  "a"
> > > > > > >  (with-extensions
> > > > > > >   (list guix)
> > > > > > >   #~(#t)))
> > > > > > > 6. guix build -f gexp.scm
> > > > > > >
> > > > > > > This will fail with as strange error message.
> > > > > > > This same problem causes the final installation failure in the 
> > > > > > > installer.
> > > > > > >
> > > > > > > This works fine on the latest installation image.
> > > > > > > This works if you run it again after it fails.
> > > > > > >
> > > > > > > Any help on debugging this further would be appreciated.
> > > > > > >
> > > > > > > Best regards,
> > > > > > > g_bor
> > > > > > > --
> > > > > > > OpenPGP Key Fingerprint: 
> > > > > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > I started a bisect,
> > > > > > b1d13e40... is good.
> > > > > a3569a3 good
> > > > 92afa57 good
> > > aa8f64b bad
> > 6298f32 bad
> 94c621b bad
b307b58 bad
> > >
> > >
> > > >
> > > >
> > > > > >
> > > > > > --
> > > > > > OpenPGP Key Fingerprint: 
> > > > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > OpenPGP Key Fingerprint: 
> > > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > >
> > > >
> > > >
> > > > --
> > > > OpenPGP Key Fingerprint: 
> > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > >
> > >
> > >
> > > --
> > > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> >
> >
> >
> > --
> > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
>
>
>
> --
> OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21



-- 
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21





bug#39090: Installer fails on install disk built from master

2020-01-12 Thread Gábor Boskovits
Gábor Boskovits  ezt írta (időpont: 2020. jan.
12., V, 16:18):
>
> Gábor Boskovits  ezt írta (időpont: 2020. jan.
> 12., V, 14:00):
> >
> > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > 12., V, 12:39):
> > >
> > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > 12., V, 3:06):
> > > >
> > > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > > 12., V, 2:15):
> > > > >
> > > > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > > > 11., Szo, 15:49):
> > > > > >
> > > > > > Hello,
> > > > > >
> > > > > > I noticed that the install disk created on current master can't
> > > > > > install the system.
> > > > > >
> > > > > > This is on:
> > > > > > e4c9ba4da2a6faf80209488d5c086ea0d5c39214
> > > > > > .
> > > > > >
> > > > > > I have found a reproducer that might highlight where the problem is.
> > > > > >
> > > > > > Steps to reproduce:
> > > > > > 1. guix pull
> > > > > > 2. build the installer image
> > > > > > guix system disk-image --file-system-type=iso9660 \
> > > > > >   gnu/system/install.scm
> > > > > > 3. boot it
> > > > > > 4. switch to tty3
> > > > > > 5. create a file gexp.scm with this content:
> > > > > > (use-modules
> > > > > >  (gnu packages package-management)
> > > > > >  (guix gexp))
> > > > > >
> > > > > > (program-file
> > > > > >  "a"
> > > > > >  (with-extensions
> > > > > >   (list guix)
> > > > > >   #~(#t)))
> > > > > > 6. guix build -f gexp.scm
> > > > > >
> > > > > > This will fail with as strange error message.
> > > > > > This same problem causes the final installation failure in the 
> > > > > > installer.
> > > > > >
> > > > > > This works fine on the latest installation image.
> > > > > > This works if you run it again after it fails.
> > > > > >
> > > > > > Any help on debugging this further would be appreciated.
> > > > > >
> > > > > > Best regards,
> > > > > > g_bor
> > > > > > --
> > > > > > OpenPGP Key Fingerprint: 
> > > > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > > > >
> > > > > >
> > > > > >
> > > > > I started a bisect,
> > > > > b1d13e40... is good.
> > > > a3569a3 good
> > > 92afa57 good
> > aa8f64b bad
> 6298f32 bad
94c621b bad
> >
> >
> > >
> > >
> > > > >
> > > > > --
> > > > > OpenPGP Key Fingerprint: 
> > > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > >
> > > >
> > > >
> > > > --
> > > > OpenPGP Key Fingerprint: 
> > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > >
> > >
> > >
> > > --
> > > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> >
> >
> >
> > --
> > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
>
>
>
> --
> OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21



-- 
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21





bug#39090: Installer fails on install disk built from master

2020-01-12 Thread Gábor Boskovits
Gábor Boskovits  ezt írta (időpont: 2020. jan.
12., V, 14:00):
>
> Gábor Boskovits  ezt írta (időpont: 2020. jan.
> 12., V, 12:39):
> >
> > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > 12., V, 3:06):
> > >
> > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > 12., V, 2:15):
> > > >
> > > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > > 11., Szo, 15:49):
> > > > >
> > > > > Hello,
> > > > >
> > > > > I noticed that the install disk created on current master can't
> > > > > install the system.
> > > > >
> > > > > This is on:
> > > > > e4c9ba4da2a6faf80209488d5c086ea0d5c39214
> > > > > .
> > > > >
> > > > > I have found a reproducer that might highlight where the problem is.
> > > > >
> > > > > Steps to reproduce:
> > > > > 1. guix pull
> > > > > 2. build the installer image
> > > > > guix system disk-image --file-system-type=iso9660 \
> > > > >   gnu/system/install.scm
> > > > > 3. boot it
> > > > > 4. switch to tty3
> > > > > 5. create a file gexp.scm with this content:
> > > > > (use-modules
> > > > >  (gnu packages package-management)
> > > > >  (guix gexp))
> > > > >
> > > > > (program-file
> > > > >  "a"
> > > > >  (with-extensions
> > > > >   (list guix)
> > > > >   #~(#t)))
> > > > > 6. guix build -f gexp.scm
> > > > >
> > > > > This will fail with as strange error message.
> > > > > This same problem causes the final installation failure in the 
> > > > > installer.
> > > > >
> > > > > This works fine on the latest installation image.
> > > > > This works if you run it again after it fails.
> > > > >
> > > > > Any help on debugging this further would be appreciated.
> > > > >
> > > > > Best regards,
> > > > > g_bor
> > > > > --
> > > > > OpenPGP Key Fingerprint: 
> > > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > > >
> > > > >
> > > > >
> > > > I started a bisect,
> > > > b1d13e40... is good.
> > > a3569a3 good
> > 92afa57 good
> aa8f64b bad
6298f32 bad
>
>
> >
> >
> > > >
> > > > --
> > > > OpenPGP Key Fingerprint: 
> > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > >
> > >
> > >
> > > --
> > > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> >
> >
> >
> > --
> > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
>
>
>
> --
> OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21



-- 
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21





bug#39095: GRUB EFI should have a 'chainloader' option

2020-01-12 Thread Bengt Richter
Hi symphonia,

On +2020-01-12 12:08:08 +, sympho...@disroot.org wrote:
> To dual boot with NixOS and other operating systems it would be nice to have 
> 'chainloader' so that this configuration would work:
> (bootloader
> (bootloader-configuration
>   (bootloader grub-efi-bootloader)
>   (target "/boot/efi")
>   (menu-entries
>(menu-entry
> (label "systemd-boot")
> (chainloader "/EFI/Boot/bootx64.efi")))
> 
> 
> 

I just got a librem13v4 with PureOS installed booting via Coreboot amd grub,
and found that it will boot legacy mbr usbs, but would not boot a UEFI-bootable
USB or system on external USB SSD, though it shows up in a list of bootables.
(I've seen a reference to some kind of tool that converts a GPT partition to 
MBR style,
but I don't want to do that).

Does anyone know if efibootmgr and coreboot see bios nvram compatibly?
Or a workaround?

I saw your post and am hoping to find a possibly similar 'chainloader'
solution, but worry that the second loader may mess incompatibly with bios 
nvram.
-- 
Regards,
Bengt Richter





bug#39090: Installer fails on install disk built from master

2020-01-12 Thread Gábor Boskovits
Gábor Boskovits  ezt írta (időpont: 2020. jan.
12., V, 12:39):
>
> Gábor Boskovits  ezt írta (időpont: 2020. jan.
> 12., V, 3:06):
> >
> > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > 12., V, 2:15):
> > >
> > > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > > 11., Szo, 15:49):
> > > >
> > > > Hello,
> > > >
> > > > I noticed that the install disk created on current master can't
> > > > install the system.
> > > >
> > > > This is on:
> > > > e4c9ba4da2a6faf80209488d5c086ea0d5c39214
> > > > .
> > > >
> > > > I have found a reproducer that might highlight where the problem is.
> > > >
> > > > Steps to reproduce:
> > > > 1. guix pull
> > > > 2. build the installer image
> > > > guix system disk-image --file-system-type=iso9660 \
> > > >   gnu/system/install.scm
> > > > 3. boot it
> > > > 4. switch to tty3
> > > > 5. create a file gexp.scm with this content:
> > > > (use-modules
> > > >  (gnu packages package-management)
> > > >  (guix gexp))
> > > >
> > > > (program-file
> > > >  "a"
> > > >  (with-extensions
> > > >   (list guix)
> > > >   #~(#t)))
> > > > 6. guix build -f gexp.scm
> > > >
> > > > This will fail with as strange error message.
> > > > This same problem causes the final installation failure in the 
> > > > installer.
> > > >
> > > > This works fine on the latest installation image.
> > > > This works if you run it again after it fails.
> > > >
> > > > Any help on debugging this further would be appreciated.
> > > >
> > > > Best regards,
> > > > g_bor
> > > > --
> > > > OpenPGP Key Fingerprint: 
> > > > 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > > >
> > > >
> > > >
> > > I started a bisect,
> > > b1d13e40... is good.
> > a3569a3 good
> 92afa57 good
aa8f64b bad


>
>
> > >
> > > --
> > > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> >
> >
> >
> > --
> > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
>
>
>
> --
> OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21



-- 
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21





bug#39095: GRUB EFI should have a 'chainloader' option

2020-01-12 Thread symphonia
To dual boot with NixOS and other operating systems it would be nice to have 
'chainloader' so that this configuration would work:
(bootloader
(bootloader-configuration
  (bootloader grub-efi-bootloader)
  (target "/boot/efi")
  (menu-entries
   (menu-entry
(label "systemd-boot")
(chainloader "/EFI/Boot/bootx64.efi")))





bug#39090: Installer fails on install disk built from master

2020-01-12 Thread Gábor Boskovits
Gábor Boskovits  ezt írta (időpont: 2020. jan.
12., V, 3:06):
>
> Gábor Boskovits  ezt írta (időpont: 2020. jan.
> 12., V, 2:15):
> >
> > Gábor Boskovits  ezt írta (időpont: 2020. jan.
> > 11., Szo, 15:49):
> > >
> > > Hello,
> > >
> > > I noticed that the install disk created on current master can't
> > > install the system.
> > >
> > > This is on:
> > > e4c9ba4da2a6faf80209488d5c086ea0d5c39214
> > > .
> > >
> > > I have found a reproducer that might highlight where the problem is.
> > >
> > > Steps to reproduce:
> > > 1. guix pull
> > > 2. build the installer image
> > > guix system disk-image --file-system-type=iso9660 \
> > >   gnu/system/install.scm
> > > 3. boot it
> > > 4. switch to tty3
> > > 5. create a file gexp.scm with this content:
> > > (use-modules
> > >  (gnu packages package-management)
> > >  (guix gexp))
> > >
> > > (program-file
> > >  "a"
> > >  (with-extensions
> > >   (list guix)
> > >   #~(#t)))
> > > 6. guix build -f gexp.scm
> > >
> > > This will fail with as strange error message.
> > > This same problem causes the final installation failure in the installer.
> > >
> > > This works fine on the latest installation image.
> > > This works if you run it again after it fails.
> > >
> > > Any help on debugging this further would be appreciated.
> > >
> > > Best regards,
> > > g_bor
> > > --
> > > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
> > >
> > >
> > >
> > I started a bisect,
> > b1d13e40... is good.
> a3569a3 good
92afa57 good


> >
> > --
> > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
>
>
>
> --
> OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21



-- 
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21