all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Patterson <andrewpatt7@gmail.com>
To: 60719@debbugs.gnu.org, rekado@elephly.net
Subject: bug#60719: Acknowledgement (openbios-qemu-ppc fails to build on aarch64)
Date: Mon, 16 Jan 2023 23:12:23 -0500	[thread overview]
Message-ID: <87wn5ln5vn.fsf@gmail.com> (raw)
In-Reply-To: <handler.60719.B.167339174924378.ack@debbugs.gnu.org>

From altogether too much searching around with gcc -M, it looks 
like the problem is that openbios has in its include directory an 
asm/types.h.  Because things added to the header search path by -I 
shadow system headers and are global, this replaces the 
<asm/types.h> that <asm/sigcontext.h> relies on, causing the 
error.  On aarch64, <bits/sigcontext.h> (which I think <signal.h> 
includes?) imports <asm/sigcontext.h>, so the whole thing fails to 
build.  On x86_64, <bits/sigcontext.h> does not import 
<asm/sigcontext.h>, so this whole problem never occurs.

I don't know how to fix this on guix's end, but I guess I now need 
to complain to upstream and hope they can work out a fix.

(I have a newfound hatred of #include.)
-- 
Andrew Patterson




  parent reply	other threads:[~2023-01-17  4:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10 22:35 bug#60719: openbios-qemu-ppc fails to build on aarch64 Andrew Patterson
     [not found] ` <handler.60719.B.167339174924378.ack@debbugs.gnu.org>
2023-01-17  4:12   ` Andrew Patterson [this message]
2023-01-17  5:16     ` bug#60719: Acknowledgement (openbios-qemu-ppc fails to build on aarch64) Andrew Patterson
2023-02-21  5:08       ` Andrew Patterson
2023-01-30  0:52 ` bug#60719: openbios-qemu-ppc fails to build on aarch64 Akira Kyle

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=87wn5ln5vn.fsf@gmail.com \
    --to=andrewpatt7@gmail.com \
    --cc=60719@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /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.