Ignore:
Timestamp:
12/04/2021 03:28:15 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
lazarus
Children:
e6974d1
Parents:
b22e4ceb (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 lazarus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    rb22e4ceb r8307474  
    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        "88c2a5dbee2b6a843258599df3566630">
    17   <!ENTITY js78-size          "325 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)">
    1919  <!ENTITY js78-time          "2.5 SBU (with parallelism=4)">
     
    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>
Note: See TracChangeset for help on using the changeset viewer.