Changeset ca8bcae9


Ignore:
Timestamp:
05/06/2015 01:24:18 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4e6dc5d
Parents:
b199507
Message:

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb199507 rca8bcae9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 4th, &year;">
     9<!ENTITY releasedate  "May 6th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/openjdk.xml

    rb199507 rca8bcae9  
    442442      There are a few failures, the number of which depends on various
    443443      conditions, like whether the computer is connected to network. Also, some
    444       test may timeout if the machine is under load.
     444      tests may timeout if the machine is under load.
    445445    </para>
    446446
  • gnome/applications/epiphany.xml

    rb199507 rca8bcae9  
    3838    </para>
    3939
    40     &lfs77_checked;
     40    &lfs77_checked; &gcc5_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/audioutils/freetts.xml

    rb199507 rca8bcae9  
    4949    </para>
    5050
    51     &lfs77_checked;
     51    &lfs77_checked; &gcc5_checked;
    5252
    5353    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/editors/emacs.xml

    rb199507 rca8bcae9  
    3333    customizable, self-documenting real-time display editor.</para>
    3434
    35     &lfs77_checked;
     35    &lfs77_checked; &gcc5_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    102102            --without-gnutls     \
    103103            --localstatedir=/var &amp;&amp;
    104 make bootstrap</userinput></screen>
     104make</userinput></screen>
     105<!-- make bootstrap only necessary for development versions obtained with git
     106-->
    105107
    106108    <para>
  • pst/scanning/sane.xml

    rb199507 rca8bcae9  
    5151    front ends are user interfaces to access the backends.</para>
    5252
    53     &lfs77_checked;
     53    &lfs77_checked; &gcc5_checked;
    5454
    5555    <!-- The upstream web site has the md5sums for the tarballs:
  • pst/scanning/xsane.xml

    rb199507 rca8bcae9  
    3535    quality and ease of use compared to <command>xscanimage</command>.</para>
    3636
    37     &lfs77_checked;
     37    &lfs77_checked; &gcc5_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/databases/db.xml

    rb199507 rca8bcae9  
    7777    <para role="optional">
    7878      <xref linkend="tcl"/>,
    79       <xref linkend="openjdk"/><!-- or <xref linkend="jdk"/> -->, and
    80       <xref linkend="sharutils"/> (for the <command>uudecode</command> command)
     79      <xref linkend="openjdk"/> (the Java bindings are currently broken with
     80      JDK8)<!-- or <xref linkend="jdk"/> -->, and
     81      <xref linkend="sharutils"/> (for the <command>uudecode</command> command
     82      - Java bindings are required)
    8183    </para>
    8284
     
    242244
    243245    <para>
    244       <option>--enable-java</option>: Enables
    245       <application>Java</application> support in DB and creates the
     246      <option>--enable-java</option>: Enables <application>Java</application>
     247      support in DB and creates the
    246248      <filename class="libraryfile">libdb_java</filename> libraries.
     249      The Java bindings are currently broken with JDK8.
    247250    </para>
    248251  </sect2>
Note: See TracChangeset for help on using the changeset viewer.