Author: pierre
Date: Mon Jan 28 06:24:43 2019
New Revision: 21051

Log:
P2 is optional for tracker

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/platform/tracker.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Jan 27 14:51:22 2019        (r21050)
+++ trunk/BOOK/general.ent      Mon Jan 28 06:24:43 2019        (r21051)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "27">                   <!-- Always 2 digits -->
+<!ENTITY day          "28">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 27th, &year;">
+<!ENTITY releasedate  "January 28th, &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/gnome/platform/tracker.xml
==============================================================================
--- trunk/BOOK/gnome/platform/tracker.xml       Sun Jan 27 14:51:22 2019        
(r21050)
+++ trunk/BOOK/gnome/platform/tracker.xml       Mon Jan 28 06:24:43 2019        
(r21051)
@@ -78,8 +78,7 @@
     <para role="required">
       <xref linkend="json-glib"/>,
       <xref linkend="libseccomp"/>,
-      <xref linkend="libsoup"/>,
-      <xref linkend="python2"/>, and
+      <xref linkend="libsoup"/>, and
       <xref linkend="vala"/>
     </para>
 
@@ -94,7 +93,8 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="gtk-doc"/> and
+      <xref linkend="gtk-doc"/>,
+      <xref linkend="python2"/> (for the <quote>functional</quote> tests), and
       <ulink url="https://github.com/snowballstem/snowball/";>Snowball</ulink>
     </para>
 
@@ -117,8 +117,9 @@
 make</userinput></screen>
 
     <para>
-      To test the results, issue: <command>make -k check</command>. Eight tests
-      are known to error.
+      To test the results, issue: <command>make -k check</command>. The tests
+      should be run from a graphical session. Several tests may output an error
+      if <application>tracker</application> is not already installed.
     </para>
 
     <para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Jan 27 14:51:22 
2019        (r21050)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Jan 28 06:24:43 
2019        (r21051)
@@ -43,6 +43,16 @@
 -->
 
     <listitem>
+      <para>January 28th, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - Move Python 2 to optional in tracker: it is
+          only needed for the "functional" tests.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 27th, 2019</para>
       <itemizedlist>
         <listitem>
-- 
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