unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#39090: Installer fails on install disk built from master
@ 2020-01-11 14:48 Gábor Boskovits
  2020-01-11 16:43 ` Ricardo Wurmus
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-11 14:48 UTC (permalink / raw)
  To: 39090

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

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

* bug#39090: Installer fails on install disk built from master
  2020-01-11 14:48 bug#39090: Installer fails on install disk built from master Gábor Boskovits
@ 2020-01-11 16:43 ` Ricardo Wurmus
  2020-01-11 19:07   ` Gábor Boskovits
  2020-01-12  1:15 ` Gábor Boskovits
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 18+ messages in thread
From: Ricardo Wurmus @ 2020-01-11 16:43 UTC (permalink / raw)
  To: Gábor Boskovits; +Cc: 39090


Gábor Boskovits <boskovits@gmail.com> writes:

> 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.

What’s the error message?

-- 
Ricardo

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

* bug#39090: Installer fails on install disk built from master
  2020-01-11 16:43 ` Ricardo Wurmus
@ 2020-01-11 19:07   ` Gábor Boskovits
  2020-01-15 17:44     ` Ludovic Courtès
  0 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-11 19:07 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 39090

Ricardo Wurmus <rekado@elephly.net> ezt írta (időpont: 2020. jan. 11.,
Szo, 17:44):
>
>
> Gábor Boskovits <boskovits@gmail.com> writes:
>
> > 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.
>
> What’s the error message?

guix build: error: got unexpected path <store-path-name> from substituter

<store-path-name> varies, currently it was
/gnu/store/0q95b...-libarchive-3.4.0.tar.gz
>
> --
> Ricardo
>


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

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

* bug#39090: Installer fails on install disk built from master
  2020-01-11 14:48 bug#39090: Installer fails on install disk built from master Gábor Boskovits
  2020-01-11 16:43 ` Ricardo Wurmus
@ 2020-01-12  1:15 ` Gábor Boskovits
  2020-01-12  2:06   ` Gábor Boskovits
  2020-01-13 21:44 ` bug#39090: Update on the installer bug Gábor Boskovits
  2020-01-14 17:01 ` bug#39090: Guix package version bisect update Gábor Boskovits
  3 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-12  1:15 UTC (permalink / raw)
  To: 39090

Gábor Boskovits <boskovits@gmail.com> 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.

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

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

* bug#39090: Installer fails on install disk built from master
  2020-01-12  1:15 ` Gábor Boskovits
@ 2020-01-12  2:06   ` Gábor Boskovits
  2020-01-12 11:39     ` Gábor Boskovits
  0 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-12  2:06 UTC (permalink / raw)
  To: 39090

Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
12., V, 2:15):
>
> Gábor Boskovits <boskovits@gmail.com> 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
>
> --
> 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

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

* bug#39090: Installer fails on install disk built from master
  2020-01-12  2:06   ` Gábor Boskovits
@ 2020-01-12 11:39     ` Gábor Boskovits
  2020-01-12 13:00       ` Gábor Boskovits
  0 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-12 11:39 UTC (permalink / raw)
  To: 39090

Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
12., V, 3:06):
>
> Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> 12., V, 2:15):
> >
> > Gábor Boskovits <boskovits@gmail.com> 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

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

* bug#39090: Installer fails on install disk built from master
  2020-01-12 11:39     ` Gábor Boskovits
@ 2020-01-12 13:00       ` Gábor Boskovits
  2020-01-12 15:18         ` Gábor Boskovits
  0 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-12 13:00 UTC (permalink / raw)
  To: 39090

Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
12., V, 12:39):
>
> Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> 12., V, 3:06):
> >
> > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > 12., V, 2:15):
> > >
> > > Gábor Boskovits <boskovits@gmail.com> 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

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

* bug#39090: Installer fails on install disk built from master
  2020-01-12 13:00       ` Gábor Boskovits
@ 2020-01-12 15:18         ` Gábor Boskovits
  2020-01-12 16:54           ` Gábor Boskovits
  0 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-12 15:18 UTC (permalink / raw)
  To: 39090

Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
12., V, 14:00):
>
> Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> 12., V, 12:39):
> >
> > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > 12., V, 3:06):
> > >
> > > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > > 12., V, 2:15):
> > > >
> > > > Gábor Boskovits <boskovits@gmail.com> 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

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

