bug#44763: Error when 'make'ing latest version of coreutils

2020-11-21 Thread Akim Demaille
Hi Chris, I saw nothing suspicious about Bison in the logs you sent. > Le 21 nov. 2020 à 18:33, Chris Elvidge a écrit : > > CC lib/parse-datetime.o > In file included from lib/gettext.h:26:0, > from parse-datetime.y:71: > parse-datetime.y: In function 'parse_datetime2':

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-21 Thread Akim Demaille
Hi all, > Le 20 nov. 2020 à 16:48, Pádraig Brady a écrit : > > See also https://bugs.gnu.org/44739 There, I just read this: >> I found that I needed to upgrade to Bison v3.7.4 to avoid a build error >> in stdlib.h where @GNULIB_POSIX_MEMALIGN@ has not been converted by >> Bison. The check

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-20 Thread Akim Demaille
Hi guys, > Le 21 nov. 2020 à 07:35, Akim Demaille a écrit : > > Hi Pádraig, > > Just in case: > > $ for i in /usr/local/stow/bison-3.* I had forgotten that there is a 2.3 sitting on my system, and indeed: $ /usr/bin/bison gnulib/lib/parse-datetime.y gnulib/lib/pars

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-20 Thread Akim Demaille
Hi Pádraig, > Le 20 nov. 2020 à 15:47, Pádraig Brady a écrit : > > On 20/11/2020 14:19, Chris Elvidge wrote: >> I keep getting >> ./lib/stdlib.h:695:5: error: token "@" is not valid in preprocessor >> expressions >> #if @GNULIB_ALIGNED_ALLOC@ >> ^ >> ./lib/stdlib.h:1059:5: error: token

bug#36739: maint: fix issues in syntax-check

2019-08-04 Thread Akim Demaille
Ping?

bug#36739: [PATCH] maint: fix issues in syntax-check

2019-07-20 Thread Akim Demaille
ring arguments Cheers! From dd4e813ab7ee3a8d9d27ca8f5eb874f991fff9b8 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 20 Jul 2019 09:04:00 +0200 Subject: [PATCH] maint: fix issues in syntax-check * cfg.mk (sc_prohibit_colon_redirection): Don't expect `|` to denote the pipe character in

bug#13280: od 8.19: inappropriate formatting of the man pages

2012-12-27 Thread Akim Demaille
Le 27 déc. 2012 à 12:42, Pádraig Brady p...@draigbrady.com a écrit : Yes the grouping of that info wasn't optimum. I've adjusted things a bit in the attached patch, and the result can be seen in the attached pdf generated with: man -t man/od.1 | ps2pdf - od.pdf Note since people like

bug#13280: od 8.19: inappropriate formatting of the man pages

2012-12-25 Thread Akim Demaille
(Wow, I had never realized that applying --program-prefix=g on od results in invoking god). You might consider this a bug, or not. Sorry for the noise if you don't. man od (well, in my case, yet another interesting command to type, with deep philosophical meaning) includes a section-like (in

Re: copyright years: mass-update every January 1

2009-08-13 Thread Akim Demaille
Hi All! Le 28 juil. 09 à 02:36, Joel E. Denny a écrit : diff --git a/src/head.c b/src/head.c index c96f910..89b6ef9 100644 --- a/src/head.c +++ b/src/head.c @@ -1,6 +1,5 @@ /* head -- output first part of file(s) - Copyright (C) 89, 90, 91, 1995-2006, 2008-2009 Free Software - Foundation,

Re: new module: update-copyright [Re: copyright years: mass-update every January 1

2009-08-12 Thread Akim Demaille
Le 31 juil. 09 à 15:52, Joel E. Denny a écrit : Hi Joel, +# Format within margin. +my $new_wrapped; +my $text_margin = $margin - length($prefix); +while (length($new)) + { +if (($new =~ s/^(.{1,$text_margin})(?: |$)//) +||

Re: ``install -C'' / unnecessarily updating time stamps

2006-12-26 Thread Akim Demaille
Le 25 déc. 06 à 11:46, Thomas Schwinge a écrit : [I added the patch's author, Akim Demaille, to the cc list, as it was not sure if he's still reading the list.] You're right, I'm not. Hello! Hi, and merry Chrismas. On Sun, Dec 24, 2006 at 04:21:50PM -0800, Paul Eggert wrote: Benoit