Author: renodr
Date: Wed Jul 20 19:39:01 2016
New Revision: 17601
Log:
Update to highlight-3.30
Add a sed to prevent useless warnings in libxml2
Add a patch to fix problems with Valgrind's test suite
Remove obsolete note about cURL test suite.
Modified:
trunk/BOOK/general/genlib/libxml2.xml
trunk/BOOK/general/genutils/highlight.xml
trunk/BOOK/general/prog/guile.xml
trunk/BOOK/general/prog/valgrind.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netlibs/curl.xml
trunk/BOOK/packages.ent
Modified: trunk/BOOK/general/genlib/libxml2.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxml2.xml Wed Jul 20 01:27:11 2016
(r17600)
+++ trunk/BOOK/general/genlib/libxml2.xml Wed Jul 20 19:39:01 2016
(r17601)
@@ -125,7 +125,8 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr --disable-static --with-history
&&
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &&
+./configure --prefix=/usr --disable-static --with-history &&
make</userinput></screen>
<para>If you downloaded the testsuite, issue the following command:</para>
@@ -150,6 +151,11 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para>
+ <command>sed -i ...</command>: This sed prevents many useless warnings
+ from being issued from libtool.
+ </para>
+
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
Modified: trunk/BOOK/general/genutils/highlight.xml
==============================================================================
--- trunk/BOOK/general/genutils/highlight.xml Wed Jul 20 01:27:11 2016
(r17600)
+++ trunk/BOOK/general/genutils/highlight.xml Wed Jul 20 19:39:01 2016
(r17601)
@@ -6,10 +6,10 @@
<!ENTITY highlight-download-http
"http://www.andre-simon.de/zip/highlight-&highlight-version;.tar.bz2">
<!ENTITY highlight-download-ftp " ">
- <!ENTITY highlight-md5sum "05f75d4fb18a401181e658dcaf8ff562">
- <!ENTITY highlight-size "608 KB">
- <!ENTITY highlight-buildsize "17 MB (without GUI or API docs)">
- <!ENTITY highlight-time "0.7 SBU (without GUI or API docs)">
+ <!ENTITY highlight-md5sum "3636b0db7ba0285bac4f27b34a38bf16">
+ <!ENTITY highlight-size "620 KB">
+ <!ENTITY highlight-buildsize "15 MB (without API docs)">
+ <!ENTITY highlight-time "0.6 SBU (without API docs)">
]>
<sect1 id="highlight" xreflabel="Highlight-&highlight-version;"
revision="systemd">
@@ -151,7 +151,7 @@
<seglistitem>
<seg>
- highlight and highlight-gui
+ highlight
</seg>
<seg>
None
@@ -181,6 +181,7 @@
</listitem>
</varlistentry>
+<!--
<varlistentry id="highlight-gui">
<term><command>highlight-gui</command></term>
<listitem>
@@ -193,6 +194,7 @@
</indexterm>
</listitem>
</varlistentry>
+-->
</variablelist>
Modified: trunk/BOOK/general/prog/guile.xml
==============================================================================
--- trunk/BOOK/general/prog/guile.xml Wed Jul 20 01:27:11 2016 (r17600)
+++ trunk/BOOK/general/prog/guile.xml Wed Jul 20 19:39:01 2016 (r17601)
@@ -99,7 +99,7 @@
commands:
</para>
-<screen><userinput>sed -i "/seems to be moved /s/^/:#/" build-aux/ltmain.sh
&&
+<screen><userinput>sed -i "/seems to be moved/s/^/:#/" build-aux/ltmain.sh
&&
./configure --prefix=/usr \
--disable-static \
Modified: trunk/BOOK/general/prog/valgrind.xml
==============================================================================
--- trunk/BOOK/general/prog/valgrind.xml Wed Jul 20 01:27:11 2016
(r17600)
+++ trunk/BOOK/general/prog/valgrind.xml Wed Jul 20 19:39:01 2016
(r17601)
@@ -73,6 +73,16 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Required patch:
+ <ulink
url="&patch-root;/valgrind-&valgrind-version;-upstream_fixes-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
@@ -101,6 +111,13 @@
<title>Installation of Valgrind</title>
<para>
+ First, apply a patch that fixes problems with the test suite as well
+ as with file closing.
+ </para>
+
+<screen><userinput>patch -Np1 -i
../valgrind-3.11.0-upstream_fixes-1.patch</userinput></screen>
+
+ <para>
Install <application>Valgrind</application> by running the following
commands:
</para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Jul 20 01:27:11
2016 (r17600)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Jul 20 19:39:01
2016 (r17601)
@@ -47,6 +47,19 @@
<para>July 20th, 2016</para>
<itemizedlist>
<listitem>
+ <para>[renodr] - Added a sed to libxml2 to remove a lot of irritating
+ and useless warnings.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Added a patch for Valgrind to force it to close
+ open files properly as well as not cause the test suite to instantly
+ crash.</para>
+ </listitem>
+ <listitem revision="systemd">
+ <para>[renodr] - Update to highlight-3.30. Fixes
+ <ulink url="&blfs-ticket-root;8097">#8097</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[renodr] - Update to guile-2.0.12. Fixes
<ulink url="&blfs-ticket-root;8079">#8079</ulink>.</para>
</listitem>
Modified: trunk/BOOK/networking/netlibs/curl.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/curl.xml Wed Jul 20 01:27:11 2016
(r17600)
+++ trunk/BOOK/networking/netlibs/curl.xml Wed Jul 20 19:39:01 2016
(r17601)
@@ -160,8 +160,8 @@
</para>-->
<para>
- To run the test suite, issue: <command>make test</command>. Two tests,
- 1139 and 1140, may fail.<!-- Some
+ To run the test suite, issue: <command>make test</command>. <!-- Two
tests,
+ 1139 and 1140, may fail. Works fine for me. Douglas 20160720 --><!--
Some
tests (up to 2%) may fail due to timing issues, kernel configuration,
or other issues.-->
</para>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Wed Jul 20 01:27:11 2016 (r17600)
+++ trunk/BOOK/packages.ent Wed Jul 20 19:39:01 2016 (r17601)
@@ -210,7 +210,7 @@
<!ENTITY hd2u-version "1.0.3">
<!ENTITY hicolor-icon-theme-version "0.15">
<!ENTITY icon-naming-utils-version "0.8.90">
-<!ENTITY highlight-version "3.28">
+<!ENTITY highlight-version "3.30">
<!ENTITY ibus-version "1.5.13">
<!ENTITY imagemagick-version "7.0.1">
<!ENTITY intltool-version "0.50.2">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page