GNU bug report logs - #76024
maint: fix mistake in module renaming

Previous Next

Package: gzip;

Reported by: Collin Funk <collin.funk1 <at> gmail.com>

Date: Mon, 3 Feb 2025 03:55:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jim Meyering <jim <at> meyering.net>
To: Collin Funk <collin.funk1 <at> gmail.com>
Cc: 76024 <at> debbugs.gnu.org
Subject: bug#76024: maint: fix mistake in module renaming
Date: Sun, 2 Feb 2025 20:15:06 -0800
[Message part 1 (text/plain, inline)]
On Sun, Feb 2, 2025 at 7:54 PM Collin Funk <collin.funk1 <at> gmail.com> wrote:
> Hi Jim,
>
> I noticed a small mistake in this commit:
>
>     maint: reflect gnulib module renamings
>
>     * bootstrap.conf: Some gnulib modules are now deprecated in favor of
>     new names with a "-h" suffix.  Induce this change with the following:
>       re='inttypes|realloc-gnu|sys_stat'
>       perl -pi -e 's{^('"$re"')$}{$1-h}' bootstrap.conf
>
> It renamed realloc-gnu to realloc-gnu-h which does not exist.

Thanks, Collin!
However, the goal of that change was to move away from deprecated modules,
so from realloc-gnu to realloc-posix. This is what I'll push shortly:
[gzip-bootstrap-conf.diff (application/octet-stream, attachment)]

This bug report was last modified 101 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.