Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/gauche: fix musl build issue
Date: Thu, 17 Dec 2015 11:54:04 +0100	[thread overview]
Message-ID: <20151217115404.7927666a@free-electrons.com> (raw)
In-Reply-To: <1450349254-18577-1-git-send-email-joerg.krause@embedded.rocks>

Dear J?rg Krause,

On Thu, 17 Dec 2015 11:47:34 +0100, J?rg Krause wrote:
> Add a patch from upstream to fix a musl build issue:
> 
>   In file included from os_dep.c:44:0:
>   /home/peko/autobuild/instance-0/output/host/usr/arm-buildroot-linux-musleabihf/sysroot/usr/include/asm/sigcontext.h:9:8: error: redefinition of 'struct sigcontext'
>    struct sigcontext {
>           ^
>   In file included from /home/peko/autobuild/instance-0/output/host/usr/arm-buildroot-linux-musleabihf/sysroot/usr/include/signal.h:243:0,
>                    from ./include/private/../gc_pthread_redirects.h:42,
>                    from ./include/private/../gc.h:1443,
>                    from ./include/private/gc_priv.h:46,
>                    from os_dep.c:17:
>   /home/peko/autobuild/instance-0/output/host/usr/arm-buildroot-linux-musleabihf/sysroot/usr/include/bits/signal.h:11:16: note: originally defined here
>    typedef struct sigcontext
> 
> The Linux headers sigcontext and asm/sigcontext are no longer used and were
> replaced with ucontext_t in GC 7.0alpha1 (gauche uses a private copy of bdwgc).
> 
> Fixes:
> http://autobuild.buildroot.net/results/411/4111ea586143410649b78c8dfc737f0f83d78441/
> http://autobuild.buildroot.net/results/b19/b19dbcc7ddf0f24472afcecf4c684915045550bf/
> http://autobuild.buildroot.net/results/9eb/9ebf7ad0d721433dcc8523a55d08ca074d037e58/
> http://autobuild.buildroot.net/results/223/22328dbe8ea86c59ceff3ba40da1d9ef39e10533/
> and many more.
> 
> Fetch from:
> https://github.com/shirok/Gauche/commit/13a196557848f22a1607a300643131345e9f32b3
> 
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
>  package/gauche/gauche.hash | 1 +
>  package/gauche/gauche.mk   | 1 +
>  2 files changed, 2 insertions(+)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      reply	other threads:[~2015-12-17 10:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17 10:47 [Buildroot] [PATCH 1/1] package/gauche: fix musl build issue Jörg Krause
2015-12-17 10:54 ` Thomas Petazzoni [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=20151217115404.7927666a@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox