Hi Braden,
I saw you updated to the new Gnulib branch. This was created after some
modules were renamed for consistency [1]. The existing ones still work
but output some warnings like:
Notice from module sys_wait:
This module is deprecated. Use the module 'sys_wait-h' instead.
I've attached a patch to update them to the new naming.
Collin
[1] https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00192.html
>From f1538b68099600ee84809b5c73642bd0b98cc1c7 Mon Sep 17 00:00:00 2001
From: Collin Funk <[email protected]>
Date: Sun, 5 Jan 2025 17:21:37 -0800
Subject: [PATCH] Update Gnulib module names.
* bootstrap.conf (gnulib_modules): Adjust module names to recent
Gnulib renaming.
---
ChangeLog | 6 ++++++
bootstrap.conf | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9e8d5d2b7..995ed615a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-01-05 Collin Funk <[email protected]>
+
+ Update Gnulib module names.
+ * bootstrap.conf (gnulib_modules): Adjust module names to recent
+ Gnulib renaming.
+
2025-01-05 G. Branden Robinson <[email protected]>
* tmac/an.tmac (SH): Restore closing brace escape sequence.
diff --git a/bootstrap.conf b/bootstrap.conf
index 24d6b0924..7bb194383 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -46,13 +46,13 @@ gnulib_modules="
snprintf
vsnprintf
stat
- stdbool-c99
- stdckdint
- stdint
+ stdbool-c99-h
+ stdckdint-h
+ stdint-h
strcase
strerror
strsignal
- sys_wait
+ sys_wait-h
unlink
"
--
2.47.1