Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-15 Thread Saul Wold
On 06/12/2012 12:59 AM, Bogdan Marinescu wrote: Removed the x32 specific patches, since they seem to be fully integrated into 4.7. Also removed the sigmask patch, since the new version doesn't seem to use sigmask anymore. Signed-off-by: Bogdan Marinescu --- .../strace/strace-4.6/sigmask.patch

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-15 Thread Richard Purdie
On Fri, 2012-06-15 at 10:42 +0300, Marinescu, Bogdan A wrote: > On Fri, Jun 15, 2012 at 12:27 AM, Khem Raj wrote: > > On Thu, Jun 14, 2012 at 5:42 AM, Marinescu, Bogdan A > > wrote: > >> I was able to build strace 4.7 with uclibc succesfully, but I'm unable > >> to build an uclibc image (even cor

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-15 Thread Marinescu, Bogdan A
On Fri, Jun 15, 2012 at 12:27 AM, Khem Raj wrote: > On Thu, Jun 14, 2012 at 5:42 AM, Marinescu, Bogdan A > wrote: >> I was able to build strace 4.7 with uclibc succesfully, but I'm unable >> to build an uclibc image (even core-image-minimal) to do an actual >> test due to various compilation erro

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-14 Thread Khem Raj
On Thu, Jun 14, 2012 at 5:42 AM, Marinescu, Bogdan A wrote: > I was able to build strace 4.7 with uclibc succesfully, but I'm unable > to build an uclibc image (even core-image-minimal) to do an actual > test due to various compilation errors. Should I keep on trying to > compile an Yocto image to

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-14 Thread Saul Wold
On 06/14/2012 12:14 PM, Richard Purdie wrote: On Thu, 2012-06-14 at 11:57 -0700, Saul Wold wrote: On 06/12/2012 12:59 AM, Bogdan Marinescu wrote: Removed the x32 specific patches, since they seem to be fully integrated into 4.7. Also removed the sigmask patch, since the new version doesn't seem

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-14 Thread Richard Purdie
On Thu, 2012-06-14 at 11:57 -0700, Saul Wold wrote: > On 06/12/2012 12:59 AM, Bogdan Marinescu wrote: > > Removed the x32 specific patches, since they seem to be fully > > integrated into 4.7. Also removed the sigmask patch, since the > > new version doesn't seem to use sigmask anymore. > > > > Sig

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-14 Thread Saul Wold
On 06/12/2012 12:59 AM, Bogdan Marinescu wrote: Removed the x32 specific patches, since they seem to be fully integrated into 4.7. Also removed the sigmask patch, since the new version doesn't seem to use sigmask anymore. Signed-off-by: Bogdan Marinescu --- .../strace/strace-4.6/sigmask.patch

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-14 Thread Marinescu, Bogdan A
On Tue, Jun 12, 2012 at 4:59 PM, Khem Raj wrote: > On Tue, Jun 12, 2012 at 12:59 AM, Bogdan Marinescu > wrote: >> new version doesn't seem to use sigmask anymore. > > You have to build it on uclibc to see if you can drop this patch or not. I was able to build strace 4.7 with uclibc succesfully,

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-12 Thread Paul Eggleton
On Tuesday 12 June 2012 11:31:59 Robert P. J. Day wrote: > On Tue, 12 Jun 2012, Paul Eggleton wrote: > > Any core-image-* would do e.g. core-image-minimal, and you could just use > > CORE_IMAGE_EXTRA_INSTALL += "strace" in your local.conf to have strace > > installed in the image by default for the

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-12 Thread Marinescu, Bogdan A
Hi, On Tue, Jun 12, 2012 at 6:25 PM, Paul Eggleton wrote: > On Tuesday 12 June 2012 18:13:35 Marinescu, Bogdan A wrote: >> On Tue, Jun 12, 2012 at 4:59 PM, Khem Raj wrote: >> > You have to build it on uclibc to see if you can drop this patch or not. >> >> Thanks for your reply. I built with ucli

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-12 Thread Robert P. J. Day
On Tue, 12 Jun 2012, Paul Eggleton wrote: > On Tuesday 12 June 2012 18:13:35 Marinescu, Bogdan A wrote: > > On Tue, Jun 12, 2012 at 4:59 PM, Khem Raj wrote: > > > You have to build it on uclibc to see if you can drop this patch or not. > > > > Thanks for your reply. I built with uclibc and the bu

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-12 Thread Paul Eggleton
On Tuesday 12 June 2012 18:13:35 Marinescu, Bogdan A wrote: > On Tue, Jun 12, 2012 at 4:59 PM, Khem Raj wrote: > > You have to build it on uclibc to see if you can drop this patch or not. > > Thanks for your reply. I built with uclibc and the build succeeded. > Not sure how to test it though. Is

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-12 Thread Marinescu, Bogdan A
Hi, On Tue, Jun 12, 2012 at 4:59 PM, Khem Raj wrote: > On Tue, Jun 12, 2012 at 12:59 AM, Bogdan Marinescu > wrote: >> new version doesn't seem to use sigmask anymore. > > You have to build it on uclibc to see if you can drop this patch or not. Thanks for your reply. I built with uclibc and the

Re: [OE-core] [PATCH] strace: update to 4.7

2012-06-12 Thread Khem Raj
On Tue, Jun 12, 2012 at 12:59 AM, Bogdan Marinescu wrote: > new version doesn't seem to use sigmask anymore. You have to build it on uclibc to see if you can drop this patch or not. ___ Openembedded-core mailing list Openembedded-core@lists.openembedde

[OE-core] [PATCH] strace: update to 4.7

2012-06-12 Thread Bogdan Marinescu
Removed the x32 specific patches, since they seem to be fully integrated into 4.7. Also removed the sigmask patch, since the new version doesn't seem to use sigmask anymore. Signed-off-by: Bogdan Marinescu --- .../strace/strace-4.6/sigmask.patch| 23 - .../strace-4.6/strace-4.6