Author: pierre
Date: Sat Aug 26 09:42:24 2017
New Revision: 19097
Log:
Fix SWIG tests with perl-5.26 and a few tags
Modified:
trunk/BOOK/general/prog/apache-ant.xml
trunk/BOOK/general/prog/gcc-ada.xml
trunk/BOOK/general/prog/gcc.xml
trunk/BOOK/general/prog/junit.xml
trunk/BOOK/general/prog/openjdk.xml
trunk/BOOK/general/prog/php.xml
trunk/BOOK/general/prog/swig.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/libcap.xml
trunk/BOOK/pst/ps/fop.xml
trunk/BOOK/server/major/apache.xml
Modified: trunk/BOOK/general/prog/apache-ant.xml
==============================================================================
--- trunk/BOOK/general/prog/apache-ant.xml Sat Aug 26 03:45:57 2017
(r19096)
+++ trunk/BOOK/general/prog/apache-ant.xml Sat Aug 26 09:42:24 2017
(r19097)
@@ -39,7 +39,7 @@
a target tree that executes various tasks. Each task is run by an object
that implements a particular task interface.</para>
- &lfs80_checked;
+ &lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/prog/gcc-ada.xml
==============================================================================
--- trunk/BOOK/general/prog/gcc-ada.xml Sat Aug 26 03:45:57 2017 (r19096)
+++ trunk/BOOK/general/prog/gcc-ada.xml Sat Aug 26 09:42:24 2017 (r19097)
@@ -55,7 +55,7 @@
<application>GNAT</application> tools.
</para>
- &lfs80_checked;
+ &lfs81_checked;
<caution>
<para>
Modified: trunk/BOOK/general/prog/gcc.xml
==============================================================================
--- trunk/BOOK/general/prog/gcc.xml Sat Aug 26 03:45:57 2017 (r19096)
+++ trunk/BOOK/general/prog/gcc.xml Sat Aug 26 09:42:24 2017 (r19097)
@@ -39,7 +39,7 @@
either for upgrading C and C++, or for installing additional compilers.
</para>
- &lfs80_checked;
+ &lfs81_checked;
<caution>
<para>
Modified: trunk/BOOK/general/prog/junit.xml
==============================================================================
--- trunk/BOOK/general/prog/junit.xml Sat Aug 26 03:45:57 2017 (r19096)
+++ trunk/BOOK/general/prog/junit.xml Sat Aug 26 09:42:24 2017 (r19097)
@@ -37,7 +37,7 @@
test data, and test runners for running tests.
</para>
- &lfs80_checked;
+ &lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/prog/openjdk.xml
==============================================================================
--- trunk/BOOK/general/prog/openjdk.xml Sat Aug 26 03:45:57 2017 (r19096)
+++ trunk/BOOK/general/prog/openjdk.xml Sat Aug 26 09:42:24 2017 (r19097)
@@ -60,7 +60,7 @@
runtime environment to run <application>Java</application> programs.
</para>
- &lfs80_checked;
+ &lfs81_checked;
<note>
<para>
Modified: trunk/BOOK/general/prog/php.xml
==============================================================================
--- trunk/BOOK/general/prog/php.xml Sat Aug 26 03:45:57 2017 (r19096)
+++ trunk/BOOK/general/prog/php.xml Sat Aug 26 09:42:24 2017 (r19097)
@@ -36,7 +36,7 @@
general purpose scripting language.
</para>
- &lfs80_checked;
+ &lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/prog/swig.xml
==============================================================================
--- trunk/BOOK/general/prog/swig.xml Sat Aug 26 03:45:57 2017 (r19096)
+++ trunk/BOOK/general/prog/swig.xml Sat Aug 26 09:42:24 2017 (r19097)
@@ -113,6 +113,13 @@
<title>Installation of SWIG</title>
<para>
+ If you plan to run the tests, some fixes are needed for using Perl-5.26:
+ </para>
+
+<screen><userinput>sed -i 's/\$(PERL5_SCRIPT/-I. &/' Examples/Makefile.in
&&
+sed -i 's/\$command 2/-I. &/'
Examples/test-suite/perl5/run-perl-test.pl</userinput></screen>
+
+ <para>
Install <application>SWIG</application> by running the following
commands:
</para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Aug 26 03:45:57
2017 (r19096)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Aug 26 09:42:24
2017 (r19097)
@@ -46,6 +46,10 @@
<para>August 26th, 2017</para>
<itemizedlist>
<listitem>
+ <para>[pierre] - Fix SWIG tests for perl-5.26. Fixes
+ <ulink url="&blfs-ticket-root;9365">#9365</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[dj] - Fixed build issue for Dovecot by explictly
linking to libtirpc.</para>
</listitem>
Modified: trunk/BOOK/postlfs/security/libcap.xml
==============================================================================
--- trunk/BOOK/postlfs/security/libcap.xml Sat Aug 26 03:45:57 2017
(r19096)
+++ trunk/BOOK/postlfs/security/libcap.xml Sat Aug 26 09:42:24 2017
(r19097)
@@ -34,7 +34,7 @@
the PAM module must be built (after installation of
<application>Linux-PAM</application>).</para>
- &lfs80_checked;
+ &lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/pst/ps/fop.xml
==============================================================================
--- trunk/BOOK/pst/ps/fop.xml Sat Aug 26 03:45:57 2017 (r19096)
+++ trunk/BOOK/pst/ps/fop.xml Sat Aug 26 09:42:24 2017 (r19097)
@@ -52,7 +52,7 @@
primary output target is PDF.
</para>
- &lfs80_checked;
+ &lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/server/major/apache.xml
==============================================================================
--- trunk/BOOK/server/major/apache.xml Sat Aug 26 03:45:57 2017 (r19096)
+++ trunk/BOOK/server/major/apache.xml Sat Aug 26 09:42:24 2017 (r19097)
@@ -36,7 +36,7 @@
web serving operations.
</para>
- &lfs80_checked;
+ &lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page