Changeset 3db7af8
- Timestamp:
- 05/13/2020 03:30:19 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c0a81433
- Parents:
- d47a31ae
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/java.xml
rd47a31ae r3db7af8 7 7 <!-- Maintainer: before making the tarball, remove all .debuginfo files from 8 8 the directory: this saves more than 70 MB. --> 9 <!-- 32-bit binary for JDK1 2 pending, will be done before 9.0 releases-->9 <!-- 32-bit binary for JDK14 pending, will be done before 9.2 release --> 10 10 <!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;"> 11 11 <!ENTITY openjdk-download-binary-x86 "&sources-anduin-http;/OpenJDK/OpenJDK-11.0.2/OpenJDK-11.0.2+9-i686-bin.tar.xz"> … … 16 16 <!-- Not uploaded to anduin, since this file is now available under GNU GPLv2 17 17 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"> 22 20 <!ENTITY openjdk-bin-size-x64 "189 MB"> 23 <!ENTITY openjdk-bin-buildsize-x64 " 296MB">21 <!ENTITY openjdk-bin-buildsize-x64 "320 MB"> 24 22 ]> 25 23 -
general/prog/openjdk.xml
rd47a31ae r3db7af8 6 6 7 7 <!ENTITY ojdk-tarball "jdk-&openjdk-version;+&openjdk-build;.tar.bz2"> 8 <!ENTITY ojdk-repo "http://hg.openjdk.java.net/jdk-updates/jdk1 2u">8 <!ENTITY ojdk-repo "http://hg.openjdk.java.net/jdk-updates/jdk14u"> 9 9 <!ENTITY ojdk-download "&ojdk-repo;/archive/&ojdk-tarball;"> 10 10 11 11 <!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;"> 12 12 13 <!ENTITY ojdk-md5sum " 29a2ca9d2c9a5c50b52d845f008ffa22">13 <!ENTITY ojdk-md5sum "bf287746bb1be5e0d94c27e3d79d800e"> 14 14 <!ENTITY ojdk-size "80 MB"> 15 15 … … 19 19 <!ENTITY jtreg-size "6.8 MB"> 20 20 21 <!ENTITY ojdk-bdsize "5. 2 GB (an additional 363MB for tests)">22 <!ENTITY ojdk-time " 5.9 SBU with 4 jobs (an additional 79SBU 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)"> 23 23 ]> 24 24 … … 245 245 <screen><userinput>unset JAVA_HOME && 246 246 bash configure --enable-unlimited-crypto \ 247 --with-extra-cflags=-fcommon \ 247 248 --disable-warnings-as-errors \ 248 249 --with-stdc++lib=dynamic \ … … 253 254 --with-libpng=system \ 254 255 --with-zlib=system \ 255 --with-version-build="&openjdk-build;" \256 --with-version-build="&openjdk-build;" \ 256 257 --with-version-pre="" \ 257 258 --with-version-opt="" \ … … 277 278 <filename>JTreport/test_{jdk,langtools}/text/stats.txt</filename> and 278 279 <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. 280 282 </para> 281 283 <!-- 11.0.2+9: … … 284 286 12.0.2+10: 285 287 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--> 287 291 288 292 <para> … … 362 366 363 367 <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> 364 374 <parameter>--enable-unlimited-crypto</parameter>: Because of limitations 365 375 on the usage of cryptography in some countries, there is the possibility … … 503 513 504 514 <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> 511 519 <seg>/opt/jdk-&openjdk-version;/lib/*</seg> 512 520 <seg>/opt/jdk-&openjdk-version;</seg> … … 674 682 </varlistentry> 675 683 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 676 696 <varlistentry id="jhsdb"> 677 697 <term><command>jhsdb</command></term> … … 765 785 </varlistentry> 766 786 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 767 799 <varlistentry id="jps"> 768 800 <term><command>jps</command></term> … … 851 883 </listitem> 852 884 </varlistentry> 853 885 <!-- 854 886 <varlistentry id="pack200"> 855 887 <term><command>pack200</command></term> … … 864 896 </listitem> 865 897 </varlistentry> 866 898 --> 867 899 <varlistentry id="rmic"> 868 900 <term><command>rmic</command></term> … … 916 948 </listitem> 917 949 </varlistentry> 918 950 <!-- 919 951 <varlistentry id="unpack200"> 920 952 <term><command>unpack200</command></term> … … 930 962 </listitem> 931 963 </varlistentry> 932 964 --> 933 965 </variablelist> 934 966 -
introduction/welcome/changelog.xml
rd47a31ae r3db7af8 56 56 <itemizedlist> 57 57 <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> 58 69 <para>[renodr] - Update to harfbuzz-2.6.6. Fixes 59 70 <ulink url="&blfs-ticket-root;13527">#13527</ulink>.</para> -
packages.ent
rd47a31ae r3db7af8 380 380 <!ENTITY hamcrest-version "1.3"> 381 381 --> 382 <!ENTITY openjdk-version "1 2.0.2">383 <!ENTITY openjdk-build " 10">382 <!ENTITY openjdk-version "14.0.1"> 383 <!ENTITY openjdk-build "7"> 384 384 385 385 <!-- Perl module versions used in the Perl Modules instructions
Note:
See TracChangeset
for help on using the changeset viewer.