All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jörg Krause" <joerg.krause@embedded.rocks>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/mtd: add patch to fix host build error with gcc 5.1
Date: Tue, 26 May 2015 12:10:54 +0200	[thread overview]
Message-ID: <1432635054.24186.3.camel@embedded.rocks> (raw)
In-Reply-To: <20150526095730.GQ2260@tarshish>

Hi Baruch,

On Di, 2015-05-26 at 12:57 +0300, Baruch Siach wrote:
> Hi J?rg,
> 
> On Tue, May 26, 2015 at 11:53:35AM +0200, J?rg Krause wrote:
> > diff --git a/package/mtd/0005-Fix-redefinition-build-error.patch 
> > b/package/mtd/0005-Fix-redefinition-build-error.patch
> > new file mode 100644
> > index 0000000..b29c3a5
> > --- /dev/null
> > +++ b/package/mtd/0005-Fix-redefinition-build-error.patch
> > @@ -0,0 +1,70 @@
> > +From d00e6c6d623485ced942a018dc9b06a52c8f90e4 Mon Sep 17 00:00:00 
> > 2001
> > +From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
> > +Date: Mon, 25 May 2015 16:37:27 +0200
> > +Subject: [PATCH 1/1] Fix redefinition build error
> > +MIME-Version: 1.0
> > +Content-Type: text/plain; charset=UTF-8
> > +Content-Transfer-Encoding: 8bit
> > +
> > +Building host-mtd with C11 (default for gcc 5.1) fails with:
> > +  error: redefinition of ?hashtable_iterator_key?
> > +  error: redefinition of ?hashtable_iterator_value?
> > +
> > +These two functions are defined both in the header and the C 
> > source file.
> > +Fix this by removing the definition in the C source file and 
> > convert the
> > +"extern inline" to "static inline" in the header file.
> > +
> > +Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> 
> What is the upstream status of this patch?

Good question! I've seen now that Bernard Walle submitted the same
patch three weeks ago to the mtd mailing list [1]. No feedback so far.

[1]
https://patchwork.ozlabs.org/patch/467254/

  reply	other threads:[~2015-05-26 10:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-26  9:53 [Buildroot] [PATCH 1/1] package/mtd: add patch to fix host build error with gcc 5.1 Jörg Krause
2015-05-26  9:57 ` Baruch Siach
2015-05-26 10:10   ` Jörg Krause [this message]
2015-05-26 10:20     ` Baruch Siach
2015-05-26 10:28       ` Jörg Krause

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=1432635054.24186.3.camel@embedded.rocks \
    --to=joerg.krause@embedded.rocks \
    --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 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.