* bug#39090: Installer fails on install disk built from master
  2020-01-12 15:18         ` Gábor Boskovits
@ 2020-01-12 16:54           ` Gábor Boskovits
  2020-01-12 18:17             ` Gábor Boskovits
  0 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-12 16:54 UTC (permalink / raw)
  To: 39090

Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
12., V, 16:18):
>
> Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> 12., V, 14:00):
> >
> > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > 12., V, 12:39):
> > >
> > > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > > 12., V, 3:06):
> > > >
> > > > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > > > 12., V, 2:15):
> > > > >
> > > > > Gábor Boskovits <boskovits@gmail.com> 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

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

* bug#39090: Installer fails on install disk built from master
  2020-01-12 16:54           ` Gábor Boskovits
@ 2020-01-12 18:17             ` Gábor Boskovits
  2020-01-12 20:09               ` Gábor Boskovits
  0 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-12 18:17 UTC (permalink / raw)
  To: 39090

Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
12., V, 17:54):
>
> Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> 12., V, 16:18):
> >
> > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > 12., V, 14:00):
> > >
> > > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > > 12., V, 12:39):
> > > >
> > > > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > > > 12., V, 3:06):
> > > > >
> > > > > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > > > > 12., V, 2:15):
> > > > > >
> > > > > > Gábor Boskovits <boskovits@gmail.com> 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

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

* bug#39090: Installer fails on install disk built from master
  2020-01-12 18:17             ` Gábor Boskovits
@ 2020-01-12 20:09               ` Gábor Boskovits
  2020-01-12 21:52                 ` Ludovic Courtès
  0 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-12 20:09 UTC (permalink / raw)
  To: 39090

Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
12., V, 19:17):
>
> Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> 12., V, 17:54):
> >
> > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > 12., V, 16:18):
> > >
> > > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > > 12., V, 14:00):
> > > >
> > > > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > > > 12., V, 12:39):
> > > > >
> > > > > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > > > > 12., V, 3:06):
> > > > > >
> > > > > > Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
> > > > > > 12., V, 2:15):
> > > > > > >
> > > > > > > Gábor Boskovits <boskovits@gmail.com> 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

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

* bug#39090: Installer fails on install disk built from master
  2020-01-12 20:09               ` Gábor Boskovits
@ 2020-01-12 21:52                 ` Ludovic Courtès
  0 siblings, 0 replies; 18+ messages in thread
From: Ludovic Courtès @ 2020-01-12 21:52 UTC (permalink / raw)
  To: Gábor Boskovits; +Cc: 39090

Hi Gábor,

Gábor Boskovits <boskovits@gmail.com> 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’.

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

* bug#39090: Update on the installer bug
  2020-01-11 14:48 bug#39090: Installer fails on install disk built from master Gábor Boskovits
  2020-01-11 16:43 ` Ricardo Wurmus
  2020-01-12  1:15 ` Gábor Boskovits
@ 2020-01-13 21:44 ` Gábor Boskovits
  2020-01-14 17:01 ` bug#39090: Guix package version bisect update Gábor Boskovits
  3 siblings, 0 replies; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-13 21:44 UTC (permalink / raw)
  To: 39090

The problem is introduced by the guix update on
fd885160fcfde710e415252463c1034f22f88e59.

Reverting this commit makes the problem go away, so a bisect on the
guix package version is feasible.

The problem can be triggered in the installer image by doing
'guix build guix' in a root terminal.

The first attempt fails, while subsequent attempts succeed.

rm -rf /var/guix/substitute triggers the error again.

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

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

* bug#39090: Guix package version bisect update
  2020-01-11 14:48 bug#39090: Installer fails on install disk built from master Gábor Boskovits
                   ` (2 preceding siblings ...)
  2020-01-13 21:44 ` bug#39090: Update on the installer bug Gábor Boskovits
@ 2020-01-14 17:01 ` Gábor Boskovits
  2020-01-14 20:21   ` Gábor Boskovits
  3 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-14 17:01 UTC (permalink / raw)
  To: 39090

As it turned out that the problem is in the guix package following an update I
started a bisect.

Updating guix to:
edc58fdada good

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

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

* bug#39090: Guix package version bisect update
  2020-01-14 17:01 ` bug#39090: Guix package version bisect update Gábor Boskovits
