unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found
@ 2020-05-09 13:57 sirgazil
  2020-05-10 12:26 ` Efraim Flashner
  0 siblings, 1 reply; 5+ messages in thread
From: sirgazil @ 2020-05-09 13:57 UTC (permalink / raw)
  To: Guix Help

I'm using the GNU system. I did a guix pull yesterday. Now I have this Guix:

★★★★★★★★★★★★★★★★★★★★
$ LANG=C guix describe
Generation 80	May 08 2020 15:18:18	(current)
  sirgazil-x ef6ac93
    repository URL: https://gitlab.com/sirgazil/guix-channel-x.git
    branch: master
    commit: ef6ac9331a7847fdec6f0eb199524b1b755ba0df
  guix 35c43fc
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 35c43fcdbb408a5755efebc13241dd9082360aa1
★★★★★★★★★★★★★★★★★★★★

Then, I added a new user to the system, reconfigured, logged in with the new user, ran guix pull, and got this error:

★★★★★★★★★★★★★★★★★★★★
$ LANG=C guix pull
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
guix https://git.savannah.gnu.org/git/guix.git 36cf1ee
guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found
★★★★★★★★★★★★★★★★★★★★

And I get this error when I try guix describe with that user:

★★★★★★★★★★★★★★★★★★★★
$ LANG=C guix describe
guix describe: error: failed to determine origin
hint: Perhaps this `guix' command was not obtained with `guix pull'? Its version string is 1.1.0-3.52b01cb.
★★★★★★★★★★★★★★★★★★★★

Also, I get this:

★★★★★★★★★★★★★★★★★★★★
$ which guix
/run/current-system/profile/bin/guix
★★★★★★★★★★★★★★★★★★★★

Shouldn't it be something like "/home/USER/.config/guix/current/bin/guix"?

I don't understand what's going on... For what it's worth, previous to the steps in this message, I was using core-updates (pulled that branch and reconfigured the system afterwards).

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



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

* Re: guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found
  2020-05-09 13:57 guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found sirgazil
@ 2020-05-10 12:26 ` Efraim Flashner
  2020-05-11 14:03   ` sirgazil
  0 siblings, 1 reply; 5+ messages in thread
From: Efraim Flashner @ 2020-05-10 12:26 UTC (permalink / raw)
  To: sirgazil; +Cc: Guix Help

