Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] webkitgtk: disable gobject-introspection on mips64
@ 2016-05-30  8:02 Chen Qi
  2016-05-30  8:02 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 6+ messages in thread
From: Chen Qi @ 2016-05-30  8:02 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit bb4ead9b7b1400c37a72d148d9775bdf4210ec37:

  linux-yocto/4.4: integrate v4.4.11 (2016-05-25 07:49:55 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/webkitgtk-mips64
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/webkitgtk-mips64

Chen Qi (1):
  webkitgtk: disable gobject-introspection on mips64

 meta/recipes-sato/webkit/webkitgtk_2.12.1.bb | 3 +++
 1 file changed, 3 insertions(+)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/1] webkitgtk: disable gobject-introspection on mips64
  2016-05-30  8:02 [PATCH 0/1] webkitgtk: disable gobject-introspection on mips64 Chen Qi
@ 2016-05-30  8:02 ` Chen Qi
  2016-05-30 10:48   ` Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: Chen Qi @ 2016-05-30  8:02 UTC (permalink / raw)
  To: openembedded-core

Disable gobject-introspection on mips64 to avoid do_compile failure.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.12.1.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.1.bb
index 23ead72..0ff05c2 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.12.1.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.12.1.bb
@@ -92,3 +92,6 @@ ARM_INSTRUCTION_SET = "arm"
 # qemu: uncaught target signal 11 (Segmentation fault) - core dumped
 # Segmentation fault
 EXTRA_OECMAKE_append_powerpc = " -DENABLE_INTROSPECTION=OFF "
+
+# qemu: uncaught target signal 6 (Aborted) - core dumped
+EXTRA_OECMAKE_append_mips64 = " -DENABLE_INTROSPECTION=OFF "
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] webkitgtk: disable gobject-introspection on mips64
  2016-05-30  8:02 ` [PATCH 1/1] " Chen Qi
@ 2016-05-30 10:48   ` Alexander Kanavin
  2016-05-31  2:00     ` ChenQi
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2016-05-30 10:48 UTC (permalink / raw)
  To: openembedded-core

On 05/30/2016 11:02 AM, Chen Qi wrote:
> Disable gobject-introspection on mips64 to avoid do_compile failure.
> +
> +# qemu: uncaught target signal 6 (Aborted) - core dumped

Please add the actual error before the above line:

| WebKit2-4.0: ../../libgpg-error-1.21/src/posix-lock.c:119: 
get_lock_object: Assertion `!"sizeof lock obj"' failed.

I just checked that updating libgpg-error to 1.22 does not help.

Alex


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] webkitgtk: disable gobject-introspection on mips64
  2016-05-30 10:48   ` Alexander Kanavin
@ 2016-05-31  2:00     ` ChenQi
  2016-06-21 22:36       ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: ChenQi @ 2016-05-31  2:00 UTC (permalink / raw)
  To: Alexander Kanavin, openembedded-core

On 05/30/2016 06:48 PM, Alexander Kanavin wrote:
> On 05/30/2016 11:02 AM, Chen Qi wrote:
>> Disable gobject-introspection on mips64 to avoid do_compile failure.
>> +
>> +# qemu: uncaught target signal 6 (Aborted) - core dumped
>
> Please add the actual error before the above line:
>
> | WebKit2-4.0: ../../libgpg-error-1.21/src/posix-lock.c:119: 
> get_lock_object: Assertion `!"sizeof lock obj"' failed.
>
> I just checked that updating libgpg-error to 1.22 does not help.
>
> Alex

Hi Alex,

I've added the comment and updated the remote branch.

Best Regards,
Chen Qi


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] webkitgtk: disable gobject-introspection on mips64
  2016-05-31  2:00     ` ChenQi
@ 2016-06-21 22:36       ` Khem Raj
  2016-06-22  4:54         ` ChenQi
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2016-06-21 22:36 UTC (permalink / raw)
  To: ChenQi; +Cc: Patches and discussions about the oe-core layer

does this still happen with Qemu 2.6 ?

On Mon, May 30, 2016 at 7:00 PM, ChenQi <Qi.Chen@windriver.com> wrote:
> On 05/30/2016 06:48 PM, Alexander Kanavin wrote:
>>
>> On 05/30/2016 11:02 AM, Chen Qi wrote:
>>>
>>> Disable gobject-introspection on mips64 to avoid do_compile failure.
>>> +
>>> +# qemu: uncaught target signal 6 (Aborted) - core dumped
>>
>>
>> Please add the actual error before the above line:
>>
>> | WebKit2-4.0: ../../libgpg-error-1.21/src/posix-lock.c:119:
>> get_lock_object: Assertion `!"sizeof lock obj"' failed.
>>
>> I just checked that updating libgpg-error to 1.22 does not help.
>>
>> Alex
>
>
> Hi Alex,
>
> I've added the comment and updated the remote branch.
>
> Best Regards,
> Chen Qi
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] webkitgtk: disable gobject-introspection on mips64
  2016-06-21 22:36       ` Khem Raj
@ 2016-06-22  4:54         ` ChenQi
  0 siblings, 0 replies; 6+ messages in thread
From: ChenQi @ 2016-06-22  4:54 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

On 06/22/2016 06:36 AM, Khem Raj wrote:
> does this still happen with Qemu 2.6 ?

Yes.
I just did some testing and the problem was still there with qemu2.6.

Regards,
Chen Qi

>
> On Mon, May 30, 2016 at 7:00 PM, ChenQi <Qi.Chen@windriver.com> wrote:
>> On 05/30/2016 06:48 PM, Alexander Kanavin wrote:
>>> On 05/30/2016 11:02 AM, Chen Qi wrote:
>>>> Disable gobject-introspection on mips64 to avoid do_compile failure.
>>>> +
>>>> +# qemu: uncaught target signal 6 (Aborted) - core dumped
>>>
>>> Please add the actual error before the above line:
>>>
>>> | WebKit2-4.0: ../../libgpg-error-1.21/src/posix-lock.c:119:
>>> get_lock_object: Assertion `!"sizeof lock obj"' failed.
>>>
>>> I just checked that updating libgpg-error to 1.22 does not help.
>>>
>>> Alex
>>
>> Hi Alex,
>>
>> I've added the comment and updated the remote branch.
>>
>> Best Regards,
>> Chen Qi
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-06-22  4:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-30  8:02 [PATCH 0/1] webkitgtk: disable gobject-introspection on mips64 Chen Qi
2016-05-30  8:02 ` [PATCH 1/1] " Chen Qi
2016-05-30 10:48   ` Alexander Kanavin
2016-05-31  2:00     ` ChenQi
2016-06-21 22:36       ` Khem Raj
2016-06-22  4:54         ` ChenQi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox