OpenJDK-1.8.0.45 typo: s/test/&s/.

Berkeley DB-6.1.23: java bindings broken.
Emacs-24.5: bootstrap needed only for development versions.
Some gcc5 tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15930 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-05-06 13:24:18 +00:00
parent b199507fd4
commit ca8bcae98a
8 changed files with 18 additions and 13 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "04"> <!-- Always 2 digits -->
<!ENTITY day "06"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "May 4th, &year;">
<!ENTITY releasedate "May 6th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -441,7 +441,7 @@ LANG=C ${JT_HOME}/bin/jtreg -a -v:fail,error \
results</ulink>, although they usually are run on a newer version.
There are a few failures, the number of which depends on various
conditions, like whether the computer is connected to network. Also, some
test may timeout if the machine is under load.
tests may timeout if the machine is under load.
</para>
<para>

View File

@ -37,7 +37,7 @@
users. Its principles are simplicity and standards compliance.
</para>
&lfs77_checked;
&lfs77_checked; &gcc5_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -48,7 +48,7 @@
to convert text to audible speech through the system audio hardware.
</para>
&lfs77_checked;
&lfs77_checked; &gcc5_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -32,7 +32,7 @@
<para>The <application>Emacs</application> package contains an extensible,
customizable, self-documenting real-time display editor.</para>
&lfs77_checked;
&lfs77_checked; &gcc5_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -101,7 +101,9 @@
<screen><userinput>./configure --prefix=/usr \
--without-gnutls \
--localstatedir=/var &amp;&amp;
make bootstrap</userinput></screen>
make</userinput></screen>
<!-- make bootstrap only necessary for development versions obtained with git
-->
<para>
This package does not come with a test suite. If make succeeds, you can

View File

@ -50,7 +50,7 @@
ends. The back ends are drivers for the supported scanners and cameras. The
front ends are user interfaces to access the backends.</para>
&lfs77_checked;
&lfs77_checked; &gcc5_checked;
<!-- The upstream web site has the md5sums for the tarballs:
http://www.sane-project.org/sane-md5sums.txt.

View File

@ -34,7 +34,7 @@
<xref linkend="sane"/>. It has additional features to improve the image
quality and ease of use compared to <command>xscanimage</command>.</para>
&lfs77_checked;
&lfs77_checked; &gcc5_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -76,8 +76,10 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="tcl"/>,
<xref linkend="openjdk"/><!-- or <xref linkend="jdk"/> -->, and
<xref linkend="sharutils"/> (for the <command>uudecode</command> command)
<xref linkend="openjdk"/> (the Java bindings are currently broken with
JDK8)<!-- or <xref linkend="jdk"/> -->, and
<xref linkend="sharutils"/> (for the <command>uudecode</command> command
- Java bindings are required)
</para>
<para condition="html" role="usernotes">
@ -241,9 +243,10 @@ chown -v -R root:root \
</para>
<para>
<option>--enable-java</option>: Enables
<application>Java</application> support in DB and creates the
<option>--enable-java</option>: Enables <application>Java</application>
support in DB and creates the
<filename class="libraryfile">libdb_java</filename> libraries.
The Java bindings are currently broken with JDK8.
</para>
</sect2>