Hi.  I pushed the attached patch to fix this error in libtasn1:

prohibit_undesirable_word_seq
bootstrap-funclib.sh:559:can not
maint.mk: undesirable word sequence
make: *** [maint.mk:1189: sc_prohibit_undesirable_word_seq] Fel 1

/Simon
From 7eb21c68466506b76d7f5d1dd88ec346b8ad21f9 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <si...@josefsson.org>
Date: Mon, 25 Nov 2024 16:37:31 +0100
Subject: [PATCH] bootstrap: avoid sc_prohibit_undesirable_word_seq failure

* top/bootstrap-funclib.sh: s/can not/cannot/
---
 ChangeLog                | 5 +++++
 top/bootstrap-funclib.sh | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 633fd1fe71..0cfc3d1a2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-25  Simon Josefsson  <si...@josefsson.org>
+
+	bootstrap: avoid sc_prohibit_undesirable_word_seq failure
+	* top/bootstrap-funclib.sh: s/can not/cannot/
+
 2024-11-24  Collin Funk  <collin.fu...@gmail.com>
 
 	doc: Add missing module index.
diff --git a/top/bootstrap-funclib.sh b/top/bootstrap-funclib.sh
index 7c125533e0..a57dcfa933 100644
--- a/top/bootstrap-funclib.sh
+++ b/top/bootstrap-funclib.sh
@@ -1,6 +1,6 @@
 # A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
 
-scriptlibversion=2024-11-12.21; # UTC
+scriptlibversion=2024-11-25.15; # UTC
 
 # Copyright (C) 2003-2024 Free Software Foundation, Inc.
 #
@@ -556,7 +556,7 @@ prepare_GNULIB_SRCDIR ()
             # commit hash to minimize the amount of data downloaded and changes
             # needed to be processed, which can drastically reduce download and
             # processing time for checkout. If the fetch by commit fails, a
-            # shallow fetch can not be performed because we do not know what the
+            # shallow fetch cannot be performed because we do not know what the
             # depth of the commit is without fetching all commits. So fall back
             # to fetching all commits.
             git -C "$gnulib_path" init
-- 
2.46.0

Attachment: signature.asc
Description: PGP signature

Reply via email to