unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: help-guix@gnu.org
Subject: Issues building some packages with QEMU binfmt
Date: Thu, 05 Mar 2020 21:27:26 +0000	[thread overview]
Message-ID: <87ftemeblt.fsf@cbaines.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 793 bytes --]

Hey,

For the Guix Data Service, I've noticed some builds getting stuck
recently. It seems to be when qemu-arm is used to run foreign binaries,
often grep during the git-minimal tests. Currently it's stuck running
gcc during the configure phase for the Guix package.

Attaching strace to the stuck process shows the following output in a
loop, mmap followed by munmap:

mmap(0xab897cd96000, 4294901760, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7ffef0010000
mmap(0x7ffff0000000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffff70c1000
munmap(0x7ffff70c1000, 4096)            = 0
munmap(0x7ffef0010000, 4294901760)      = 0


I'm guessing this is probably an issue with QEMU, but I was wondering if
anyone has seen similar behaviour?

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

             reply	other threads:[~2020-03-05 21:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05 21:27 Christopher Baines [this message]
2020-03-09 22:00 ` Issues building some packages with QEMU binfmt Diego Nicola Barbato

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87ftemeblt.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=help-guix@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.
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).