[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33030: Crash in progress-bar
From: |
Ludovic Courtès |
Subject: |
bug#33030: Crash in progress-bar |
Date: |
Mon, 15 Oct 2018 11:20:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi Leo,
Leo Famulari <address@hidden> skribis:
> $ guix --version
> guix (GNU Guix) aa227b3be3d7728331a08dbd139c47c9b271dc23
> Copyright (C) 2018 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.
> $ ./pre-inst-env guix package -u .
> [...]
> downloading from
> https://private.mirror/guix/nar/gzip/iql35g1g5q9dkap5splc7f9ggskr31vl-NamesList.txt...
> Backtrace:.txt 347KiB 1.4MiB/s 00:00
> [################ ] 92.3%
[...]
> 208:33 2 (display-download-progress _ _ #:start-time _ # _ # _)
> 183:12 1 (progress-bar _ _)
> In unknown file:
> 0 (make-string -51 #\space)
Could you run:
guix build --log-file \
/gnu/store/iql35g1g5q9dkap5splc7f9ggskr31vl-NamesList.txt
and post the contents of the file?
This should allow us to bridge the gap with Mark’s analysis.
Thanks in advance,
Ludo’.