Re: [OE-core] [sumo] cherry-pick request to fix bison on glibc 2.28

2018-11-20 Thread Raphael Kubo da Costa
Tim Orling writes: > http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5e441f3f8aa896e264f44ba8b699e5841cceade4 > > or > > http://git.openembedded.org/openembedded-core/commit/?id=741415c58b356576428c26efd081212eb989l +Armin I was going to send a patch with the backport but noticed

[OE-core] [rocko][PATCH 3/3] elfutils: Fix gcc compile time alignment errors

2018-11-20 Thread Raphael Kubo da Costa
From: Khem Raj Allow devtool to organize the SRC_URI (From OE-Core rev: 49aae1d75ff1c6a9643c30a8cc5776a2ffa83dd3) Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- .../elfutils/elfutils_0.170.bb| 40 +++-- ...ed-structs-follow-the-gcc-memory-lay.patch | 34 + ...te

[OE-core] [rocko][PATCH 2/3] elfutils: refresh patches

2018-11-20 Thread Raphael Kubo da Costa
From: Ross Burton The patch tool will apply patches by default with "fuzz", which is where if the hunk context isn't present but what is there is close enough, it will force the patch in. Whilst this is useful when there's just whitespace changes, when applied to source it is possible for a patc

[OE-core] [rocko][PATCH 1/3] elfutils: Use fallthrough attribute

2018-11-20 Thread Raphael Kubo da Costa
From: Joshua Watt Patches elfutils to use the fallthrough attribute instead of comments to satisfy the -Wimplicit-fallthrough warning. Using comments is insufficient when compiling remotely with Icecream because the file gets pre-processed locally, removing the comments (From OE-Core rev: cd44ce

[OE-core] [rocko][PATCH 0/3] elfutils: Backport gcc alignment error fix

2018-11-20 Thread Raphael Kubo da Costa
This became a patch series because there are two intermediate commits that were not part of rocko but are needed for a painless cherry-pick of the commit I'm really interested in. Without these commits, I am unable to build elfutils-native on Fedora 29. -- __

[OE-core] [rocko][PATCH] bison: Fix build break with glibc 2.28

2018-11-20 Thread Raphael Kubo da Costa
From: Khem Raj (From OE-Core rev: 741415c58b356576428c26efd081212eb989) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- .../recipes-devtools/bison/bison/gnulib.patch | 21 +++ meta/recipes-devtools/bison/bison_3.0.4.bb| 1 + 2 files changed, 22 insertions(+)

Re: [OE-core] [rocko][PATCH] m4: Workaround gnulib's fseeko.c implementation

2018-11-16 Thread Raphael Kubo da Costa
akuster808 writes: > On 11/14/18 5:23 AM, Raphael Kubo da Costa wrote: > >> From: Khem Raj >> >> exposed by glibc 2.28 for details see >> https://lists.gnu.org/r/bug-gnulib/2018-03/msg0.html >> >> (From OE-Core rev: acca7f964bf9c21f3777085563a79

[OE-core] [sumo][PATCH] m4: Workaround gnulib's fseeko.c implementation

2018-11-14 Thread Raphael Kubo da Costa
From: Khem Raj exposed by glibc 2.28 for details see https://lists.gnu.org/r/bug-gnulib/2018-03/msg0.html (From OE-Core rev: acca7f964bf9c21f3777085563a7928b8246f17f) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie Signed-off-by: Raphael Kubo da Costa --- meta/recipes-devtools/m4

[OE-core] [rocko][PATCH] m4: Workaround gnulib's fseeko.c implementation

2018-11-14 Thread Raphael Kubo da Costa
From: Khem Raj exposed by glibc 2.28 for details see https://lists.gnu.org/r/bug-gnulib/2018-03/msg0.html (From OE-Core rev: acca7f964bf9c21f3777085563a7928b8246f17f) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie Signed-off-by: Raphael Kubo da Costa --- meta/recipes-devtools/m4

Re: [OE-core] [pyro][PATCH] gcc: Backport upstream r261799

2018-08-09 Thread Raphael Kubo da Costa
Raphael Kubo da Costa writes: > The upstream commit merges several bug fixes into the GCC 6 branch; we are > specifically interested in the fix for GCC bug 83623, which was causing > Chromium 68+ to fail to build on ARM and aarch64 with > > In file included from > ../.

[OE-core] [pyro][PATCH] gcc: Backport upstream r261799

2018-07-18 Thread Raphael Kubo da Costa
(v>>8)) & 0x ); ~~^~~~~~ Signed-off-by: Raphael Kubo da Costa --- meta/recipes-devtools/gcc/gcc-6.4.inc | 1 + ...18-06-20-Richard-Biener-rguenther-suse.de.patch | 504 + 2 files changed, 505 insertions(+) create mode 100644 meta/recipes-devtools/g