Changeset e04be6a2 for general


Ignore:
Timestamp:
05/06/2008 06:50:32 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a49a52f
Parents:
50d88079
Message:

Corrected date and minor cleanups for JDK.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk.xml

    r50d88079 re04be6a2  
    217217./jdk-&jdk-bin-version;-linux-i586.bin</userinput></screen>
    218218
     219    <note><para>The installation will end with a message
     220    "./jdk-&jdk-bin-version;-linux-i586.bin: line 43: 20283 Aborted" as
     221    javaprefix is unset in the environment.  This is by design as
     222    <application>GTK+</application> may not be installed during the
     223    installation, however, the installation will still exit with a zero error
     224    value if scripting the build.</para></note>
     225
    219226    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    220227
     
    227234cd ..</userinput></screen>
    228235
    229     <para>Recent versions of libX11 break the statically linked libmawt
     236    <para>Recent versions of libX11 break libmawt
    230237    when used with the Xinerama extension.  While still the
    231238    <systemitem class="username">root</systemitem> user, apply the
     
    235242<screen role="root"><userinput>sed -i 's@XINERAMA@FAKEEXTN@g' \
    236243    /opt/jdk-bin-&jdk-bin-version;/jre/lib/i386/xawt/libmawt.so</userinput></screen>
    237 
    238     <note><para>The installation will end with a message
    239     "./jdk-&jdk-bin-version;-linux-i586.bin: line 43: 20283 Aborted" as
    240     javaprefix is unset in the environment.  This is by design as
    241     <application>GTK+</application> may not be installed during the
    242     installation, however, the installation will still exit with a zero error
    243     value if scripting the build.</para></note>
    244244
    245245    <para>The binary version is now installed.</para>
     
    439439      <filename>/opt</filename>. You should decide on which one you
    440440      would like to use as the default. For example if you decide to use the
    441       source compiled <application>JDK</application>, do the following as the
     441      precompiled <application>JDK</application>, do the following as the
    442442      <systemitem class="username">root</systemitem> user:</para>
    443443
    444 <screen role="root"><userinput>ln -v -nsf jdk-&jdk-version-string; /opt/jdk</userinput></screen>
     444<screen role="root"><userinput>ln -v -nsf jdk-bin-&jdk-bin-version; /opt/jdk</userinput></screen>
    445445
    446446    <para>The information below assumes your system is set up using the
Note: See TracChangeset for help on using the changeset viewer.