Ignore:
Timestamp:
12/04/2021 08:32:42 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
qt5new
Children:
104ff4e
Parents:
ce5723af (diff), edd2feb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into qt5new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    rce5723af r1daaab6d  
    88  <!ENTITY ff78-version       "&firefox-version;">
    99  and when they are on different versions - keep this for when
    10   we have moved to next firefox-esr (ff-91) and JS  has not moved 
     10  we have moved to next firefox-esr (ff-91) and JS  has not moved
    1111  <!ENTITY ff78-version       "&JS78-version;"> -->
    1212
     
    1414  <!ENTITY js78-download-http "&mozilla-http;/firefox/releases/&JS78-version;esr/source/firefox-&JS78-version;esr.source.tar.xz">
    1515  <!ENTITY js78-download-ftp  " ">
    16   <!ENTITY js78-md5sum        "872623fc9f93ea8d3f3290024f0c0925">
    17   <!ENTITY js78-size          "319 MB">
     16  <!ENTITY js78-md5sum        "453c90444bad8702fd08b71213ab2cbc">
     17  <!ENTITY js78-size          "316 MB">
    1818  <!ENTITY js78-buildsize     "3.0 GB (36 MB installed after removing 34MB static lib)">
    19   <!ENTITY js78-time          "2.4 SBU (on a 4-core machine with parallelism=4)">
     19  <!ENTITY js78-time          "2.5 SBU (with parallelism=4)">
    2020]>
    2121
     
    7676      </listitem>
    7777    </itemizedlist>
    78 <!--   
     78
    7979    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8080    <itemizedlist spacing="compact">
     
    8282        <para>
    8383          Required patch:
    84           <ulink url="&patch-root;/js78-code_coverage-1.patch"/>
     84          <ulink url="&patch-root;/js-&JS78-version;-python_3_10-1.patch"/>
    8585        </para>
    8686      </listitem>
    8787    </itemizedlist>
    88 -->
     88
    8989    <bridgehead renderas="sect3">JS78 Dependencies</bridgehead>
    9090
     
    142142    </note>
    143143
    144 <!-- It's merged in 78.2.0.
    145     <para>
    146       Apply a patch required by <xref linkend="gjs"/>:
    147     </para>
    148 
    149 <screen><userinput>patch -Np1 -i ../js78-code_coverage-1.patch</userinput></screen>
    150 -->
     144    <para>
     145      Apply a patch to allow building this package with Python-3.10 or
     146      later:
     147    </para>
     148
     149<screen><userinput>patch -Np1 -i ../js-&JS78-version;-python_3_10-1.patch</userinput></screen>
     150
    151151    <para>
    152152      Install <application>JS</application> by running the following
     
    187187      It's recommended to redirect the output into a log.
    188188      <!-- recheck when ICU gets upgraded -->
    189       <!-- ken: removed "are known to fail' becasue there are
     189      <!-- ken: removed "are known to fail' because there are
    190190       4096 known failures, these icu items are unexpected failures
    191191       and I found the wording confusing  -->
    192192      <!-- ken : For 78.4 this was 14 failures, I changed it to 10 for 78.5.
    193193      On that machine with 78.6 still 10, but on another 14, both with similar
    194       setup and locale. -->
     194      setup and locale.
    195195      Depending on the machine, either
    196196      ten or fourteen JS tests related to locale and timezone fail,
    197197      because of an issue with recent versions of <xref linkend="icu"/>.
     198      pierre: Now, with icu-70.1, there are many more failures.-->
     199      More than a hundred tests fail after upgrading to icu-70.1 or above,
     200      out of a total of more than 40,000.
    198201    </para>
    199202    <para>
     
    246249      support in the JS shell.
    247250    </para>
    248    
     251
    249252    <para>
    250253      <parameter>--disable-jemalloc</parameter>: This switch disables the
Note: See TracChangeset for help on using the changeset viewer.