Changeset 3db7af8


Ignore:
Timestamp:
05/13/2020 03:30:19 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
c0a81433
Parents:
d47a31ae
Message:

Update to java and openjdk 14.0.1+7 (only 64 bit java, 32 bit pending)

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/java.xml

    rd47a31ae r3db7af8  
    77<!-- Maintainer: before making the tarball, remove all .debuginfo files from
    88    the directory: this saves more than 70 MB. -->
    9 <!-- 32-bit binary for JDK12 pending, will be done before 9.0 releases -->
     9<!-- 32-bit binary for JDK14 pending, will be done before 9.2 release -->
    1010  <!ENTITY anduin-download             "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    1111  <!ENTITY openjdk-download-binary-x86 "&sources-anduin-http;/OpenJDK/OpenJDK-11.0.2/OpenJDK-11.0.2+9-i686-bin.tar.xz">
     
    1616<!-- Not uploaded to anduin, since this file is now available under GNU GPLv2
    1717     licence.-->
    18 <!-- I've crafted a binary in case the version is removed from Oracle after
    19      BLFS 8.4 is released. -->
    20   <!ENTITY openjdk-download-binary-x64 "https://download.java.net/java/GA/jdk12.0.2/e482c34c86bd4bf8b56c0b35558996b9/&openjdk-build;/GPL/openjdk-&openjdk-version;_linux-x64_bin.tar.gz">
    21   <!ENTITY openjdk-bin-md5sum-x64      "f5da6f4dec81bdd2a096184ec1d69216">
     18  <!ENTITY openjdk-download-binary-x64 "https://download.java.net/java/GA/jdk14.0.1/664493ef4a6946b186ff29eb326336a2/&openjdk-build;/GPL/openjdk-&openjdk-version;_linux-x64_bin.tar.gz">
     19  <!ENTITY openjdk-bin-md5sum-x64      "8b402feab7c615367b21e289ddda665e">
    2220  <!ENTITY openjdk-bin-size-x64        "189 MB">
    23   <!ENTITY openjdk-bin-buildsize-x64   "296 MB">
     21  <!ENTITY openjdk-bin-buildsize-x64   "320 MB">
    2422]>
    2523
  • general/prog/openjdk.xml

    rd47a31ae r3db7af8  
    66
    77  <!ENTITY ojdk-tarball              "jdk-&openjdk-version;+&openjdk-build;.tar.bz2">
    8   <!ENTITY ojdk-repo                 "http://hg.openjdk.java.net/jdk-updates/jdk12u">
     8  <!ENTITY ojdk-repo                 "http://hg.openjdk.java.net/jdk-updates/jdk14u">
    99  <!ENTITY ojdk-download             "&ojdk-repo;/archive/&ojdk-tarball;">
    1010
    1111  <!ENTITY anduin-download           "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    1212
    13   <!ENTITY ojdk-md5sum               "29a2ca9d2c9a5c50b52d845f008ffa22">
     13  <!ENTITY ojdk-md5sum               "bf287746bb1be5e0d94c27e3d79d800e">
    1414  <!ENTITY ojdk-size                 "80 MB">
    1515
     
    1919  <!ENTITY jtreg-size                "6.8 MB">
    2020
    21   <!ENTITY ojdk-bdsize               "5.2 GB (an additional 363 MB for tests)">
    22   <!ENTITY ojdk-time                 "5.9 SBU with 4 jobs (an additional 79 SBU for tests with 4 jobs)">
     21  <!ENTITY ojdk-bdsize               "5.3 GB (an additional 394 MB for tests)">
     22  <!ENTITY ojdk-time                 "4.5 SBU with 4 jobs (an additional 51 SBU for tests with 4 jobs)">
    2323]>
    2424
     
    245245<screen><userinput>unset JAVA_HOME                             &amp;&amp;
    246246bash configure --enable-unlimited-crypto    \
     247               --with-extra-cflags=-fcommon \
    247248               --disable-warnings-as-errors \
    248249               --with-stdc++lib=dynamic     \
     
    253254               --with-libpng=system         \
    254255               --with-zlib=system           \
    255                --with-version-build="&openjdk-build;"    \
     256               --with-version-build="&openjdk-build;"     \
    256257               --with-version-pre=""        \
    257258               --with-version-opt=""        \
     
    277278      <filename>JTreport/test_{jdk,langtools}/text/stats.txt</filename> and
    278279      <filename>JTreport/test_{jdk,langtools}/text/summary.txt</filename>.
    279       You should expect to see around 40 failures and a couple of errors.
     280      You should expect to see around 40 failures and about the same number
     281      of errors.
    280282    </para>
    281283    <!-- 11.0.2+9:
     
    284286         12.0.2+10:
    285287         for x86_64: 5828 Passed, 52 Errors, no failures
    286          for i686: PENDING -->
     288         for i686: PENDING
     289         14.0.1+7:
     290         for x86_64: passed: 5,836; failed: 42; error: 50-->
    287291
    288292    <para>
     
    362366
    363367    <para>
     368      <parameter>--with-extra-cflags=-fcommon</parameter>: Allows building
     369      with GCC 10.
     370      <!-- patchs are available upstream and will be included in java 15 -->
     371    </para>
     372
     373    <para>
    364374      <parameter>--enable-unlimited-crypto</parameter>: Because of limitations
    365375      on the usage of cryptography in some countries, there is the possibility
     
    503513
    504514      <seglistitem>
    505         <seg>jaotc, jar,
    506         jarsigner, java, javac, javadoc, javap, jcmd, jconsole, jdb,
    507         jdeprscan, jdeps, jhsdb, jimage, jinfo, jjs, jlink, jmap, jmod, jps,
    508         jrunscript, jshell, jstack, jstat, jstatd, keytool,
    509         pack200, rmic, rmid, rmiregistry,
    510         serialver, and unpack200</seg>
     515        <seg>jaotc, jar, jarsigner, java, javac, javadoc, javap, jcmd,
     516        jconsole, jdb, jdeprscan, jdeps, jfr, jhsdb, jimage, jinfo, jjs,
     517        jlink, jmap, jmod, jpackage, jps, jrunscript, jshell, jstack,
     518        jstat, jstatd, keytool, rmic, rmid, rmiregistry, and serialver</seg>
    511519        <seg>/opt/jdk-&openjdk-version;/lib/*</seg>
    512520        <seg>/opt/jdk-&openjdk-version;</seg>
     
    674682      </varlistentry>
    675683
     684      <varlistentry id="jfr">
     685        <term><command>jfr</command></term>
     686        <listitem>
     687          <para>
     688            is a tool for working with <quote>Flight Recorder</quote> files.
     689          </para>
     690          <indexterm zone="openjdk jfr">
     691            <primary sortas="b-jfr">jfr</primary>
     692          </indexterm>
     693        </listitem>
     694      </varlistentry>
     695
    676696      <varlistentry id="jhsdb">
    677697        <term><command>jhsdb</command></term>
     
    765785      </varlistentry>
    766786
     787      <varlistentry id="jpackage">
     788        <term><command>jpackage</command></term>
     789        <listitem>
     790          <para>
     791            generates java application packages and images.
     792          </para>
     793          <indexterm zone="openjdk jpackage">
     794            <primary sortas="b-jpackage">jpackage</primary>
     795          </indexterm>
     796        </listitem>
     797      </varlistentry>
     798
    767799      <varlistentry id="jps">
    768800        <term><command>jps</command></term>
     
    851883        </listitem>
    852884      </varlistentry>
    853 
     885      <!--
    854886      <varlistentry id="pack200">
    855887        <term><command>pack200</command></term>
     
    864896        </listitem>
    865897      </varlistentry>
    866 
     898      -->
    867899      <varlistentry id="rmic">
    868900        <term><command>rmic</command></term>
     
    916948        </listitem>
    917949      </varlistentry>
    918 
     950      <!--
    919951      <varlistentry id="unpack200">
    920952        <term><command>unpack200</command></term>
     
    930962        </listitem>
    931963      </varlistentry>
    932 
     964      -->
    933965    </variablelist>
    934966
  • introduction/welcome/changelog.xml

    rd47a31ae r3db7af8  
    5656      <itemizedlist>
    5757        <listitem>
     58          <para>[pierre] - Update to Java(64 bit) and Openjdk 14.0.1+7.
     59            Jave 32 stille pending. Partially
     60            fixes <ulink url="&blfs-ticket-root;13530">#13530</ulink>.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
     64
     65    <listitem>
     66      <para>May 12th, 2020</para>
     67      <itemizedlist>
     68        <listitem>
    5869          <para>[renodr] - Update to harfbuzz-2.6.6. Fixes
    5970          <ulink url="&blfs-ticket-root;13527">#13527</ulink>.</para>
  • packages.ent

    rd47a31ae r3db7af8  
    380380<!ENTITY hamcrest-version             "1.3">
    381381-->
    382 <!ENTITY openjdk-version              "12.0.2">
    383 <!ENTITY openjdk-build                "10">
     382<!ENTITY openjdk-version              "14.0.1">
     383<!ENTITY openjdk-build                "7">
    384384
    385385<!-- Perl module versions used in the Perl Modules instructions
Note: See TracChangeset for help on using the changeset viewer.