Changeset c599277 for general


Ignore:
Timestamp:
02/03/2019 02:27:24 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
262f8897
Parents:
31b45d9
Message:

Adapt Libreoffice to changes in JDK11
Minor stylistic changes to subversion
OpenJDK: Add comment about test suite failures
Java: Regenerate i686 binary for +9

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21078 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/java.xml

    r31b45d9 rc599277  
    99  <!ENTITY anduin-download             "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    1010  <!ENTITY openjdk-download-binary-x86 "&anduin-download;/OpenJDK-&openjdk-version;+&openjdk-build;-i686-bin.tar.xz">
    11   <!ENTITY openjdk-bin-md5sum-x86      "9e7907a5cde056649844ec07602f4b2a">
    12   <!ENTITY openjdk-bin-size-x86        "143 MB">
     11  <!ENTITY openjdk-bin-md5sum-x86      "2b917647040e9804e0f3ccd51f40394b">
     12  <!ENTITY openjdk-bin-size-x86        "158 MB">
    1313  <!ENTITY openjdk-bin-buildsize-x86   "273 MB">
    1414
    1515<!-- Not uploaded to anduin, since this file is now available under GNU GPLv2
    1616     licence.-->
     17<!-- I've crafted a binary in case the version is removed from Oracle after
     18     BLFS 8.4 is released. -->
    1719  <!ENTITY openjdk-download-binary-x64 "https://download.java.net/java/GA/jdk11/&openjdk-build;/GPL/openjdk-&openjdk-version;_linux-x64_bin.tar.gz">
    1820  <!ENTITY openjdk-bin-md5sum-x64      "ce52c5844200c569a50a869e579d88f6">
  • general/prog/openjdk.xml

    r31b45d9 rc599277  
    4949
    5050    &lfs83_checked;
    51 <!--
    52     <note>
    53       <para>
    54         A browser plugin and webstart implementation is provided by the
    55         Icedtea project. To provide a complete implementation, you will
    56         need to later install <xref linkend="icedtea-web"/>.
    57       </para>
    58     </note>
    59 -->
     51
    6052    <para>
    6153      OpenJDK is GPL'd code, with a special exception made for non-free
     
    263255    <filename>JTreport/test_{jdk,langtools}/text/summary.txt</filename>.
    264256    You should expect to see around 40 failures and a couple of errors.</para>
     257    <!-- for x86_64: 2 Errors, 28 Failures
     258         for i686:   13 Errors, 48 Failures
     259         Updated for JDK-11.0.2+9 by renodr -->
    265260
    266261    <para>Install the package with the following commands as the
  • general/prog/subversion.xml

    r31b45d9 rc599277  
    232232    </para>
    233233    <para>
    234      <screen> <command>make install-javahl</command></screen>
     234<screen><command>make install-javahl</command></screen>
    235235    </para>
    236236
     
    243243    </para>
    244244    <para>
    245       <screen><command>make install-swig-pl</command>
     245<screen><command>make install-swig-pl</command>
    246246<command>make install-swig-py \
    247247      swig_pydir=/usr/lib/python&python2-majorver;/site-packages/libsvn \
Note: See TracChangeset for help on using the changeset viewer.