All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Angelo Compagnucci <angelo.compagnucci@gmail.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/mono: fix build with autoconf >= 2.70
Date: Mon, 08 Nov 2021 08:40:08 +0100	[thread overview]
Message-ID: <87fss7859j.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20211107214505.3620429-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Sun, 7 Nov 2021 22:45:05 +0100")

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > For an unknown reason, the following build failure is raised on one of
 > the autobuilder with host gcc 6.3.0 since bump of autoconf to version
 > 2.71 in commit ecd54b65c1f998a7ccd91f7c523e4ff38c4781da:

 > icall.c: In function 'mono_create_icall_signatures':
 > icall.c:9513:20: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
 >    gsize_a *types = (gsize*)(sig + 1);
 >                     ^

 > Add an upstream patch to fix it.

Odd that it only triggers now, but the patch looks obviously
correct. Interesting enough, gsize_a is defined as:

typedef gsize G_MAY_ALIAS gsize_a;

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2021-11-08  7:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-07 21:45 [Buildroot] [PATCH 1/1] package/mono: fix build with autoconf >= 2.70 Fabrice Fontaine
2021-11-08  7:40 ` Peter Korsgaard [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=87fss7859j.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --cc=angelo.compagnucci@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    /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 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.