Re: fts in gnulib behave different than glibc

2021-07-28 Thread Jim Meyering
On Wed, Jul 28, 2021 at 1:08 AM Simon Josefsson via Gnulib discussion list wrote: > Hi. I replaced GNU InetUtils' old custom fts implementation with the > one from gnulib, but self-tests started failing. Looking at the code, > it seems gnulib's fts implementation has diverged compared to glibc,

Re: [PATCH] maintainer-makefile: Fix announcement mail CC's.

2021-07-28 Thread Jim Meyering
On Wed, Jul 28, 2021 at 1:50 AM Simon Josefsson via Gnulib discussion list wrote: > Simon Josefsson via Gnulib discussion list writes: > > > Hi. I noticed some typos causing the Cc line in mail announcements to > > be empy where that (most likely) wasn't the intention. > > It seems some

Re: "rpl_fprintf" not found if compiled with options "-ggdb -Og"

2021-07-28 Thread Paul Eggert
I'm not seeing this problem when building groff 1.22.4 (the latest version) on Ubuntu 21.04, which has GCC Ubuntu 10.3.0-1ubuntu1. I built by doing this: wget https://ftp.gnu.org/pub/gnu/groff/groff-1.22.4.tar.gz cd groff-1.22.4/ ./configure make What happens when you try the above steps on

"rpl_fprintf" not found if compiled with options "-ggdb -Og"

2021-07-28 Thread Bjarni Ingi Gislason
Software: groff and gcc (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 Free Software Foundation, Inc. Error: CCLD gxditview /usr/bin/ld: src/devices/xditview/gxditview-device.o: in function `open_device_file': /home/bg/git/groff/build/../src/devices/xditview/device.c:535:

Re: [PATCH] maintainer-makefile: Fix announcement mail CC's.

2021-07-28 Thread Simon Josefsson via Gnulib discussion list
Simon Josefsson via Gnulib discussion list writes: > Hi. I noticed some typos causing the Cc line in mail announcements to > be empy where that (most likely) wasn't the intention. It seems some packages (coreutils, grep, ...) set 'announcement_Cc_' in cfg.mk manually, thus hiding the problem I

[PATCH] maintainer-makefile: Fix announcement mail CC's.

2021-07-28 Thread Simon Josefsson via Gnulib discussion list
Hi. I noticed some typos causing the Cc line in mail announcements to be empy where that (most likely) wasn't the intention. /Simon * top/maint.mk (announcement_Cc_stable): Rename to announcement_mail_Cc_stable. (announcement_Cc_alpha): Rename to announcement_mail_Cc_alpha.

fts in gnulib behave different than glibc

2021-07-28 Thread Simon Josefsson via Gnulib discussion list
Hi. I replaced GNU InetUtils' old custom fts implementation with the one from gnulib, but self-tests started failing. Looking at the code, it seems gnulib's fts implementation has diverged compared to glibc, and has some optimizations that (I think) change the API (wrt stat and chdir). Also,