[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#35379: Long lines in `guix` output are truncated at screen width
From: |
rendaw |
Subject: |
bug#35379: Long lines in `guix` output are truncated at screen width |
Date: |
Tue, 23 Apr 2019 00:55:57 +0900 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.3 |
I get logs like:
/gnu/store/6zkimxsfyn0gdc7p4ikxlrhilpnpblsi-grub-efi-2.02/sbin/grub-install:
error:
/gnu/store/6zkimxsfyn0gdc7p4ikxlrhilpnpblsi-grub-efi-2.02/lib/grub/i386-pc/modinfo.sh
doesn't exist. Please spe.
cut off neatly with a period at the edge of the console. I'm not sure I
lost important information here, but I have in other places (ex: using
`display` to show a value).
Via a suggestion from nckx I exported `COLUMNS=`, but this gets reset at
some point during the build - I think qemu or something resets the
terminal state (very vague speculation here).
IMO long lines should only be truncated if explicitly requested - it's
easy to truncate at the CLI but impossible to restore data lost via
truncation after all.
- bug#35379: Long lines in `guix` output are truncated at screen width,
rendaw <=