GNU bug report logs -
#45822
Guix cannot update again and again
Previous Next
Reported by: znavko <at> disroot.org
Date: Tue, 12 Jan 2021 18:19:02 UTC
Severity: normal
Tags: moreinfo
Done: Simon Tournier <zimon.toutoune <at> gmail.com>
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 45822 in the body.
You can then email your comments to 45822 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#45822
; Package
guix
.
(Tue, 12 Jan 2021 18:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
znavko <at> disroot.org
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Tue, 12 Jan 2021 18:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello! I make update under root normally.
But normal user cannot finish updates for several times during these 3 weeks.
Sometimes process stops on downloading one file,sometimes another.
I can remember when I had bad connection I restarted updates again and again and finally got my profile updated.
Is it a problem with my network or Guix servers, or guix code?
$ guix pull && guix package -u
...
building /gnu/store/7ingg9zn1jv0gy4lv93bj4xl1rg12s4p-gvfs-1.40.1.drv...
building /gnu/store/96wkbqpdv3b5wppma08x4xi8ps7ql82n-audacity-2.4.2.drv...
building /gnu/store/xlvl0iymrcgnl9ng8vp53ibc0rmzl4qw-pcmanfm-1.3.1.drv...
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0%guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error in the pull function.
guix package: error: unexpected end-of-file
~$ guix describe
Generation 8 Jan 12 2021 20:05:21 (current)
guix bb4e674
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: bb4e67415eb6d9871ee1b50b0a01e08c19f4809a
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#45822
; Package
guix
.
(Tue, 12 Jan 2021 19:40:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
znavko--- via Bug reports for GNU Guix <bug-guix <at> gnu.org> writes:
> Hello! I make update under root normally.
> But normal user cannot finish updates for several times during these 3 weeks.
> Sometimes process stops on downloading one file,sometimes another.
> I can remember when I had bad connection I restarted updates again and again and finally got my profile updated.
> Is it a problem with my network or Guix servers, or guix code?
>
> $ guix pull && guix package -u
> ...
> building /gnu/store/7ingg9zn1jv0gy4lv93bj4xl1rg12s4p-gvfs-1.40.1.drv...
> building /gnu/store/96wkbqpdv3b5wppma08x4xi8ps7ql82n-audacity-2.4.2.drv...
> building /gnu/store/xlvl0iymrcgnl9ng8vp53ibc0rmzl4qw-pcmanfm-1.3.1.drv...
> substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0%guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error in the pull function.
> guix package: error: unexpected end-of-file
This example is in guix pull, it looks like either a network error or an
error in your local encryption stack.
If other examples are in guix package -u, you can add -k (--keep), then
previous good builds will be kept and won’t have to be rebuilt on the
next try.
However I have been in configurations that for some reasons did not
work. This helped me out of that:
guix pull && guix package -I | cut -f 1,3 | sed 's/\t/:/' | xargs guix install -k
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein
ohne es zu merken
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#45822
; Package
guix
.
(Tue, 12 Jan 2021 19:40:02 GMT)
Full text and
rfc822 format available.
Added tag(s) moreinfo.
Request was from
zimoun <zimon.toutoune <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 10 Jun 2021 11:40:03 GMT)
Full text and
rfc822 format available.
Reply sent
to
Simon Tournier <zimon.toutoune <at> gmail.com>
:
You have taken responsibility.
(Fri, 21 Feb 2025 22:17:16 GMT)
Full text and
rfc822 format available.
Notification sent
to
znavko <at> disroot.org
:
bug acknowledged by developer.
(Fri, 21 Feb 2025 22:17:16 GMT)
Full text and
rfc822 format available.
Message #18 received at 45822-done <at> debbugs.gnu.org (full text, mbox):
Hi,
For reference: https://issues.guix.gnu.org/issue/45822
On Tue, 12 Jan 2021 at 20:39, "Dr. Arne Babenhauserheide" <arne_bab <at> web.de> wrote:
>> $ guix pull && guix package -u
>> ...
>> building /gnu/store/7ingg9zn1jv0gy4lv93bj4xl1rg12s4p-gvfs-1.40.1.drv...
>> building /gnu/store/96wkbqpdv3b5wppma08x4xi8ps7ql82n-audacity-2.4.2.drv...
>> building /gnu/store/xlvl0iymrcgnl9ng8vp53ibc0rmzl4qw-pcmanfm-1.3.1.drv...
>> substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0%guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error in the pull function.
>> guix package: error: unexpected end-of-file
>
> This example is in guix pull, it looks like either a network error or an
> error in your local encryption stack.
>
> If other examples are in guix package -u, you can add -k (--keep), then
> previous good builds will be kept and won’t have to be rebuilt on the
> next try.
>
> However I have been in configurations that for some reasons did not
> work. This helped me out of that:
>
> guix pull && guix package -I | cut -f 1,3 | sed 's/\t/:/' | xargs guix install -k
Well, no more activity after years. So closing!
Thanks for the report and the comment. I think now the issue is fixed,
isn’t it? :-)
Feel free to reopen if I’m missing something.
Cheers,
simon
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 22 Mar 2025 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.