[-- Attachment #1: Type: text/plain, Size: 2677 bytes --]

On Sat, May 09, 2020 at 08:57:57AM -0500, sirgazil wrote:
> I'm using the GNU system. I did a guix pull yesterday. Now I have this Guix:
> 
> ★★★★★★★★★★★★★★★★★★★★
> $ LANG=C guix describe
> Generation 80	May 08 2020 15:18:18	(current)
>   sirgazil-x ef6ac93
>     repository URL: https://gitlab.com/sirgazil/guix-channel-x.git
>     branch: master
>     commit: ef6ac9331a7847fdec6f0eb199524b1b755ba0df
>   guix 35c43fc
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: 35c43fcdbb408a5755efebc13241dd9082360aa1
> ★★★★★★★★★★★★★★★★★★★★
> 
> Then, I added a new user to the system, reconfigured, logged in with the new user, ran guix pull, and got this error:
> 
> ★★★★★★★★★★★★★★★★★★★★
> $ LANG=C guix pull
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Building from this channel:
> guix https://git.savannah.gnu.org/git/guix.git 36cf1ee
> guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found
> ★★★★★★★★★★★★★★★★★★★★
> 
> And I get this error when I try guix describe with that user:
> 
> ★★★★★★★★★★★★★★★★★★★★
> $ LANG=C guix describe
> guix describe: error: failed to determine origin
> hint: Perhaps this `guix' command was not obtained with `guix pull'? Its version string is 1.1.0-3.52b01cb.
> ★★★★★★★★★★★★★★★★★★★★
> 
> Also, I get this:
> 
> ★★★★★★★★★★★★★★★★★★★★
> $ which guix
> /run/current-system/profile/bin/guix
> ★★★★★★★★★★★★★★★★★★★★
> 
> Shouldn't it be something like "/home/USER/.config/guix/current/bin/guix"?
> 
> I don't understand what's going on... For what it's worth, previous to the steps in this message, I was using core-updates (pulled that branch and reconfigured the system afterwards).
> 
> ---
> https://sirgazil.bitbucket.io/
> 

I recently upgraded my kids' computer post-core-update merge and I ran
into the same issue. The trick was to make sure to use
~/.configure/guix/bin/guix for 'guix pull' and not
'/run/current-system/profile/bin/guix'. For the new user I'd recommend
running 'guix pull' for them once using another user's guix binary.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found
  2020-05-10 12:26 ` Efraim Flashner
@ 2020-05-11 14:03   ` sirgazil
  2020-05-11 17:44     ` Efraim Flashner
  0 siblings, 1 reply; 5+ messages in thread
From: sirgazil @ 2020-05-11 14:03 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: Guix Help

 ---- On Sun, 10 May 2020 07:26:43 -0500 Efraim Flashner <efraim@flashner.co.il> wrote ----
 > 
 > I recently upgraded my kids' computer post-core-update merge and I ran
 > into the same issue. The trick was to make sure to use
 > ~/.configure/guix/bin/guix for 'guix pull' and not
 > '/run/current-system/profile/bin/guix'. For the new user I'd recommend
 > running 'guix pull' for them once using another user's guix binary.

Thanks, Efraim. How would I do the latter, though. My user "sirgazil" has a working guix, my user "felipe" doesn't.


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

* Re: guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found
  2020-05-11 14:03   ` sirgazil
@ 2020-05-11 17:44     ` Efraim Flashner
  2020-05-11 18:42       ` sirgazil
  0 siblings, 1 reply; 5+ messages in thread
From: Efraim Flashner @ 2020-05-11 17:44 UTC (permalink / raw)
  To: sirgazil; +Cc: Guix Help

[-- Attachment #1: Type: text/plain, Size: 996 bytes --]

On Mon, May 11, 2020 at 09:03:45AM -0500, sirgazil wrote:
>  ---- On Sun, 10 May 2020 07:26:43 -0500 Efraim Flashner <efraim@flashner.co.il> wrote ----
>  > 
>  > I recently upgraded my kids' computer post-core-update merge and I ran
>  > into the same issue. The trick was to make sure to use
>  > ~/.configure/guix/bin/guix for 'guix pull' and not
>  > '/run/current-system/profile/bin/guix'. For the new user I'd recommend
>  > running 'guix pull' for them once using another user's guix binary.
> 
> Thanks, Efraim. How would I do the latter, though. My user "sirgazil" has a working guix, my user "felipe" doesn't.

so as felipe you'd run
/var/guix/profiles/per-user/sirgazil/sirgazil/current-guix/bin/guix pull
or ~/../sirgazil/.config/guix/current/bin/guix pull

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found
  2020-05-11 17:44     ` Efraim Flashner
@ 2020-05-11 18:42       ` sirgazil
  0 siblings, 0 replies; 5+ messages in thread
From: sirgazil @ 2020-05-11 18:42 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: Guix Help

 ---- On Mon, 11 May 2020 12:44:55 -0500 Efraim Flashner <efraim@flashner.co.il> wrote ----
 > On Mon, May 11, 2020 at 09:03:45AM -0500, sirgazil wrote:
 > >  ---- On Sun, 10 May 2020 07:26:43 -0500 Efraim Flashner <efraim@flashner.co.il> wrote ----
 > >  > 
 > >  > I recently upgraded my kids' computer post-core-update merge and I ran
 > >  > into the same issue. The trick was to make sure to use
 > >  > ~/.configure/guix/bin/guix for 'guix pull' and not
 > >  > '/run/current-system/profile/bin/guix'. For the new user I'd recommend
 > >  > running 'guix pull' for them once using another user's guix binary.
 > > 
 > > Thanks, Efraim. How would I do the latter, though. My user "sirgazil" has a working guix, my user "felipe" doesn't.
 > 
 > so as felipe you'd run
 > /var/guix/profiles/per-user/sirgazil/sirgazil/current-guix/bin/guix pull
 > or ~/../sirgazil/.config/guix/current/bin/guix pull

Thanks a lot, Efraim. Problem solved.


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

end of thread, other threads:[~2020-05-11 18:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 13:57 guix pull: error: glibc-bootstrap-system-2.2.5.patch: patch not found sirgazil
2020-05-10 12:26 ` Efraim Flashner
2020-05-11 14:03   ` sirgazil
2020-05-11 17:44     ` Efraim Flashner
2020-05-11 18:42       ` sirgazil

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