Author: pierre
Date: Thu Sep 17 11:19:27 2015
New Revision: 16421

Log:
Add SystemTap as optional dep for gdb, and update date

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/gdb.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Sep 16 22:00:55 2015        (r16420)
+++ trunk/BOOK/general.ent      Thu Sep 17 11:19:27 2015        (r16421)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "16">                   <!-- Always 2 digits -->
+<!ENTITY day          "17">                   <!-- Always 2 digits -->
 <!ENTITY month        "09">                   <!-- Always 2 digits -->
 <!ENTITY year         "2015">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "September 16th &year;">
+<!ENTITY releasedate  "September 17th &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development] -->

Modified: trunk/BOOK/general/prog/gdb.xml
==============================================================================
--- trunk/BOOK/general/prog/gdb.xml     Wed Sep 16 22:00:55 2015        (r16420)
+++ trunk/BOOK/general/prog/gdb.xml     Thu Sep 17 11:19:27 2015        (r16421)
@@ -81,8 +81,10 @@
       <xref linkend="dejagnu"/> (for tests),
       <xref linkend="doxygen"/>,
       <xref linkend="guile"/>,
-      <xref linkend="python2"/>, and
-      <xref linkend="valgrind"/>
+      <xref linkend="python2"/>,
+      <xref linkend="valgrind"/>, and
+      <ulink url="https://sourceware.org/systemtap/";>SystemTap</ulink>
+      (run-time dependency, also used in a few tests)
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -129,7 +131,10 @@
       a large number of timeouts (there is a variable that can be set to
       increase time for timeout, but changing it, apparently the total number
       of tests is not conserved), there are failures associated with system
-      readline 6.x, between others.  Unexpected failures are less than 0.3%.
+      readline 6.x, between others. A few tests assume that the header file
+      <filename>&lt;sys/sdt.h&gt;</filename>, part of <ulink
+      url="https://sourceware.org/systemtap/";>SystemTap</ulink>, is present.
+      Unexpected failures are less than 0.3%.
     </para>
 
     <para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to