Author: fernando
Date: Mon Sep 15 12:23:10 2014
New Revision: 14295

Log:
ICU-53.1: not anymore broken with clang++.
Revert 'add optional instructions for sqlite-tcl to SQLite-3.8.6'.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/icu.xml
   trunk/BOOK/general/prog/tcl.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/databases/sqlite.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Sep 15 08:04:10 2014        (r14294)
+++ trunk/BOOK/general.ent      Mon Sep 15 12:23:10 2014        (r14295)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "14">                   <!-- Always 2 digits -->
+<!ENTITY day          "15">                   <!-- Always 2 digits -->
 <!ENTITY month        "09">                   <!-- Always 2 digits -->
 <!ENTITY year         "2014">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "September 14th, &year;">
+<!ENTITY releasedate  "September 15th, &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/genlib/icu.xml
==============================================================================
--- trunk/BOOK/general/genlib/icu.xml   Mon Sep 15 08:04:10 2014        (r14294)
+++ trunk/BOOK/general/genlib/icu.xml   Mon Sep 15 12:23:10 2014        (r14295)
@@ -94,7 +94,7 @@
     </para>
 
 <screen><userinput>cd source &amp;&amp;
-CXX=g++ ./configure --prefix=/usr &amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -112,9 +112,11 @@
     <title>Command Explanations</title>
 
     <para>
-      <envar>CXX=g++</envar>: This environment variable forces use of
-      <command>g++</command> compiler since building with
-      <command>clang++</command> is currently broken.
+
+      <envar>CXX=g++</envar>: If you prefer, this environment variable, used in
+      the configure line, forces use of <command>g++</command> compiler insted
+      of <command>clang++</command>, if the latter is installed.
+
     </para>
 
   </sect2>

Modified: trunk/BOOK/general/prog/tcl.xml
==============================================================================
--- trunk/BOOK/general/prog/tcl.xml     Mon Sep 15 08:04:10 2014        (r14294)
+++ trunk/BOOK/general/prog/tcl.xml     Mon Sep 15 12:23:10 2014        (r14295)
@@ -123,8 +123,7 @@
       commands:
     </para>
 
-<screen><userinput>rm -rf pkgs/sqlite3.8.6 &amp;&amp;
-export SRCDIR=`pwd`     &amp;&amp;
+<screen><userinput>export SRCDIR=`pwd` &amp;&amp;
 
 cd unix &amp;&amp;
 
@@ -210,12 +209,6 @@
     </para>
 
     <para>
-      <command>rm -rf pkgs/sqlite3.8.6 </command>: <application>SQLite Tcl
-      Extension Architecture (TEA)</application> is removed, because it is
-      optionally installed by <xref linkend="sqlite"/>
-    </para>
-
-    <para>
       <command>sed -e ...</command>: The <application>Tcl</application> package
       expects that its source tree is preserved so that packages depending on
       it for their compilation can utilize it. These <command>sed</command>
@@ -242,6 +235,7 @@
         </seg>
         <seg>
           /usr/lib/itcl4.0.1,
+          /usr/lib/sqlite3.8.6
           /usr/lib/tcl8,
           /usr/lib/tcl&tcl-ver;,
           /usr/lib/tdbc1.0.1,

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Sep 15 08:04:10 
2014        (r14294)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Sep 15 12:23:10 
2014        (r14295)
@@ -48,6 +48,20 @@
       <para>September 14th, 2014</para>
       <itemizedlist>
         <listitem>
+          <para>[fernando] - Revert 'add optional instructions for sqlite-tcl 
to
+          SQLite-3.8.6'. Fixes
+          <ulink url="&blfs-ticket-root;5512">#5512</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[fernando] - ICU-53.1: not anymore broken with clang++.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>September 14th, 2014</para>
+      <itemizedlist>
+        <listitem>
           <para>[fernando] - Update to whois_5.2.0. Fixes
           <ulink url="&blfs-ticket-root;5510">#5510</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/server/databases/sqlite.xml
==============================================================================
--- trunk/BOOK/server/databases/sqlite.xml      Mon Sep 15 08:04:10 2014        
(r14294)
+++ trunk/BOOK/server/databases/sqlite.xml      Mon Sep 15 12:23:10 2014        
(r14295)
@@ -104,9 +104,6 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="tcl"/> (required to build <application>SQLite Tcl
-      Extension Architecture - TEA</application>, also know as
-      <application>sqlite-tcl</application>) and
       <xref linkend="unzip"/> (required to unzip the documentation)
     </para>
 
@@ -138,16 +135,6 @@
 make</userinput></screen>
 
     <para>
-      If you wish to install <application>sqlite-tcl</application>, run the
-      following commands:
-    </para>
-
-<screen><userinput>cd tea &amp;&amp;
-./configure --prefix=/usr --with-system-sqlite &amp;&amp;
-make &amp;&amp;
-cd ..</userinput></screen>
-
-    <para>
       This package does not come with a test suite.
     </para>
 
@@ -165,16 +152,6 @@
 <screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/sqlite-&sqlite-version; &amp;&amp;
 cp -v -R sqlite-doc-&sqlite-doc-version;/* 
/usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
 
-    <para>
-      If you decided to install <application>sqlite-tcl</application>, issue
-      the following commands as the
-      <systemitem class="username">root</systemitem> user:
-    </para>
-
-<screen><userinput>cd tea       &amp;&amp;
-make install &amp;&amp;
-cd ..</userinput></screen>
-
   </sect2>
 
   <sect2 role="commands">
@@ -203,19 +180,17 @@
 
     <segmentedlist>
       <segtitle>Installed Program</segtitle>
-      <segtitle>Installed Libraries</segtitle>
-      <segtitle>Installed Directories</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directory</segtitle>
 
       <seglistitem>
         <seg>
           sqlite3
         </seg>
         <seg>
-          libsqlite3.so and (optionally)
-          /usr/lib/sqlite&sqlite-version;/libsqlite&sqlite-version;.so
+          libsqlite3.so
         </seg>
         <seg>
-          /usr/lib/sqlite&sqlite-version; (optionally) and
           /usr/share/doc/sqlite-&sqlite-version;
         </seg>
       </seglistitem>
-- 
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