On 9/9/19 9:27 AM, Joseph Myers wrote: > It looks like this is missing regeneration of locale/programs/charmap-kw.h > to reflect the use of https in charmap-kw.gperf. Thanks for spotting that. I rebuilt that file as follows: cd locale rm ../../glibc/locale/programs/charmap-kw.h \ ../../glibc/locale/programs/locfile-kw.h make objdir=$(cd .. && pwd) -C ../../glibc/locale \ programs/charmap-kw.h \ programs/locfile-kw.h The locfile-kw.h rebuild was needed because gperf 3.1 changed its API. I tweaked the localedef internals accordingly, and installed the first attached patch. In looking for similar glitches I noticed a few "http:"s in 'configure' that can be fixed by adding a URL to AC_INIT. So I installed the second attached patch to do that.