unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#35379: Long lines in `guix` output are truncated at screen width
       [not found] <42f3ade8-5d7c-9f9d-6d8d-886734b1ffa2@s.rendaw.me>
@ 2019-04-23 13:13 ` Ludovic Courtès
  2019-04-23 18:30   ` rendaw
  0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2019-04-23 13:13 UTC (permalink / raw)
  To: rendaw; +Cc: 35379

Hi rendaw,

rendaw <7e9wc56emjakcm@s.rendaw.me> skribis:

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

Hmm weird.  Can you tell exactly how to reproduce this issue?
I don’t see what could be truncating these lines.

Thanks in advance,
Ludo’.

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

* bug#35379: Long lines in `guix` output are truncated at screen width
  2019-04-23 13:13 ` bug#35379: Long lines in `guix` output are truncated at screen width Ludovic Courtès
@ 2019-04-23 18:30   ` rendaw
  0 siblings, 0 replies; 2+ messages in thread
From: rendaw @ 2019-04-23 18:30 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 35379

On 4/23/19 10:13 PM, Ludovic Courtès wrote:
> Hi rendaw,
>
> rendaw <7e9wc56emjakcm@s.rendaw.me> skribis:
>
>> 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.
> Hmm weird.  Can you tell exactly how to reproduce this issue?
> I don’t see what could be truncating these lines.
>
> Thanks in advance,
> Ludo’.

I thought this was normal, but I tried reproducing it in a vm.

It appears that the truncation starts after qemu starts the image in

```

guix system disk-image my-config.scm -v 10

```

and the truncation continues thereafter.  I tested by doing:

```

(display (iota 200))

(display "\n")

(force-output)

(display (iota 200))

```

This prints before and after the qemu step of the build.  Before the
qemu process it looks like lines are wrapped properly.  After the qemu
process the lines are truncated.  And lines are truncated before+after
for subsequent builds until I reset the vm.

I can send the Vagrantfile and provisioning script + what I did manually
to do the build if you'd like.

The main issue is the build fails, I turn -v 10 on to see the verbose
logs, but then the logs I need (during/post qemu) are truncated so I'm
still not getting the important information.

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

end of thread, other threads:[~2019-04-23 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <42f3ade8-5d7c-9f9d-6d8d-886734b1ffa2@s.rendaw.me>
2019-04-23 13:13 ` bug#35379: Long lines in `guix` output are truncated at screen width Ludovic Courtès
2019-04-23 18:30   ` rendaw

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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