Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Adrian Bunk
On Thu, May 09, 2019 at 02:43:54PM +0100, Richard Purdie wrote: > On Thu, 2019-05-09 at 08:08 -0400, Paul Barker wrote: >... > > So alpine fixes this by patching the linux headers: > > https://git.alpinelinux.org/aports/tree/main/linux-headers/fix-aarch64-asm-ptrace.patch > > > > I think that

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Paul Barker
On Thu, 9 May 2019, at 15:07, Bruce Ashfield wrote: > > > On Thu, May 9, 2019 at 10:00 AM Paul Barker wrote: > > On Thu, 9 May 2019, at 14:48, Bruce Ashfield wrote: > > > > > > > > > On Thu, May 9, 2019 at 9:43 AM Richard Purdie > > > wrote: > > > > On Thu, 2019-05-09 at 08:08 -0400,

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Bruce Ashfield
On Thu, May 9, 2019 at 10:00 AM Paul Barker wrote: > On Thu, 9 May 2019, at 14:48, Bruce Ashfield wrote: > > > > > > On Thu, May 9, 2019 at 9:43 AM Richard Purdie > > wrote: > > > On Thu, 2019-05-09 at 08:08 -0400, Paul Barker wrote: > > > > On Thu, 9 May 2019, at 11:13, Paul Barker wrote: > >

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Paul Barker
On Thu, 9 May 2019, at 14:48, Bruce Ashfield wrote: > > > On Thu, May 9, 2019 at 9:43 AM Richard Purdie > wrote: > > On Thu, 2019-05-09 at 08:08 -0400, Paul Barker wrote: > > > On Thu, 9 May 2019, at 11:13, Paul Barker wrote: > > > > On Wed, 8 May 2019, at 14:02, Adrian Bunk wrote: > > > >

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Richard Purdie
On Thu, 2019-05-09 at 08:08 -0400, Paul Barker wrote: > On Thu, 9 May 2019, at 11:13, Paul Barker wrote: > > On Wed, 8 May 2019, at 14:02, Adrian Bunk wrote: > > > On Wed, May 08, 2019 at 11:58:36AM +, p...@betafive.co.uk > > > wrote: > > > > ... > > > > +--- strace-4.26.orig/strace.c > > > >

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Bruce Ashfield
On Thu, May 9, 2019 at 9:43 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2019-05-09 at 08:08 -0400, Paul Barker wrote: > > On Thu, 9 May 2019, at 11:13, Paul Barker wrote: > > > On Wed, 8 May 2019, at 14:02, Adrian Bunk wrote: > > > > On Wed, May 08, 2019 at 11:58:36AM

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Paul Barker
On Thu, 9 May 2019, at 11:13, Paul Barker wrote: > On Wed, 8 May 2019, at 14:02, Adrian Bunk wrote: > > On Wed, May 08, 2019 at 11:58:36AM +, p...@betafive.co.uk wrote: > > >... > > > +--- strace-4.26.orig/strace.c > > > strace-4.26/strace.c > > > +@@ -26,7 +26,7 @@ > > > + #include > >

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Paul Barker
On Wed, 8 May 2019, at 14:02, Adrian Bunk wrote: > On Wed, May 08, 2019 at 11:58:36AM +, p...@betafive.co.uk wrote: > >... > > +--- strace-4.26.orig/strace.c > > strace-4.26/strace.c > > +@@ -26,7 +26,7 @@ > > + #include > > + #include > > + #ifdef HAVE_PRCTL > > +-# include > > ++#

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-08 Thread Adrian Bunk
On Wed, May 08, 2019 at 11:58:36AM +, p...@betafive.co.uk wrote: >... > +--- strace-4.26.orig/strace.c > strace-4.26/strace.c > +@@ -26,7 +26,7 @@ > + #include > + #include > + #ifdef HAVE_PRCTL > +-# include > ++# include > + #endif > + #include > diff --git