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,
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 packages
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 yo
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: undefine
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
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.
(announcement_mail_he
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, gnu