all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rendaw <7e9wc56emjakcm@s.rendaw.me>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 35379@debbugs.gnu.org
Subject: bug#35379: Long lines in `guix` output are truncated at screen width
Date: Wed, 24 Apr 2019 03:30:17 +0900	[thread overview]
Message-ID: <c84ac514-ba59-fb0c-bc1d-e3fa6e080861@s.rendaw.me> (raw)
In-Reply-To: <87ftq8j24c.fsf@gnu.org>

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.

      reply	other threads:[~2019-04-23 18:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c84ac514-ba59-fb0c-bc1d-e3fa6e080861@s.rendaw.me \
    --to=7e9wc56emjakcm@s.rendaw.me \
    --cc=35379@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.