Author: pierre
Date: Sun Jan 27 03:08:32 2019
New Revision: 11504
Log:
Fix a bug in tar-1.31, preventingat least to extract git man-pages in BLFS
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/tar.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Mon Jan 21 10:25:55 2019 (r11503)
+++ trunk/BOOK/chapter01/changelog.xml Sun Jan 27 03:08:32 2019 (r11504)
@@ -43,6 +43,17 @@
appropriate for the entry or if needed the entire day's listitem.
-->
+ <listitem>
+ <para>2019-01-27</para>
+ <itemizedlist>
+ <listitem>
+ <para>[pierre] - Fix a bug introduced in tar-1.31, by adding
+ a sed to the build instructions. Also remove an obsolete comment
+ about a failing test.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem revision="systemd">
<para>2019-01-20</para>
<itemizedlist>
Modified: trunk/BOOK/chapter06/tar.xml
==============================================================================
--- trunk/BOOK/chapter06/tar.xml Mon Jan 21 10:25:55 2019 (r11503)
+++ trunk/BOOK/chapter06/tar.xml Sun Jan 27 03:08:32 2019 (r11504)
@@ -39,11 +39,11 @@
<sect2 role="installation">
<title>Installation of Tar</title>
-<!--
- <para>Add a program that generates a man page for tar from the source
code:</para>
+
+ <para>Fix a bug introduced in tar-1.31:</para>
- <screen><userinput remap="pre">patch -Np1 -i
../&tar-manpage-patch;</userinput></screen>
--->
+ <screen><userinput remap="pre">sed -i 's/abort.*/FALLTHROUGH;/'
src/extract.c</userinput></screen>
+
<para>Prepare Tar for compilation:</para>
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 \
@@ -72,7 +72,9 @@
<screen><userinput remap="test">make check</userinput></screen>
+<!-- Seems to pass for version 1.31. Keeping as a comment just in case...
<para>One test, link mismatch, is known to fail.</para>
+-->
<para>Install the package:</para>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Jan 21 10:25:55 2019 (r11503)
+++ trunk/BOOK/general.ent Sun Jan 27 03:08:32 2019 (r11504)
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20190120">
+<!ENTITY version "SVN-20190127">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc
releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or
"x.y[-pre{x}]" -->
-<!ENTITY versiond "20190120-systemd">
+<!ENTITY versiond "20190127-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "January 20, 2019">
+<!ENTITY releasedate "January 27, 2019">
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "8.4">
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page