@ 2020-01-14 20:21   ` Gábor Boskovits
  2020-01-14 22:05     ` Gábor Boskovits
  0 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-14 20:21 UTC (permalink / raw)
  To: 39090

Gábor Boskovits <boskovits@gmail.com> ezt írta (időpont: 2020. jan.
14., K, 18:01):
>
> As it turned out that the problem is in the guix package following an update I
> started a bisect.
>
> Updating guix to:
> edc58fdada good
970cb5cece 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

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

* bug#39090: Guix package version bisect update
  2020-01-14 20:21   ` Gábor Boskovits
@ 2020-01-14 22:05     ` Gábor Boskovits
  2020-01-14 23:52       ` Gábor Boskovits
  0 siblings, 1 reply; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-14 22:05 UTC (permalink / raw)
  To: 39090

> > As it turned out that the problem is in the guix package following an update I
> > started a bisect.
> >
> > Updating guix to:
> > edc58fdada good
> 970cb5cece good
4f0b3368ad bad

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

* bug#39090: Guix package version bisect update
  2020-01-14 22:05     ` Gábor Boskovits
@ 2020-01-14 23:52       ` Gábor Boskovits
  0 siblings, 0 replies; 18+ messages in thread
From: Gábor Boskovits @ 2020-01-14 23:52 UTC (permalink / raw)
  To: 39090

> > > As it turned out that the problem is in the guix package following an update I
> > > started a bisect.
> > >
> > > Updating guix to:
> > > edc58fdada good
> > 970cb5cece good
> 4f0b3368ad bad
ea3e8fad74 good

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

* bug#39090: Installer fails on install disk built from master
  2020-01-11 19:07   ` Gábor Boskovits
@ 2020-01-15 17:44     ` Ludovic Courtès
  0 siblings, 0 replies; 18+ messages in thread
From: Ludovic Courtès @ 2020-01-15 17:44 UTC (permalink / raw)
  To: Gábor Boskovits; +Cc: 39090-done

Hello,

Gábor Boskovits <boskovits@gmail.com> skribis:

> Ricardo Wurmus <rekado@elephly.net> ezt írta (időpont: 2020. jan. 11.,
> Szo, 17:44):
>>
>>
>> Gábor Boskovits <boskovits@gmail.com> writes:
>>
>> > 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.
>>
>> What’s the error message?
>
> guix build: error: got unexpected path <store-path-name> from substituter
>
> <store-path-name> varies, currently it was
> /gnu/store/0q95b...-libarchive-3.4.0.tar.gz

Fixed by e2922f527ee8d891a41b5086637fa560a1c2ddd8!  I’ll update the
‘guix’ package shortly.

This was tricky to reproduce because it depends on what’s in your store
and what’s in /var/guix/substitute/cache.

I managed to reproduce it first in a VM following your instructions, and
then on a local instance of guix-daemon where I had wiped
/var/guix/substitute/cache and also changed the condition in
‘http-multiple-get’ to exercise the “Connection: close” case (which is
otherwise infrequent.)

Thanks a lot for your investigation, which helped a lot!

Ludo’.

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

end of thread, other threads:[~2020-01-15 17:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-11 14:48 bug#39090: Installer fails on install disk built from master Gábor Boskovits
2020-01-11 16:43 ` Ricardo Wurmus
2020-01-11 19:07   ` Gábor Boskovits
2020-01-15 17:44     ` Ludovic Courtès
2020-01-12  1:15 ` Gábor Boskovits
2020-01-12  2:06   ` Gábor Boskovits
2020-01-12 11:39     ` Gábor Boskovits
2020-01-12 13:00       ` Gábor Boskovits
2020-01-12 15:18         ` Gábor Boskovits
2020-01-12 16:54           ` Gábor Boskovits
2020-01-12 18:17             ` Gábor Boskovits
2020-01-12 20:09               ` Gábor Boskovits
2020-01-12 21:52                 ` Ludovic Courtès
2020-01-13 21:44 ` bug#39090: Update on the installer bug Gábor Boskovits
2020-01-14 17:01 ` bug#39090: Guix package version bisect update Gábor Boskovits
2020-01-14 20:21   ` Gábor Boskovits
2020-01-14 22:05     ` Gábor Boskovits
2020-01-14 23:52       ` Gábor Boskovits

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).