Thursday, September 22, 2016

[fedora-arm] Re: 48-bit support in F26?

Hi,

On 09/22/2016 04:58 AM, Peter Lemenkov wrote:
> 2016-09-21 20:47 GMT+02:00 Jeremy Linton <jeremy.linton@arm.com>:
>> On 09/15/2016 08:15 AM, Peter Lemenkov wrote:
>>>
>>> Hello All!
>>>
>>> 2016-09-14 23:59 GMT+02:00 Jeremy Linton <jeremy.linton@arm.com>:
>>>
>>>> js185:
>>>> couchdb-0:1.6.1-16.fc25.x86_64
>>>
>>> ...
>>>>
>>>> erlang-js-0:1.3.0-7.fc25.x86_64
>>>
>>>
>>> I've got patches (mostly untested) for building erlang-js with mozjs170.
>>>
>>> https://github.com/basho/erlang_js/pull/44#issuecomment-247323892
>>
>>
>> Hi Peter,
>>
>> I've been submitting patches to pull everything forward to at least mozjs24
>> which is where gnome/etc are. Would it be possible to push from 17 to 24,
>> because if erlang lands on mozjs17 when polkit gets moved to 24, then again
>> mozjs17 will have a single dependency in fedora.
>
> Working on it. The main issue is that they switched to C++, as well as
> API change. I've got a version which compiles but segfaults during the
> unit-tests.

I don't see that in the github repo, but moving from 17->24 is
straightforward once you get the C++ compile/link conversions
straightend out. The one gocha, which i'm guessing is biting you, is any
calls to JS_NewCompartmentAndGlobalObject() need to be converted to
JS_NewGlobalObject() then you need to construct an JSAutoCompartment and
track it for the lifetime of the GlobalObject (or go ahead and try to
use RAII, but that likely requires higher level restructing of the old C
code). The auto compartment stuff caused me some grief when I initially
ported polkit.


>
>> That said, it looks like gnome are trying to move again, but they are too
>> moving to mozjs31, just as 0ad leaves it.
>
> Mozjs versions zoo is a mess :)
> Still better than v8 API as I was told :)


_______________________________________________
arm mailing list -- arm@lists.fedoraproject.org
To unsubscribe send an email to arm-leave@lists.fedoraproject.org

No comments:

Post a Comment