From fb602744bbcddcb8dbe579960cf86a7bcdf667dd Mon Sep 17 00:00:00 2001 From: Xi Ruoyao <xry111@xry111.site> Date: Tue, 15 Apr 2025 19:47:48 +0800 Subject: [PATCH 1/3] Revert "Note that gperf tests only work with -j1." This reverts commit eb43115dec1f6057a4aaf1f161b0869ec8c4f7fa. Per https://savannah.gnu.org/bugs/?53208 the issue is fixed. I tried -j18 multiple times and observed no issues. --- chapter08/gperf.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/chapter08/gperf.xml b/chapter08/gperf.xml index bbfbbe735..25939135a 100644 --- a/chapter08/gperf.xml +++ b/chapter08/gperf.xml @@ -48,11 +48,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>The tests are known to fail if running multiple - simultaneous tests (-j option greater than 1). To test - the results, issue:</para> + <para>To test the results, issue:</para> -<screen><userinput remap="test">make -j1 check</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> From 1a2d3f558830712ef22731798b6bb265684ed847 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao <xry111@xry111.site> Date: Tue, 15 Apr 2025 20:42:11 +0800 Subject: [PATCH 2/3] whatsnew: Don't hard code version of packaging --- chapter01/whatsnew.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 4ab0abff3..d6d646f7b 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -294,7 +294,7 @@ <listitem><para></para></listitem> <!-- satisfy build --> <listitem> - <para>Packaging-24.2</para> + <para>Packaging-&packaging-version;</para> </listitem> </itemizedlist> From c63e26b2968806cdfb74328eef4327e654b9248e Mon Sep 17 00:00:00 2001 From: Xi Ruoyao <xry111@xry111.site> Date: Tue, 15 Apr 2025 20:44:14 +0800 Subject: [PATCH 3/3] packaging: Captialize the title --- chapter08/packaging.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/packaging.xml b/chapter08/packaging.xml index b3e9e439d..f1a6def9c 100644 --- a/chapter08/packaging.xml +++ b/chapter08/packaging.xml @@ -43,7 +43,7 @@ </sect2> <sect2 role="installation"> - <title>Installation of packaging</title> + <title>Installation of Packaging</title> <para>Compile packaging with the following command:</para>