Changeset bc2b746 for general


Ignore:
Timestamp:
06/28/2006 06:44:55 AM (18 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a661d14e
Parents:
82459c3
Message:

Updated to JDK-1.5.0 update 7

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk.xml

    r82459c3 rbc2b746  
    55  %general-entities;
    66
    7   <!ENTITY jdk-download-source "https://tiger.dev.java.net/jdk_5_0_05.html">
     7  <!ENTITY jdk-download-source "https://tiger.dev.java.net/jdk_5_0_07.html">
    88  <!ENTITY jdk-download-binary "http://java.sun.com/j2se/1.5.0/download.jsp">
    99  <!ENTITY jdk-source-md5sum   "&sources-anduin-http;/j/jdk-&jdk-src-version;.md5sums">
    10   <!ENTITY jdk-bin-md5sum      "3cdad4a383b93680f02f6f06198c2227">
    11   <!ENTITY jdk-bin-size        "46.7 MB">
    12   <!ENTITY jdk-src-size        "64.4 MB (three .jar files)">
    13   <!ENTITY jdk-src-buildsize   "1553 MB">
    14   <!ENTITY jdk-time            "29 SBU">
     10  <!ENTITY jdk-bin-md5sum      "1325082c36b4adcb71bc5449ae4c68cf">
     11  <!ENTITY jdk-bin-size        "47.9 MB">
     12  <!ENTITY jdk-src-size        "65.3 MB (three .jar files)">
     13  <!ENTITY jdk-src-buildsize   "1651 MB">
     14  <!ENTITY jdk-time            "35 SBU">
    1515]>
    1616
     
    7171      <listitem>
    7272        <para>Source download: <ulink url="&jdk-download-source;"/>
    73         (to download jdk-&jdk-src-string;-fcs-src-b05-jrl-13_oct_2005.jar (or
     73        (to download jdk-&jdk-src-string;-fcs-src-b03-jrl-03_may_2006.jar (or
    7474         optionally the JIUL version),
    75          jdk-&jdk-src-string;-fcs-bin-b05-13_oct_2005.jar, and
    76          jdk-&jdk-src-string;-mozilla_headers-b05-unix-26_aug_2005.jar)</para>
     75         jdk-&jdk-src-string;-fcs-bin-b03-03_may_2006.jar, and
     76         jdk-&jdk-src-string;-mozilla_headers-b03-unix-03_may_2006.jar)</para>
    7777      </listitem>
    7878
     
    8080        <para>Download MD5 sums (source):
    8181          <simplelist>
    82             <member>215c5175e54c2facccc2c7845e339725
    83                     jdk-&jdk-src-string;-fcs-bin-b05-13_oct_2005.jar
     82            <member>8e4de82c323fcf42a04e1eb667941052
     83                    jdk-&jdk-src-string;-fcs-bin-b03-03_may_2006.jar
    8484            </member>
    85             <member>884dd87faa082d294f725857c895b6f6
    86                     jdk-&jdk-src-string;-fcs-src-b05-jrl-13_oct_2005.jar
     85            <member>a111ed35f21a2f71422ade4c931249e6
     86                    jdk-&jdk-src-string;-fcs-src-b03-jrl-03_may_2006.jar
    8787            </member>
    88             <member>3a3627ab55c6a63cddc90d5b3fad4b83
    89                     jdk-&jdk-src-string;-mozilla_headers-b05-unix-26_aug_2005.jar
     88            <member>ac3d0196f437260c2bdc30326af3fc94
     89                    jdk-&jdk-src-string;-mozilla_headers-b03-unix-03_may_2006.jar
    9090            </member>
    9191          </simplelist>
     
    129129        <para><ulink
    130130        url="&patch-root;/jdk-&jdk-src-version;-remove_fixed_paths-1.patch"/></para>
    131       </listitem>
    132       <listitem>
    133         <para><ulink
    134         url="&patch-root;/jdk-&jdk-src-version;-xorg-6.8.1-1.patch"/></para>
    135131      </listitem>
    136132    </itemizedlist>
     
    171167
    172168    <tip>
    173       <para>The <command>./jdk-&jdk-bin-string;-linux-i?86.bin</command>
     169      <para>The <command>./jdk-mod.bin</command>
    174170      command below unpacks the distribution into a
    175171      <filename class='directory'>jdk&jdk-bin-version;</filename> directory.
     
    246242    <para>Set/unset some variables which affect the build:</para>
    247243
    248 <screen><userinput>export ALT_BOOTDIR="$JAVA_HOME" &amp;&amp;
    249 unset JAVA_HOME &amp;&amp;
    250 unset CLASSPATH
    251 unset CFLAGS
    252 unset CXXFLAGS
    253 unset LDFLAGS
     244<screen><userinput>export ALT_BOOTDIR=${JAVA_HOME} &amp;&amp;
     245export CLASSPATH_HOLD=${CLASSPATH} &amp;&amp;
     246unset JAVA_HOME CLASSPATH CFLAGS CXXFLAGS LDFLAGS &amp;&amp;
    254247export ALT_DEVTOOLS_PATH="/usr/bin" &amp;&amp;
    255 export BUILD_NUMBER="update-05" &amp;&amp;
     248export BUILD_NUMBER="update-7" &amp;&amp;
    256249export DEV_ONLY=true &amp;&amp;
    257 export ALT_MOZILLA_HEADERS_PATH=$PWD/share/plugin/ &amp;&amp;
     250export ALT_MOZILLA_HEADERS_PATH=${PWD}/share/plugin/ &amp;&amp;
    258251export INSANE=true &amp;&amp;
    259252export MAKE_VERBOSE=true &amp;&amp;
     
    295288<screen role="root"><userinput>cp -v -a j2sdk-image /opt/jdk/jdk-&jdk-src-version; &amp;&amp;
    296289chown -v -R root:root /opt/jdk/jdk-&jdk-src-version; &amp;&amp;
    297 ln -sf motif21/libmawt.so  /opt/jdk/jdk-&jdk-src-version;/jre/lib/i386/</userinput></screen>
     290ln -v -sf motif21/libmawt.so  /opt/jdk/jdk-&jdk-src-version;/jre/lib/i386/</userinput></screen>
    298291
    299292    <para>Restore the unprivileged user's environment using the following
    300293    commands:</para>
    301294
    302 <screen><userinput>unset ALT_BOOTDIR &amp;&amp;
    303 unset ALT_DEVTOOLS_PATH &amp;&amp;
    304 unset BUILD_NUMBER &amp;&amp;
    305 unset DEV_ONLY &amp;&amp;
    306 unset ALT_MOZILLA_HEADERS_PATH &amp;&amp;
    307 unset INSANE &amp;&amp;
    308 unset MAKE_VERBOSE &amp;&amp;
    309 unset ALT_CACERTS_FILE &amp;&amp;
     295<screen><userinput>export JAVA_HOME=${ALT_BOOTDIR} &amp;&amp;
     296export CLASSPATH=${CLASSPATH_HOLD} &amp;&amp;
    310297export PATH=${PATH_HOLD} &amp;&amp;
    311 unset PATH_HOLD</userinput></screen>
     298unset ALT_BOOTDIR CLASSPATH_HOLD ALT_DEVTOOLS_PATH BUILD_NUMBER &amp;&amp;
     299unset DEV_ONLY ALT_MOZILLA_HEADERS_PATH INSANE MAKE_VERBOSE &amp;&amp;
     300unset ALT_CACERTS_FILE PATH_HOLD</userinput></screen>
    312301
    313302  </sect2>
     
    316305    <title>Command Explanations</title>
    317306
    318     <para><command>export ALT_BOOTDIR="$JAVA_HOME"</command>: This variable sets
     307    <para><command>export ALT_BOOTDIR=${JAVA_HOME}</command>: This variable sets
    319308    the location of the bootstrap <application>JDK</application>.</para>
    320309
    321     <para><command>export ALT_MOZILLA_HEADERS_PATH=$PWD/share/plugin/</command>:
     310    <para><command>export ALT_MOZILLA_HEADERS_PATH=${PWD}/share/plugin/</command>:
    322311    This tells the build exactly where to find the
    323312    <application>Mozilla</application> headers.  This has changed since the
     
    328317    changes the location where the build finds the needed executables.</para>
    329318
    330     <para><command>export BUILD_NUMBER="blfs-&blfs-version;"</command>:
     319    <para><command>export BUILD_NUMBER="update-7"</command>:
    331320    This will help you identify the compiled version of the runtime environment
    332321    and virtual machine by appending this information to the version
     
    337326    <application>rpm</application>.</para>
    338327
    339     <para><command>unset JAVA_HOME</command>: This clears the
    340     <envar>JAVA_HOME</envar> variable as recommended by the build
    341     instructions.</para>
    342 
    343     <para><command>unset CLASSPATH</command>: This clears the
    344     <envar>CLASSPATH</envar> variable as recommended by the build
    345     instructions.</para>
    346 
    347     <para><command>unset CFLAGS/CXXFLAGS...</command>: These variables cause
    348     miscompilation of the build. Never set them.</para>
     328    <para><command>unset JAVA_HOME CLASSPATH CFLAGS CXXFLAGS LDFLAGS</command>:
     329    These variables cause miscompilation of the build. Never set them.</para>
    349330
    350331    <para><command>export INSANE=true</command>: The certified platform for the
Note: See TracChangeset for help on using the changeset viewer.