GNU bug report logs - #41693
freshly installed system cannot run “guix pull”

Previous Next

Package: guix;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Wed, 3 Jun 2020 18:48:02 UTC

Severity: normal

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41693 in the body.
You can then email your comments to 41693 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#41693; Package guix. (Wed, 03 Jun 2020 18:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ricardo Wurmus <rekado <at> elephly.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 03 Jun 2020 18:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: bug-guix <at> gnu.org
Subject: freshly installed system cannot run “guix pull”
Date: Wed, 03 Jun 2020 20:47:07 +0200
I just installed two servers with the installer image built from commit
2f49007dd076b14feb40d7c3331dee3e737265c8.  Both of these servers boot
just fine, but “guix pull” does not work.

It fails with the following error:

  guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found

-- 
Ricardo




Information forwarded to bug-guix <at> gnu.org:
bug#41693; Package guix. (Wed, 03 Jun 2020 19:07:01 GMT) Full text and rfc822 format available.

Message #8 received at 41693 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 41693 <at> debbugs.gnu.org
Subject: Re: bug#41693: freshly installed system cannot run “guix pull”
Date: Wed, 03 Jun 2020 21:06:44 +0200
Hello Ricardo,

> I just installed two servers with the installer image built from commit
> 2f49007dd076b14feb40d7c3331dee3e737265c8.  Both of these servers boot
> just fine, but “guix pull” does not work.
>
> It fails with the following error:
>
>   guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found

The commit you picked should create an installer with a Guix package
that contains the appropriate fix:
179e6c524ae4957e6ace83f72a5651767f786ca4.

Could you run a "guix describe" just to be sure?

Thanks,

Mathieu






Information forwarded to bug-guix <at> gnu.org:
bug#41693; Package guix. (Wed, 03 Jun 2020 19:43:02 GMT) Full text and rfc822 format available.

Message #11 received at 41693 <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: 41693 <at> debbugs.gnu.org
Subject: Re: bug#41693: freshly installed system cannot run “guix pull”
Date: Wed, 03 Jun 2020 21:41:55 +0200
Mathieu Othacehe <othacehe <at> gnu.org> writes:

>> I just installed two servers with the installer image built from commit
>> 2f49007dd076b14feb40d7c3331dee3e737265c8.  Both of these servers boot
>> just fine, but “guix pull” does not work.
>>
>> It fails with the following error:
>>
>>   guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found
>
> The commit you picked should create an installer with a Guix package
> that contains the appropriate fix:
> 179e6c524ae4957e6ace83f72a5651767f786ca4.
>
> Could you run a "guix describe" just to be sure?

“guix describe” tells me that my Guix was not created with “guix
pull” but says:

    Its version string is 1.1.0-3.52b01cb.

-- 
Ricardo




Information forwarded to bug-guix <at> gnu.org:
bug#41693; Package guix. (Thu, 04 Jun 2020 21:47:01 GMT) Full text and rfc822 format available.

Message #14 received at 41693 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <marius <at> gnu.org>
To: Ricardo Wurmus <rekado <at> elephly.net>, Mathieu Othacehe <othacehe <at> gnu.org>
Cc: 41693 <at> debbugs.gnu.org
Subject: Re: bug#41693: freshly installed system cannot run “guix pull”
Date: Thu, 04 Jun 2020 23:46:38 +0200
[Message part 1 (text/plain, inline)]
Ricardo Wurmus <rekado <at> elephly.net> writes:

> Mathieu Othacehe <othacehe <at> gnu.org> writes:
>
>>> I just installed two servers with the installer image built from commit
>>> 2f49007dd076b14feb40d7c3331dee3e737265c8.  Both of these servers boot
>>> just fine, but “guix pull” does not work.
>>>
>>> It fails with the following error:
>>>
>>>   guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found
>>
>> The commit you picked should create an installer with a Guix package
>> that contains the appropriate fix:
>> 179e6c524ae4957e6ace83f72a5651767f786ca4.
>>
>> Could you run a "guix describe" just to be sure?
>
> “guix describe” tells me that my Guix was not created with “guix
> pull” but says:
>
>     Its version string is 1.1.0-3.52b01cb.

The problem here is that when you create an installer, the Guix inside
the image is the one defined in gnu/packages/package-management.scm
(currently 1.1.0-4.bdc801e).  Which works fine.

But when you install a system using that Guix, it will install an
_older_ Guix snapshot, from its embedded
gnu/packages/package-management.scm, which is the broken
1.1.0-3.52b01cb.

Probably we should make a new Guix snapshot to work around it.  It's a
fairly safe and easy operation, just run 'make update-guix-package' on a
commit that is available on Savannah.  Can you try it?  :-)
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#41693; Package guix. (Thu, 04 Jun 2020 22:30:02 GMT) Full text and rfc822 format available.

Message #17 received at 41693 <at> debbugs.gnu.org (full text, mbox):

From: Kozo via web <issues.guix.gnu.org <at> elephly.net>
To: 41693 <at> debbugs.gnu.org
Subject: freshly installed system cannot run “guix_ pull”
Date: Fri,  5 Jun 2020 00:29:47 +0200
I am getting the same issue with an .iso made with 1.1.0-4.bdc801e.





Information forwarded to bug-guix <at> gnu.org:
bug#41693; Package guix. (Thu, 04 Jun 2020 22:36:02 GMT) Full text and rfc822 format available.

Message #20 received at 41693 <at> debbugs.gnu.org (full text, mbox):

From: Kozo via web <issues.guix.gnu.org <at> elephly.net>
To: 41693 <at> debbugs.gnu.org
Subject: freshly installed system cannot run “guix_ pull”
Date: Fri,  5 Jun 2020 00:35:16 +0200
When I boot to my usb key, gnu grub comes up with gnu guix installation 1.1.0-4.bdc801e. I'm assuming it's trying to install that version?





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Fri, 05 Jun 2020 08:15:01 GMT) Full text and rfc822 format available.

Notification sent to Ricardo Wurmus <rekado <at> elephly.net>:
bug acknowledged by developer. (Fri, 05 Jun 2020 08:15:02 GMT) Full text and rfc822 format available.

Message #25 received at 41693-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Marius Bakke <marius <at> gnu.org>
Cc: Ricardo Wurmus <rekado <at> elephly.net>, 41693-done <at> debbugs.gnu.org
Subject: Re: bug#41693: freshly installed system cannot run “guix pull”
Date: Fri, 05 Jun 2020 10:13:56 +0200
Hey Marius,

> But when you install a system using that Guix, it will install an
> _older_ Guix snapshot, from its embedded
> gnu/packages/package-management.scm, which is the broken
> 1.1.0-3.52b01cb.

Oh you are right, I didn't realize that.

>
> Probably we should make a new Guix snapshot to work around it.  It's a
> fairly safe and easy operation, just run 'make update-guix-package' on a
> commit that is available on Savannah.  Can you try it?  :-)

Sure, done!

Thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 03 Jul 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 82 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.