Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-08 Thread Björn Stenberg
Bernhard Reutner-Fischer wrote: > The uncompressed log is about 50MB, i put it here (still 1.2MB): > http://busybox.net/~aldot/oe/mk.all.20130118-1442.53.log.xz Can I ask how you worked around the iconv RPATH issue? https://bugzilla.yoctoproject.org/show_bug.cgi?id=2669 -- Björn __

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-06 Thread Björn Stenberg
Saul Wold wrote: > >-RDEPENDS_${PN}-ptest += "\ > >-eglibc-gconv-utf-16 \ > >-eglibc-charmap-utf-8 \ > >-eglibc-gconv-cp1255 \ > >-eglibc-charmap-cp1255 \ > >-eglibc-gconv-utf-32 \ > >-eglibc-gconv-utf-7 \ > >-eglib

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Khem Raj
On Tue, Feb 5, 2013 at 11:59 AM, Saul Wold wrote: > On 02/05/2013 11:36 AM, Bernhard Reutner-Fischer wrote: >> >> On 5 February 2013 20:16, Bernhard Reutner-Fischer >> wrote: >>> >>> On 5 February 2013 19:39, Saul Wold wrote: On 02/05/2013 09:13 AM, Bernhard Reutner-Fischer wrote:

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Saul Wold
On 02/05/2013 11:36 AM, Bernhard Reutner-Fischer wrote: On 5 February 2013 20:16, Bernhard Reutner-Fischer wrote: On 5 February 2013 19:39, Saul Wold wrote: On 02/05/2013 09:13 AM, Bernhard Reutner-Fischer wrote: On 5 February 2013 17:46, Saul Wold wrote: On 02/05/2013 07:55 AM, Bernhard

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Bernhard Reutner-Fischer
On 5 February 2013 20:16, Bernhard Reutner-Fischer wrote: > On 5 February 2013 19:39, Saul Wold wrote: >> On 02/05/2013 09:13 AM, Bernhard Reutner-Fischer wrote: >>> >>> On 5 February 2013 17:46, Saul Wold wrote: On 02/05/2013 07:55 AM, Bernhard Reutner-Fischer wrote: > > >

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Bernhard Reutner-Fischer
On 5 February 2013 19:39, Saul Wold wrote: > On 02/05/2013 09:13 AM, Bernhard Reutner-Fischer wrote: >> >> On 5 February 2013 17:46, Saul Wold wrote: >>> >>> On 02/05/2013 07:55 AM, Bernhard Reutner-Fischer wrote: This reverts commit dec6f912d68f52748f645b6af411f189cf464f85. >

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Saul Wold
On 02/05/2013 09:13 AM, Bernhard Reutner-Fischer wrote: On 5 February 2013 17:46, Saul Wold wrote: On 02/05/2013 07:55 AM, Bernhard Reutner-Fischer wrote: This reverts commit dec6f912d68f52748f645b6af411f189cf464f85. This breaks core-image-sato-sdk for TCLIBC="uclibc". What's the issue? I

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Bernhard Reutner-Fischer
On 5 February 2013 17:59, Burton, Ross wrote: > On 5 February 2013 16:47, Bernhard Reutner-Fischer > wrote: >> I do not have time to look into this, sorry. But yes, of course fixing >> it for real would be better.. > > Sharing the log of the failure would help immensely. The uncompressed log is

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Bernhard Reutner-Fischer
On 5 February 2013 17:46, Saul Wold wrote: > On 02/05/2013 07:55 AM, Bernhard Reutner-Fischer wrote: >> >> This reverts commit dec6f912d68f52748f645b6af411f189cf464f85. >> >> This breaks core-image-sato-sdk for TCLIBC="uclibc". >> > What's the issue? Is it fixable instead of reverting the ptest p

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Burton, Ross
On 5 February 2013 16:47, Bernhard Reutner-Fischer wrote: > I do not have time to look into this, sorry. But yes, of course fixing > it for real would be better.. Sharing the log of the failure would help immensely. Ross ___ Openembedded-core mailing

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Bernhard Reutner-Fischer
On 5 February 2013 17:44, Burton, Ross wrote: > On 5 February 2013 15:55, Bernhard Reutner-Fischer > wrote: >> This reverts commit dec6f912d68f52748f645b6af411f189cf464f85. >> >> This breaks core-image-sato-sdk for TCLIBC="uclibc". > > Ouch. How about we fix it instead of reverting this? I do n

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Saul Wold
On 02/05/2013 07:55 AM, Bernhard Reutner-Fischer wrote: This reverts commit dec6f912d68f52748f645b6af411f189cf464f85. This breaks core-image-sato-sdk for TCLIBC="uclibc". What's the issue? Is it fixable instead of reverting the ptest patch? I think this would be the wrong approach to this kin

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Burton, Ross
On 5 February 2013 15:55, Bernhard Reutner-Fischer wrote: > This reverts commit dec6f912d68f52748f645b6af411f189cf464f85. > > This breaks core-image-sato-sdk for TCLIBC="uclibc". Ouch. How about we fix it instead of reverting this? Ross ___ Openembed

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Richard Purdie
On Tue, 2013-02-05 at 16:55 +0100, Bernhard Reutner-Fischer wrote: > This reverts commit dec6f912d68f52748f645b6af411f189cf464f85. > > This breaks core-image-sato-sdk for TCLIBC="uclibc". > > Signed-off-by: Bernhard Reutner-Fischer > --- > .../glib-2.0/glib-2.0/Makefile-ptest.patch |

[OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-05 Thread Bernhard Reutner-Fischer
This reverts commit dec6f912d68f52748f645b6af411f189cf464f85. This breaks core-image-sato-sdk for TCLIBC="uclibc". Signed-off-by: Bernhard Reutner-Fischer --- .../glib-2.0/glib-2.0/Makefile-ptest.patch | 61 meta/recipes-core/glib-2.0/glib-2.0/run-ptest |