Changeset d3d92c8
- Timestamp:
- 02/19/2011 08:26:04 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7b305b0
- Parents:
- c8762f6
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc8762f6 rd3d92c8 4 4 --> 5 5 6 <!ENTITY day " 08"> <!-- Always 2 digits -->6 <!ENTITY day "19"> <!-- Always 2 digits --> 7 7 <!ENTITY month "02"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2011"> … … 316 316 <!ENTITY gcc3-version "3.3.6"> 317 317 <!ENTITY guile-version "1.8.7"> 318 <!ENTITY icedtea6-version "1.9. 4">318 <!ENTITY icedtea6-version "1.9.7"> 319 319 <!ENTITY jdk-version "6 Update 18"> 320 320 <!ENTITY junit-version "4.8.1"> … … 751 751 <!ENTITY gimp-version "2.6.8"> 752 752 <!ENTITY evolution-version "2.30.2"> 753 <!ENTITY icedtea-web-version "1.0.1"> 753 754 754 755 <!-- Chapter 35 --> -
general/prog/icedtea6.xml
rc8762f6 rd3d92c8 5 5 %general-entities; 6 6 7 <!ENTITY icedtea6-download-binary-x86 "http://anduin.linuxfromscratch.org/files/BLFS/icedtea6-&icedtea6-version;-1- i586-bin.tar.xz">8 <!ENTITY icedtea6-bin-md5sum-x86 " af76a2b9ad92422a145335cf6c71064c">7 <!ENTITY icedtea6-download-binary-x86 "http://anduin.linuxfromscratch.org/files/BLFS/icedtea6-&icedtea6-version;-1-x86-bin.tar.xz"> 8 <!ENTITY icedtea6-bin-md5sum-x86 "616f3841562b2787ce101a85378029d1"> 9 9 <!ENTITY icedtea6-bin-size-x86 "100 MB"> 10 <!ENTITY icedtea6-bin-buildsize-x86 "84 4MB">10 <!ENTITY icedtea6-bin-buildsize-x86 "846 MB"> 11 11 12 12 <!-- This is not an error, x86 is larger than x86_64 because x86 includes a … … 14 14 15 15 <!ENTITY icedtea6-download-binary-x64 "http://anduin.linuxfromscratch.org/files/BLFS/icedtea6-&icedtea6-version;-1-x86_64-bin.tar.xz"> 16 <!ENTITY icedtea6-bin-md5sum-x64 " 75fca6ce52def2bf3cf16bbec7230369">16 <!ENTITY icedtea6-bin-md5sum-x64 "98cf8a009c63cb2b32a94dd23b828fca"> 17 17 <!ENTITY icedtea6-bin-size-x64 "77 MB"> 18 18 <!ENTITY icedtea6-bin-buildsize-x64 "564 MB"> 19 19 20 <!ENTITY icedtea6-source-md5sum " d96d950b76a92e8cd327ae55ca4935e1">20 <!ENTITY icedtea6-source-md5sum "54a327a9591dab15049b81ec3c0af724"> 21 21 <!ENTITY openjdk-md5sum "0b36adbf67e4f261e1b827ed4be4f447"> 22 22 <!ENTITY jaf-md5sum "bc95c133620bd68c161cac9891592901"> … … 28 28 <!ENTITY xerces-md5sum "408500aaaf1ff9f1e03e79defe90facc"> 29 29 30 <!ENTITY icedtea6-source-size "6. 2MB">30 <!ENTITY icedtea6-source-size "6.3 MB"> 31 31 <!ENTITY openjdk-size "43 MB"> 32 32 <!ENTITY jaf-size "70 KB"> … … 38 38 <!ENTITY xerces-size "7.0 MB"> 39 39 40 <!ENTITY icedtea6-src-buildsize " 7GB">41 <!ENTITY icedtea6-time " 34SBU (an additional 83 SBU for testsuite)">40 <!ENTITY icedtea6-src-buildsize "6.6 GB"> 41 <!ENTITY icedtea6-time "23 SBU (an additional 83 SBU for testsuite)"> 42 42 43 43 <!ENTITY openjdk-build "b20"> … … 84 84 programs.</para> 85 85 86 <note><para>The browser plugin and webstart implementation have been split 87 off into a separate project. To provide a complete implementation in a 88 source build, you will need to later install <xref linkend="icedtea-web"/>. 89 The binary installation does contain IcedTea-Web components.</para></note> 90 86 91 <para>OpenJDK (and IcedTea6) is GPL'd code, however, it should be explained 87 92 that there has been a special exception made for non-free projects to use … … 283 288 <xref linkend="alsa-lib"/>, 284 289 <xref linkend="cups"/>, 285 <xref linkend="gtk2"/>, and286 <xref linkend="xorg7-lib"/> 287 < /para>290 <xref linkend="gtk2"/>, 291 <xref linkend="xorg7-lib"/>, and 292 <xref linkend="xulrunner"/></para> 288 293 289 294 <bridgehead renderas="sect4">Additional Requirements … … 396 401 ./autogen.sh && 397 402 ./configure --with-jdk-home=/opt/icedtea6-&icedtea6-version;-bin \ 398 --enable-cacerts && 403 --enable-cacerts \ 404 --disable-plugin \ 405 --disable-webstart && 399 406 make</userinput></screen> 400 407 401 408 <para>To test the results, issue: <command>make check</command>. The 402 409 included version of <application>jtreg</application> is old, and the test 403 suite is very dependent on the host system as well. You should expect to 404 see 6 failures and 1 error in the langtools tests, and 20 to 23 failures 405 in jdk with up to 3 errors. The other 4700 tests should pass.</para> 410 suite is also very dependent on the host system. You should expect to 411 see 6 or 7 failures and 1 error in the langtools tests, and 20 to 23 412 failures in jdk with up to 3 errors. The other 4700+ tests should 413 pass. The reason for the variable results is due to different 414 architechtures, versions of dependent libraries, and even the CA 415 certificates used to generate the <filename>cacerts</filename> file.</para> 406 416 407 417 <para>Install the package with the following commands as the … … 421 431 422 432 <para><parameter>--with-jdk-home</parameter>: This switch provides the 423 location of ourtemporary <application>JDK</application>.</para>433 location of the temporary <application>JDK</application>.</para> 424 434 425 435 <para><parameter>--enable-cacerts</parameter>: This switch enables the … … 427 437 certificates, suitable for use by 428 438 <application>IcedTea6</application>.</para> 439 440 <para><parameter>--disable-plugin</parameter>: This switch disables 441 building of the included Java browser plugin. The included plugin and 442 webstart implementation has been split off into a separate project 443 <xref linkend="icedtea-web"/>. Omit this switch if you do not wish to build 444 <application>IcedTea-Web</application> separately.</para> 445 446 <para><parameter>--disable-webstart</parameter>: This switch disables 447 building of the included <application>webstart</application> 448 implementation. As noted above, <application>webstart</application> has 449 split off into a separate project <xref linkend="icedtea-web"/>. Omit this 450 switch if you do not wish to build <application>IcedTea-Web</application> 451 separately.</para> 429 452 430 453 </sect2> … … 478 501 EOF</userinput></screen> 479 502 480 <para>The <application>Java</application> plugin is located at 481 <filename class="directory">$JAVA_HOME/jre/plugin/<replaceable><arch></replaceable>/IcedTeaPlugin.so</filename>. 503 <para>If you've installed only the binary distribution, the 504 <application>Java</application> plugin is located at 505 <filename class="directory">$JAVA_HOME/jre/lib/<replaceable><arch></replaceable>/IcedTeaPlugin.so</filename>. 482 506 Make a symbolic link to the file in that directory from your browser(s) 483 plugins directory.</para> 507 plugins directory. If you've built from source, move on to the 508 <xref linkend="icedtea-web"/> instructions to build the browser 509 plugin.</para> 484 510 485 511 <important> … … 502 528 503 529 <seglistitem> 504 <seg>ap pletviewer, apt, extcheck, idlj, HtmlConverter, jar,530 <seg>apt, extcheck, idlj, HtmlConverter, jar, 505 531 jarsigner, java, javac, javadoc, javah, javap, java-rmi.cgi, 506 j avaws, jconsole, jdb, jhat, jinfo, jmap, jps,532 jconsole, jdb, jhat, jinfo, jmap, jps, 507 533 jrunscript, jsadebugd, jstack, jstat, jstatd, keytool, 508 534 native2ascii, orbd, pack200, policytool, rmic, rmid, rmiregistry, … … 520 546 <?dbhtml list-presentation="table"?> 521 547 522 <varlistentry id="appletviewer-it6">523 <term><command>appletviewer</command></term>524 <listitem>525 <para>runs Java applets outside of the context of a browser.</para>526 <indexterm zone="icedtea6 appletviewer-it6">527 <primary sortas="b-appletviewer">appletviewer</primary>528 </indexterm>529 </listitem>530 </varlistentry>531 532 548 <varlistentry id="apt-it6"> 533 549 <term><command>apt</command></term> … … 647 663 <indexterm zone="icedtea6 java-rmi.cgi-it6"> 648 664 <primary sortas="b-java-rmi.cgi">java-rmi.cgi</primary> 649 </indexterm>650 </listitem>651 </varlistentry>652 653 <varlistentry id="javaws-it6">654 <term><command>javaws</command></term>655 <listitem>656 <para>launches Java application/applets hosted on a network.</para>657 <indexterm zone="icedtea6 javaws-it6">658 <primary sortas="b-javaws">javaws</primary>659 665 </indexterm> 660 666 </listitem> -
introduction/welcome/changelog.xml
rc8762f6 rd3d92c8 42 42 --> 43 43 <listitem> 44 <para>February 19th, 2010</para> 45 <itemizedlist> 46 <listitem> 47 <para>[dj] - Updated to IcedTea6-1.9.7.</para> 48 </listitem> 49 <listitem> 50 <para>[dj] - Separated IcedTea-Web from IcedTea6.</para> 51 </listitem> 52 <listitem> 53 <para>[dj] - Added IcedTea6-Web-1.0.1.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 44 59 <para>February 8th, 2010</para> 45 60 <itemizedlist> … … 47 62 <para>[thomas] - Added Soprano, Virtuoso, Raptor, Rasqal, Redland, 48 63 Strigi, DBusMenu-Qt, CLucene, QCA, Boost, Exiv2, iODBC</para> 64 </listitem> 65 <listitem> 49 66 <para>[thomas] - Add a note about Phonon at QT4</para> 50 67 </listitem> -
introduction/welcome/credits.xml
rc8762f6 rd3d92c8 274 274 275 275 <listitem> 276 <para>Archive::Zip, cracklib, IcedTea6, JDK6, ksh, libdrm, libpcap,277 Mesa, <!-- ncpfs, --> <!-- RP-PPPoE, --> netfs, OpenOffice-2,276 <para>Archive::Zip, cracklib, IcedTea6, IcedTea-Web, JDK6, ksh, libdrm, 277 libpcap, Mesa, <!-- ncpfs, --> <!-- RP-PPPoE, --> netfs, OpenOffice-2, 278 278 PPP (update), Samba-3, Subversion, Xorg-7 and xterm: 279 279 <emphasis>DJ Lucas</emphasis></para> -
xsoft/other/other.xml
rc8762f6 rd3d92c8 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pidgin.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xchat.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icedtea-web.xml"/> 26 27 27 28 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.