* scm_lreadr error on guix pull
@ 2021-08-23 11:52 Phil Beadling
2021-08-23 12:44 ` Ricardo Wurmus
0 siblings, 1 reply; 9+ messages in thread
From: Phil Beadling @ 2021-08-23 11:52 UTC (permalink / raw)
To: help-guix
Hi all,
I'm seeing this error doing a guix pull from a single linux account. All
other linux accounts are operating fine on guix pull on the same machine.
I tried removing ~/.config/guix for this account, but this made no
difference.
The error is comming (I think) from invoke/quiet receiving a non-zero
return code.
Any ideas?
In procedure scm_lreadr:
/gnu/store/av5gc90fyivafhr54c49519ldxbrrfr0-module-import/guix/build/utils.scm:715:1:
illegal character in escape sequence: #\return
Thanks,
Phil.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: scm_lreadr error on guix pull
2021-08-23 11:52 scm_lreadr error on guix pull Phil Beadling
@ 2021-08-23 12:44 ` Ricardo Wurmus
2021-08-23 13:01 ` Phil Beadling
0 siblings, 1 reply; 9+ messages in thread
From: Ricardo Wurmus @ 2021-08-23 12:44 UTC (permalink / raw)
To: Phil Beadling; +Cc: help-guix
Hi Phil,
> I'm seeing this error doing a guix pull from a single linux
> account. […]
> In procedure scm_lreadr:
> /gnu/store/av5gc90fyivafhr54c49519ldxbrrfr0-module-import/guix/build/utils.scm:715:1:
> illegal character in escape sequence: #\return
I cannot reproduce this.
Could you please provide the output of “guix describe”? What Guix
are you using after deleting ~/.config/guix?
--
Ricardo
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: scm_lreadr error on guix pull
2021-08-23 12:44 ` Ricardo Wurmus
@ 2021-08-23 13:01 ` Phil Beadling
2021-08-23 13:21 ` Phil Beadling
0 siblings, 1 reply; 9+ messages in thread
From: Phil Beadling @ 2021-08-23 13:01 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: help-guix
Thanks for your help Ricardo - see inline.
On Mon, 23 Aug 2021 at 13:45, Ricardo Wurmus <rekado@elephly.net> wrote:
>
>
> I cannot reproduce this.
>
> Could you please provide the output of “guix describe”? What Guix
> are you using after deleting ~/.config/guix?
>
> guix 6755408
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 675540892719387e1e4e76f097ff8e4ee4b559f7
I also have a local guix channel but have no reason to think that is the
issue at the moment.
I can only reproduce this issue on a single user account. All the other
accounts I've tried (on the same server) , report exactly the same commit
from guix describe yet do not show the issue.
When deleting the current profile, I end up using the same version anyway.
Note I do have the guix repo anchored at
675540892719387e1e4e76f097ff8e4ee4b559f7 in the channel setup.
/usr/local/bin/guix --version
guix (GNU Guix) 675540892719387e1e4e76f097ff8e4ee4b559f7
Copyright (C) 2021 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: scm_lreadr error on guix pull
2021-08-23 13:01 ` Phil Beadling
@ 2021-08-23 13:21 ` Phil Beadling
2021-08-23 13:59 ` zimoun
0 siblings, 1 reply; 9+ messages in thread
From: Phil Beadling @ 2021-08-23 13:21 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: help-guix
Some more info from me - I've removed my local channel and reproduced using
only guix:
$ 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 6755408
building
/gnu/store/9g3qj7yicd7sc8312pmvbw6adyv8y877-module-import-compiled.drv...
|builder for
`/gnu/store/9g3qj7yicd7sc8312pmvbw6adyv8y877-module-import-compiled.drv'
failed with exit code 1
build of
/gnu/store/9g3qj7yicd7sc8312pmvbw6adyv8y877-module-import-compiled.drv
failed
View build log at
'/var/log/guix/drvs/9g/3qj7yicd7sc8312pmvbw6adyv8y877-module-import-compiled.drv.bz2'.
cannot build derivation
`/gnu/store/hp8l72b5pxfwys4x806pkl0apkzg9s4g-compute-guix-derivation.drv':
1 dependencies couldn't be built
guix pull: error: build of
`/gnu/store/hp8l72b5pxfwys4x806pkl0apkzg9s4g-compute-guix-derivation.drv'
failed
There's also a bit more info I forgot to include in the stdout.
I have tried to do a "guix pull --rollback" - that didn't seem to help.
On Mon, 23 Aug 2021 at 14:01, Phil Beadling <phil@beadling.co.uk> wrote:
> Thanks for your help Ricardo - see inline.
>
> On Mon, 23 Aug 2021 at 13:45, Ricardo Wurmus <rekado@elephly.net> wrote:
>
>>
>>
>> I cannot reproduce this.
>>
>> Could you please provide the output of “guix describe”? What Guix
>> are you using after deleting ~/.config/guix?
>>
>> guix 6755408
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 675540892719387e1e4e76f097ff8e4ee4b559f7
>
> I also have a local guix channel but have no reason to think that is the
> issue at the moment.
>
> I can only reproduce this issue on a single user account. All the other
> accounts I've tried (on the same server) , report exactly the same commit
> from guix describe yet do not show the issue.
>
> When deleting the current profile, I end up using the same version
> anyway. Note I do have the guix repo anchored at
> 675540892719387e1e4e76f097ff8e4ee4b559f7 in the channel setup.
>
> /usr/local/bin/guix --version
> guix (GNU Guix) 675540892719387e1e4e76f097ff8e4ee4b559f7
> Copyright (C) 2021 the Guix authors
> License GPLv3+: GNU GPL version 3 or later <
> http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: scm_lreadr error on guix pull
2021-08-23 13:21 ` Phil Beadling
@ 2021-08-23 13:59 ` zimoun
2021-08-23 14:15 ` Phil Beadling
0 siblings, 1 reply; 9+ messages in thread
From: zimoun @ 2021-08-23 13:59 UTC (permalink / raw)
To: Phil Beadling; +Cc: help-guix
Hi,
On Mon, 23 Aug 2021 at 15:21, Phil Beadling <phil@beadling.co.uk> wrote:
> Some more info from me - I've removed my local channel and reproduced using
> only guix:
>
> $ 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 6755408
This commit is from May 2021. So it is weird that you pull this commit.
All the best,
simon
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: scm_lreadr error on guix pull
2021-08-23 13:59 ` zimoun
@ 2021-08-23 14:15 ` Phil Beadling
[not found] ` <CAOvsyQu+vogcL=gbeiCjJC8LZX2WNLpq42U6CEN681Yu0gQK-w@mail.gmail.com>
0 siblings, 1 reply; 9+ messages in thread
From: Phil Beadling @ 2021-08-23 14:15 UTC (permalink / raw)
To: zimoun; +Cc: help-guix
On Mon, 23 Aug 2021 at 14:59, zimoun <zimon.toutoune@gmail.com> wrote:
>
> This commit is from May 2021. So it is weird that you pull this commit.
>
Yep - I keep all my accounts in lockstep and move them every few months -
it has been a while since I've done this, but the commit id shouldn't
matter - I should be able to set that to any commit id and have it work.
The other accounts are locked to the same commit id and they have no issue.
Also if I force to current head it still errors (see below).
I've also tried clearing the ~/.cache/guix directory and deleting the
/var/guix/profiles/per-user/<USERNAME> directory - no luck, alas.
Is there anyway to obliterate Guix setup for this one user account and then
start from scratch. Given that all other users on the same server don't
see this problem, that's probably the nuclear option? There's nothing
precious in terms of rollbacks that I couldn't afford to lose - espically
given the rollbacks seem to be broken too.
$ guix pull --commit=f04883d0ba8ddd3977b18ccfc281a5de64bd2e1e
Updating channel 'guix' from Git repository at '
https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to f04883d (4,030 new
commits)...
Building from this channel:
guix https://git.savannah.gnu.org/git/guix.git f04883d
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
building /gnu/store/pq4rnyd4bnal3hpqihzgl5f78rxjh364-module-import.drv...
building /gnu/store/xvnwq3i51ifnz8w02a6zai3k0p8ak7ka-module-import.drv...
building
/gnu/store/8yyhppqch35nshc4svgn8kmf06sawazd-module-import-compiled.drv...
|builder for
`/gnu/store/8yyhppqch35nshc4svgn8kmf06sawazd-module-import-compiled.drv'
failed with exit code 1
build of
/gnu/store/8yyhppqch35nshc4svgn8kmf06sawazd-module-import-compiled.drv
failed
View build log at
'/var/log/guix/drvs/8y/yhppqch35nshc4svgn8kmf06sawazd-module-import-compiled.drv.bz2'.
cannot build derivation
`/gnu/store/lfxvnnmbcdwr4si80hmmr8bryz6qk2d9-compute-guix-derivation.drv':
1 dependencies couldn't be built
guix pull: error: build of
`/gnu/store/lfxvnnmbcdwr4si80hmmr8bryz6qk2d9-compute-guix-derivation.drv'
failed
$
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-08-24 10:18 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23 11:52 scm_lreadr error on guix pull Phil Beadling
2021-08-23 12:44 ` Ricardo Wurmus
2021-08-23 13:01 ` Phil Beadling
2021-08-23 13:21 ` Phil Beadling
2021-08-23 13:59 ` zimoun
2021-08-23 14:15 ` Phil Beadling
[not found] ` <CAOvsyQu+vogcL=gbeiCjJC8LZX2WNLpq42U6CEN681Yu0gQK-w@mail.gmail.com>
2021-08-23 17:18 ` zimoun
2021-08-23 17:52 ` Phil Beadling
2021-08-24 10:12 ` zimoun
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.